question on manager application

2003-12-10 Thread T C K
I am in need to deploy a WAR file to a remote Tomcat4
and need to have the WAR file expanded.  Any pointers
as to what the URL to the manager app would look like (i.e
the 'war' parameter - btw, what's the difference between file:/.../foo.war
and jar:file:/.../foo.war!/ ???) and to expand the archive?
tia

-t



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: question on manager application

2003-12-10 Thread Rhino
I'm not sure I understand your question. I deploy WAR files regularly to a
remote Tomcat4 and it's very easy:

1. Go to the Manager application in your remote Tomcat.
2. If there is already an old version of the servlet on your remote Tomcat,
remove the old version of the servlet using the Remove command that is on
the same line as the context name in the Applications table.
3. Use the Upload a WAR file to install section to install the new version
of the WAR file. Use the Browse button to find the WAR file on *your*
system, then click the Install button. It may take a few seconds for the
Install to complete, depending on the size of the WAR file but when it is
done, the Message area near the top of the Manager application will tell you
that the installation was successful (unless your WAR file has problems in
it; then you'll get an error message.)

Tomcat takes care of all the expanding of the WAR file for you if you do it
this way.

Rhino

- Original Message - 
From: T C K [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 11:53 AM
Subject: question on manager application


 I am in need to deploy a WAR file to a remote Tomcat4
 and need to have the WAR file expanded.  Any pointers
 as to what the URL to the manager app would look like (i.e
 the 'war' parameter - btw, what's the difference between file:/.../foo.war
 and jar:file:/.../foo.war!/ ???) and to expand the archive?

 tia

 -t



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]