You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by George Allaman <ge...@skyelou.com> on 2003/03/15 00:35:36 UTC

Create the War file out of the TDK structure

I'm having no luck with this solution. It doesn't even work when I copy 
the entire app directory structure (under webapps) directly. with the URL:

http://localhost:8080/<appname>

... Tomcat simply serves in index of the files and directories in the 
app directory as a static doc.

With the URL:

http://localhost:8080/<appname>/servlet/<appname>

Tomcat reports that the resource is not available.

Can someone please help?

Thanks!

How would it know to

Response to: Create the War file out of the TDK structure (Wei Ru)

Date: Thu, 25 Oct 2001 11:55:37 +0100 (BST)
From: Heiko Braun <he...@fork.de>
Subject: Create the War file out of the TDK structure
Content-Type: TEXT/PLAIN; charset=US-ASCII


Its actually quiet easy.

You can use ant to create the war file,
but it needs to be configured in build.xml.
I dont know if thats done already in the tdk.

Creating war files with the zip utility is
another solution. Just decide which files have
to go into your archive, zip'it and rename it to .war

  --
  heiko braun, fork unstable media
  http://www.unstablemedia.com


On Wed, 24 Oct 2001, Wei Ru wrote:

 > Hi,
 >
 > Is there an easy way to create  the war file out of the tdk structure?
 > Or someone did this to deploy the app into some other app server? like
 > tomcat?
 > I found one email about deploying to bea weblogic, what about just
 > Tomcat?
 >
 > Thanks
 >
 > Wei
-- 
George Allaman
Denver, Colorado
303 466 2114


---------------------------------------------------------------------
To unsubscribe, e-mail: turbine-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: turbine-user-help@jakarta.apache.org