Leo Donahue - PLANDEVX 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 it deploys the .war fil
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 .wa
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 c
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
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
---
message in context:
http://www.nabble.com/AW%3A-deploying-war-files-tf104477.html#a8254238
Sent from the Tomcat - User mailing list archive at Nabble.com.
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscri
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