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 deploymentDoes 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.
