This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
hi how to depoly .war file in tomcat. we have to put the war file in the classpath or what.pls help me. And what is the physical file path and virutal file path in UNIX - for Apache & Tomcat. File upload component. Pls help me. Thanks. Arun.
chanoch wiggers
Author
Ranch Hand
Joined: May 24, 2001
Posts: 245
posted
0
to deploy a war file you just put it in the webapps/ directory of tomcat. In a live system I usually move the webapps directory to another drive so that the server and application are protected from a failure of each other. a virtual path is one that is relative to the root context of your web applicatoin. So if the folder that contains your webapps is called examples/ then a virtual path is content/documents/mydocument whereas the real path might be /usr/java/tomcat4/webapps/examples/content/documents/mydocument
chanoch<p><a href="http://www.amazon.com/exec/obidos/ASIN/1861007736/" target="_blank" rel="nofollow">Author of Professional Apache Tomcat</a></p>