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.
The moose likes JSP and the fly likes Depoly war file in tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Depoly war file in tomcat" Watch "Depoly war file in tomcat" New topic
Author

Depoly war file in tomcat

vethadas t
Greenhorn

Joined: Jul 25, 2002
Posts: 4
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
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>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Depoly war file in tomcat
 
Similar Threads
Export to war file in eclipse 3.1
set up tomcat
Getting Tomcat 4.1.18 to recoginze my context
Supply properties file as a plugin
Failed to deploy servlet in netbeans 6.7