You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Larry Isaacs <La...@sas.com> on 2002/06/25 21:53:27 UTC

RE: AutoDeploy redeploy option doesn't seem to be working in 3.3. 1

A simple test worked for me.  Note that just updating the
War file doesn't trigger the reload.  After updating the
War file, the next request to that webapp's context triggers
the reload.

Also note that there are issues with Jar reloading in some
JVM's.  You may need to add:

   use11Loader="true"

to <LoaderInterceptor11> as a workaround if you experience
problems with Jar reloading.

Cheers,
Larry


> -----Original Message-----
> From: Corbin, Ken [mailto:Ken.Corbin@Summit.Fiserv.com] 
> Sent: Tuesday, June 25, 2002 2:57 PM
> To: 'tomcat-user@jakarta.apache.org'
> Subject: AutoDeploy redeploy option doesn't seem to be 
> working in 3.3.1
> 
> 
> We're using pretty much the default server.xml, which has the standard
>   <AutoDeploy source="webapps" target="webapps" redeploy="true" />
> line.  But we are noticing that web application is not automatically
> expanding when a war file in webapps is updated.   The 
> application does get
> expanded and redployed if we take down the server and bring 
> it up again.
> Is there anything obvious that I am missing???
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:tomcat-user-> unsubscribe@jakarta.apache.org>
> For 
> additional commands, 
> e-mail: <ma...@jakarta.apache.org>
> 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>