I use the Tomcat Deployer.  If you're not familiar with Tomcat Deployer
you'll be able to find information here.
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/deployer-howto.html

In a nutshell, it's a collection of ant (ant.apache.org) tasks that will
deploy a war to a remote tomcat server.  But I had some JNDI issues unless
my context was defined inside the META-INF/context.xml file I spoke of.

-----Original Message-----
From: David Wood [mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005 12:51 PM
To: tomcat-user@jakarta.apache.org
Subject: RE: Updating running WARs?


I'm sorry, I'm confused. Once you created a context.xml in your WARs, what
were your steps to update a running application?

"Mitchell K. McCuiston" <[EMAIL PROTECTED]> wrote on 02/07/2005
10:40:18 AM:

> Try configuring your app context inside of the META-INF/context.xml
inside
> of your war instead of your server.xml.  I had the same problem and this
> seemed to fix it.
>
> -----Original Message-----
> From: David Wood [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 04, 2005 3:15 PM
> To: tomcat-user@jakarta.apache.org
> Subject: Updating running WARs?
>
>
> What's the "right way" to update a running WAR in Tomcat 5.5?
>
> Is there anything resembling the manager's "reload" feature for WARs? Or
> are we forced to remove the context via the manager and then re-add a
new
> context back in? (Or restart Tomcat?)
>
> I've been searching through documentation for the manager, and then
> looking a bit at the source code, and it seems like it's impossible to
> reload a context unless it's exploded.
>
>
>





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

Reply via email to