Deploying .war files

2011-11-07 Thread Leo Donahue - PLANDEVX
Tomcat 6.0.32 When you add a new .war file to the webapps directory (by dragging the file in there from another directory) and it automatically expands the web archive, is that any different than what the manager application does when it deploys the .war file? Likewise when you delete the

Re: Deploying .war files

2011-11-07 Thread markt
Leo Donahue - PLANDEVX leodona...@mail.maricopa.gov wrote: Tomcat 6.0.32 When you add a new .war file to the webapps directory (by dragging the file in there from another directory) and it automaticallyp expands the web archive, is that any different than what the manager application does when

deploying war files

2008-03-29 Thread Melanie Pfefer
how to deploy war files in tomcat? What should I enter to these parameters? I dont have the xml file. I have only the war file. Should I create first a new directory? Context Path (optional): XML Configuration file URL: WAR or Directory URL: thanks

Re: deploying war files

2008-03-29 Thread Mark Thomas
Melanie Pfefer wrote: how to deploy war files in tomcat? What should I enter to these parameters? I dont have the xml file. I have only the war file. Should I create first a new directory? It usually helps if you say which Tomcat version you are using. For a default Tomcat installation, just

Deploying war files to path not the same as the war file name.

2007-06-29 Thread ben short
Hi, We use maven to build our war files. The war file names are as follows... appname-1.0.war. Currently I rename the file to ROOT.war then deploy it via the tomcat manager app. Is it possible to leave the war file name alone but deploy it as the ROOT webapp? Regards Ben Short

Deploying war files to subdir contexts through web Manager

2006-12-18 Thread Alan Cooper
Hi, I would like to deploy war files through the Manager application but I am having difficulty setting a COntext path that is not in the root folder. E.g., I have a war file called monitoring.war - I can deploy this as http://servername.com/monitoring; no problem, but as I'm using