Title: RE: Servlet Chaining...
inside
<app-name>.war:
 
/WEB-INF/classes/
/WEB-INF/lib/*.jar
/WEB-INF/web.xml
 
any thing else is up to you.  typically jsps are in top level, but can also extend into subdirectories.
typically your app resides in classes, with its dependencies in lib.
 
Tim Julien
Hp Middleware
 
   
-----Original Message-----
From: Ga�l Oberson [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 10:14 AM
To: [EMAIL PROTECTED]
Subject: WAR deployment

 
 
Does anybody know where I can find information about the WAR files?? I know that these files are used to deploy a WEB Application, where all files .class and config files are packaged, but I don't have any idea how to build it.
 
Can somebody help me??
 
Thanks.

Reply via email to