You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@geronimo.apache.org by "Nazar Stasiv (Lohika, Inc)" <ns...@lohika.com> on 2006/09/20 19:52:33 UTC

inplace deployment

Hi,
does anybody use inPlace deployment of application into geronimo? Is it 
possible to have geronimo automatically reload recompiled classes?

Thank you

Re: inplace deployment

Posted by rsumner <ry...@sumnerfamily.com>.
I've started using it recently.  Instead of dealing with hotdeploy, you can
try enabling debug mode on the JSP servlet.  In the var/catalina/web.xml:

Locate org.apache.jasper.servlet.JspServlet and make sure the development
parameter is set to true.

You can then further adjust how frequently it checks for JSP updates using
the modificationTestInterval option.
-- 
View this message in context: http://apache-geronimo.328035.n3.nabble.com/inplace-deployment-tp332536p965709.html
Sent from the Users mailing list archive at Nabble.com.

Re: inplace deployment

Posted by David Jencks <da...@yahoo.com>.
you have to trigger a redeployment.  e.g. if you are using the  
command line deployer

java -jar bin/deployer.jar redeploy myapp.ear --inPlace

or something like that. There might be a way to use hot-deploy but I  
don't know if it works for this.

thanks
david jencks
On Sep 20, 2006, at 10:52 AM, Nazar Stasiv (Lohika, Inc) wrote:

> Hi,
> does anybody use inPlace deployment of application into geronimo?  
> Is it possible to have geronimo automatically reload recompiled  
> classes?
>
> Thank you