Can you tell me how to develope and deploy a WAR file (including a servlet, several JSPs) on Tomcat 3.2?
Thank you.
Di He
-
WAR of Tomcat. (1 messages)
- Posted by: Di He
- Posted on: July 22 2001 15:27 EDT
Threaded Messages (1)
- WAR of Tomcat. by Sundaram Ramasamy on July 23 2001 13:19 EDT
-
WAR of Tomcat.[ Go to top ]
- Posted by: Sundaram Ramasamy
- Posted on: July 23 2001 13:19 EDT
- in response to Di He
goto the web application directory. use the jar command to create the war file. For example shop application goto
tomcat/webapps/shop - direcotry use the jar command like this
jar cvf shop.war *
I hope this will help you.