RE: Does Tomcat require restart when chaning classes?

2002-09-19 Thread Nicholas Orr
Click on this link http://localhost:8080/manager/html/reload?path=/ This will reload the context / which is the ROOT context. Nicholas Orr -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Friday, 13 September 2002 8:51 AM To: Tomcat Users List Subject: Does

Re: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Mauro Daniel Ardolino
I think you have to restart Tomcat for changes like this. Do someone know another way to do it? Mauro On Thu, 12 Sep 2002, Chuck Carson wrote: I had the following class: $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/MyClass.class If I modify this class (ie recompile) how can I make it

Re: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Michael Nicholson
Subject: Re: Does Tomcat require restart when chaning classes? I think you have to restart Tomcat for changes like this. Do someone know another way to do it? Mauro On Thu, 12 Sep 2002, Chuck Carson wrote: I had the following class: $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/MyClass.class

RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Miguel Angel Mulero Martinez
septiembre de 2002 15:31 Para: Tomcat Users List Asunto: Re: Does Tomcat require restart when chaning classes? I think you have to restart Tomcat for changes like this. Do someone know another way to do it? Mauro On Thu, 12 Sep 2002, Chuck Carson wrote: I had the following class: $TOMCAT_HOME

RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Mauro Daniel Ardolino
for this application, you can put a: DefaultContext reloadable=true / Bye... -Mensaje original- De: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 13 de septiembre de 2002 15:31 Para: Tomcat Users List Asunto: Re: Does Tomcat require restart when

RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Miguel Angel Mulero Martinez
:[EMAIL PROTECTED]] Enviado el: viernes, 13 de septiembre de 2002 15:40 Para: Tomcat Users List Asunto: RE: Does Tomcat require restart when chaning classes? Sorry for the next question, but... Do I have to put this line in the web.xml? How can I declare a context for my app? Thanks. Mauro On Fri

RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Mauro Daniel Ardolino
: Does Tomcat require restart when chaning classes? I think you have to restart Tomcat for changes like this. Do someone know another way to do it? Mauro On Thu, 12 Sep 2002, Chuck Carson wrote: I had the following class: $TOMCAT_HOME/webapps/ROOT/WEB-INF/classes/MyClass.class

Re: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Ronald Klop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why not just enable the manager webapp and call: http://localhost/manager/reload?path=/webapp You don't need to enable 'reloadable' for this. Greetings, Ronald. Mauro Daniel Ardolino wrote: | I think you have to restart Tomcat for changes like

RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Felipe Schnack
a: DefaultContext reloadable=true / Bye... -Mensaje original- De: Mauro Daniel Ardolino [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 13 de septiembre de 2002 15:31 Para: Tomcat Users List Asunto: Re: Does Tomcat require restart when chaning classes? I think you have to restart

RE: Does Tomcat require restart when chaning classes?

2002-09-12 Thread Nicholas Orr
Click on this link http://localhost:8080/manager/html/reload?path=/ This will reload the context / which is the ROOT context. Nicholas Orr -Original Message- From: Chuck Carson [mailto:[EMAIL PROTECTED]] Sent: Friday, 13 September 2002 8:51 AM To: Tomcat Users List Subject: Does