aspose file tools
The moose likes Tomcat and the fly likes war file deployment problem 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 » Products » Tomcat
Reply Bookmark "war file deployment problem" Watch "war file deployment problem" New topic
Author

war file deployment problem

david hu
Ranch Hand

Joined: Jul 20, 2001
Posts: 143
I am deploying my .war file to tomcat's webapps dir.My problem is that I have to delete the expanded dir (I have deploy it before) first, then the .war can be automatically expanded either at the start of the tomcat or during the run of the tomcat.

It is so incovenient. Is there a way for me to drop a .war file under webapps dir of tomcat without deleteing the dir deployed before?

Thanks,

David
Hassan Schnieder
Greenhorn

Joined: Jun 09, 2006
Posts: 11
Hello,

You should use the tomcat manager to upload your war files. That is the best way I know of so far.

regards,
Hassan
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: war file deployment problem
 
Similar Threads
Eclipse + Lomboz problem
Tomcat refuses to find jsp document after restart
server end exception-where do I find the file?
HTTP Status 503 - This application is not currently available
How to run web service in Tomcat?