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 Tomcat require restart when chaning classes?


 
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 active w/o
restarting tomcat? As it stands now (with my current server config, which is
pretty much default) I can only get news changes visible after a server
restart.
 
Thanks,
CC
 
Chuck Carson 
Sr. Systems Administrator
Syrrx, Inc.
10410 Science Center Drive
San Diego, CA 92121
E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
W: 858.731.3540
M: 858.442.0827


--
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The sender
therefore does not accept liability for any errors or omissions in the
contents of this message, which arise as a result of e-mail transmission. If
verification is required please request a hard-copy version. 


**
The information contained in this e-mail is confidential and is
intended only for the use of the addressee(s).
If you receive this e-mail in error, any use, distribution or
copying of this e-mail is not permitted. You are requested to
forward unwanted e-mail and address any problems to the
MIM Holdings Limited Support Centre.

For general enquires: ++61 7 3833 8000
Support Centre e-mail: [EMAIL PROTECTED]
Support Centre phone:  Australia 1800500646
International ++61 7 38338042
**


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


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




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 active w/o
 restarting tomcat? As it stands now (with my current server config,
 which is pretty much default) I can only get news changes visible after
 a server restart.
  
 Thanks,
 CC
  
 Chuck Carson 
 Sr. Systems Administrator
 Syrrx, Inc.
 10410 Science Center Drive
 San Diego, CA 92121
 E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
 W: 858.731.3540
 M: 858.442.0827
 
 
 --
 This message contains confidential information and is intended only for
 the individual named. If you are not the named addressee you should not
 disseminate, distribute or copy this e-mail. Please notify the sender
 immediately by e-mail if you have received this e-mail by mistake and
 delete this e-mail from your system. E-mail transmission cannot be
 guaranteed to be secure or error-free as information could be
 intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
 contain viruses. The sender therefore does not accept liability for any
 errors or omissions in the contents of this message, which arise as a
 result of e-mail transmission. If verification is required please
 request a hard-copy version. 
 

-- 
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


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




Re: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Michael Nicholson

I've never used it (I'm lazy and restarting is easy...), but the manager app
can unload apps and then deploy them... that might do it...

- Original Message -
From: Mauro Daniel Ardolino [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Sent: Friday, September 13, 2002 9:31 AM
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
 
  If I modify this class (ie recompile) how can I make it active w/o
  restarting tomcat? As it stands now (with my current server config,
  which is pretty much default) I can only get news changes visible after
  a server restart.
 
  Thanks,
  CC
 
  Chuck Carson
  Sr. Systems Administrator
  Syrrx, Inc.
  10410 Science Center Drive
  San Diego, CA 92121
  E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  W: 858.731.3540
  M: 858.442.0827
 
 
  --
  This message contains confidential information and is intended only for
  the individual named. If you are not the named addressee you should not
  disseminate, distribute or copy this e-mail. Please notify the sender
  immediately by e-mail if you have received this e-mail by mistake and
  delete this e-mail from your system. E-mail transmission cannot be
  guaranteed to be secure or error-free as information could be
  intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
  contain viruses. The sender therefore does not accept liability for any
  errors or omissions in the contents of this message, which arise as a
  result of e-mail transmission. If verification is required please
  request a hard-copy version.
 

 --
 Ing.Mauro Daniel Ardolino
 Departamento de Desarrollo y Servicios
 Altersoft
 Billinghurst 1599 - Piso 9
 C1425DTE - Capital Federal
 Tel/Fax: 4821-3376 / 4822-8759
 mailto: [EMAIL PROTECTED]
 website: http://www.altersoft.com.ar


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




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




RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Miguel Angel Mulero Martinez

In the context of the application, put the reloadable=true attribute. If
you don't have a context 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 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

 If I modify this class (ie recompile) how can I make it active w/o
 restarting tomcat? As it stands now (with my current server config,
 which is pretty much default) I can only get news changes visible after
 a server restart.

 Thanks,
 CC

 Chuck Carson
 Sr. Systems Administrator
 Syrrx, Inc.
 10410 Science Center Drive
 San Diego, CA 92121
 E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 W: 858.731.3540
 M: 858.442.0827


 --
 This message contains confidential information and is intended only for
 the individual named. If you are not the named addressee you should not
 disseminate, distribute or copy this e-mail. Please notify the sender
 immediately by e-mail if you have received this e-mail by mistake and
 delete this e-mail from your system. E-mail transmission cannot be
 guaranteed to be secure or error-free as information could be
 intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
 contain viruses. The sender therefore does not accept liability for any
 errors or omissions in the contents of this message, which arise as a
 result of e-mail transmission. If verification is required please
 request a hard-copy version.


--
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


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


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




RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Mauro Daniel Ardolino

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, 13 Sep 2002, Miguel Angel Mulero Martinez wrote:

 In the context of the application, put the reloadable=true attribute. If
 you don't have a context 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 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
 
  If I modify this class (ie recompile) how can I make it active w/o
  restarting tomcat? As it stands now (with my current server config,
  which is pretty much default) I can only get news changes visible after
  a server restart.
 
  Thanks,
  CC
 
  Chuck Carson
  Sr. Systems Administrator
  Syrrx, Inc.
  10410 Science Center Drive
  San Diego, CA 92121
  E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  W: 858.731.3540
  M: 858.442.0827
 
 
  --
  This message contains confidential information and is intended only for
  the individual named. If you are not the named addressee you should not
  disseminate, distribute or copy this e-mail. Please notify the sender
  immediately by e-mail if you have received this e-mail by mistake and
  delete this e-mail from your system. E-mail transmission cannot be
  guaranteed to be secure or error-free as information could be
  intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
  contain viruses. The sender therefore does not accept liability for any
  errors or omissions in the contents of this message, which arise as a
  result of e-mail transmission. If verification is required please
  request a hard-copy version.
 
 
 --
 Ing.Mauro Daniel Ardolino
 Departamento de Desarrollo y Servicios
 Altersoft
 Billinghurst 1599 - Piso 9
 C1425DTE - Capital Federal
 Tel/Fax: 4821-3376 / 4822-8759
 mailto: [EMAIL PROTECTED]
 website: http://www.altersoft.com.ar
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 

-- 
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


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




RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Miguel Angel Mulero Martinez

Make a backup of tour server.xml file. Open your server.xml file. Inside the
host.../host you will see some context Make another similar.
To create a context for your webapp, put something like this:

Context path=/ceeieuropa docBase=D:/Mulero/Mis
documentos/forte/miproyecto reloadable=true /

Whith this line, you map: http://localhost:8080/ceeiuropa to the directory
specified.

I think you have used the ROOT directory, so search the line:

Context path= docBase=ROOT debug=0 /

and change it for:

Context path= docBase=ROOT debug=0 reloadable=true /

If you don't want to create a context, simply put your application in the
webapps directory and put in the host ... /host

DefaultContext reloadable=true /

With reloadable=true tomcat, every 15 seconds (by default) reloads the
application if some class changed.

Regards


-Mensaje original-
De: Mauro Daniel Ardolino [mailto:[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, 13 Sep 2002, Miguel Angel Mulero Martinez wrote:

 In the context of the application, put the reloadable=true attribute. If
 you don't have a context 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 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
 
  If I modify this class (ie recompile) how can I make it active w/o
  restarting tomcat? As it stands now (with my current server config,
  which is pretty much default) I can only get news changes visible after
  a server restart.
 
  Thanks,
  CC
 
  Chuck Carson
  Sr. Systems Administrator
  Syrrx, Inc.
  10410 Science Center Drive
  San Diego, CA 92121
  E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  W: 858.731.3540
  M: 858.442.0827
 
 
  --
  This message contains confidential information and is intended only for
  the individual named. If you are not the named addressee you should not
  disseminate, distribute or copy this e-mail. Please notify the sender
  immediately by e-mail if you have received this e-mail by mistake and
  delete this e-mail from your system. E-mail transmission cannot be
  guaranteed to be secure or error-free as information could be
  intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
  contain viruses. The sender therefore does not accept liability for any
  errors or omissions in the contents of this message, which arise as a
  result of e-mail transmission. If verification is required please
  request a hard-copy version.
 

 --
 Ing.Mauro Daniel Ardolino
 Departamento de Desarrollo y Servicios
 Altersoft
 Billinghurst 1599 - Piso 9
 C1425DTE - Capital Federal
 Tel/Fax: 4821-3376 / 4822-8759
 mailto: [EMAIL PROTECTED]
 website: http://www.altersoft.com.ar


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


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



--
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


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


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




RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Mauro Daniel Ardolino

Very helpfull! Specially when you are developing. Thank you.

Mauro

On Fri, 13 Sep 2002, Miguel Angel Mulero Martinez wrote:

 Make a backup of tour server.xml file. Open your server.xml file. Inside the
 host.../host you will see some context Make another similar.
 To create a context for your webapp, put something like this:
 
 Context path=/ceeieuropa docBase=D:/Mulero/Mis
 documentos/forte/miproyecto reloadable=true /
 
 Whith this line, you map: http://localhost:8080/ceeiuropa to the directory
 specified.
 
 I think you have used the ROOT directory, so search the line:
 
 Context path= docBase=ROOT debug=0 /
 
 and change it for:
 
 Context path= docBase=ROOT debug=0 reloadable=true /
 
 If you don't want to create a context, simply put your application in the
 webapps directory and put in the host ... /host
 
 DefaultContext reloadable=true /
 
 With reloadable=true tomcat, every 15 seconds (by default) reloads the
 application if some class changed.
 
 Regards
 
 
 -Mensaje original-
 De: Mauro Daniel Ardolino [mailto:[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, 13 Sep 2002, Miguel Angel Mulero Martinez wrote:
 
  In the context of the application, put the reloadable=true attribute. If
  you don't have a context 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 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
  
   If I modify this class (ie recompile) how can I make it active w/o
   restarting tomcat? As it stands now (with my current server config,
   which is pretty much default) I can only get news changes visible after
   a server restart.
  
   Thanks,
   CC
  
   Chuck Carson
   Sr. Systems Administrator
   Syrrx, Inc.
   10410 Science Center Drive
   San Diego, CA 92121
   E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
   W: 858.731.3540
   M: 858.442.0827
  
  
   --
   This message contains confidential information and is intended only for
   the individual named. If you are not the named addressee you should not
   disseminate, distribute or copy this e-mail. Please notify the sender
   immediately by e-mail if you have received this e-mail by mistake and
   delete this e-mail from your system. E-mail transmission cannot be
   guaranteed to be secure or error-free as information could be
   intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
   contain viruses. The sender therefore does not accept liability for any
   errors or omissions in the contents of this message, which arise as a
   result of e-mail transmission. If verification is required please
   request a hard-copy version.
  
 
  --
  Ing.Mauro Daniel Ardolino
  Departamento de Desarrollo y Servicios
  Altersoft
  Billinghurst 1599 - Piso 9
  C1425DTE - Capital Federal
  Tel/Fax: 4821-3376 / 4822-8759
  mailto: [EMAIL PROTECTED]
  website: http://www.altersoft.com.ar
 
 
  --
  To unsubscribe, e-mail:
  mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
  mailto:[EMAIL PROTECTED]
 
 
  --
  To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
  For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 
 --
 Ing.Mauro Daniel Ardolino
 Departamento de Desarrollo y Servicios
 Altersoft
 Billinghurst 1599 - Piso 9
 C1425DTE - Capital Federal
 Tel/Fax: 4821-3376 / 4822-8759
 mailto: [EMAIL PROTECTED]
 website: http://www.altersoft.com.ar
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
 

-- 
Ing.Mauro Daniel Ardolino
Departamento de Desarrollo y Servicios
Altersoft
Billinghurst 1599 - Piso 9
C1425DTE - Capital Federal
Tel/Fax: 4821-3376 / 4822-8759
mailto: [EMAIL PROTECTED]
website: http://www.altersoft.com.ar


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




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 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 active w/o
|restarting tomcat? As it stands now (with my current server config,
|which is pretty much default) I can only get news changes visible after
|a server restart.
|
|Thanks,
|CC
|
|Chuck Carson
|Sr. Systems Administrator
|Syrrx, Inc.
|10410 Science Center Drive
|San Diego, CA 92121
|E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
|W: 858.731.3540
|M: 858.442.0827
|
|
|--
|This message contains confidential information and is intended only for
|the individual named. If you are not the named addressee you should not
|disseminate, distribute or copy this e-mail. Please notify the sender
|immediately by e-mail if you have received this e-mail by mistake and
|delete this e-mail from your system. E-mail transmission cannot be
|guaranteed to be secure or error-free as information could be
|intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
|contain viruses. The sender therefore does not accept liability for any
|errors or omissions in the contents of this message, which arise as a
|result of e-mail transmission. If verification is required please
|request a hard-copy version.
|
|
|

- --
~ Ronald Klop
~ Amsterdam, The Netherlands
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQE9geKrPgc4rWsY77MRAkphAKCG3KY5LIolMx60+YxBLYE0W6Pq5QCfSItZ
ZcCERRM5P3tkv5E/juU0Qgc=
=Duha
-END PGP SIGNATURE-


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




RE: Does Tomcat require restart when chaning classes?

2002-09-13 Thread Felipe Schnack

  This actually works for you? Never did for me. Maybe because the files
arent' JARed?
On Fri, 2002-09-13 at 09:37, Miguel Angel Mulero Martinez wrote:
 In the context of the application, put the reloadable=true attribute. If
 you don't have a context 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 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
 
  If I modify this class (ie recompile) how can I make it active w/o
  restarting tomcat? As it stands now (with my current server config,
  which is pretty much default) I can only get news changes visible after
  a server restart.
 
  Thanks,
  CC
 
  Chuck Carson
  Sr. Systems Administrator
  Syrrx, Inc.
  10410 Science Center Drive
  San Diego, CA 92121
  E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
  W: 858.731.3540
  M: 858.442.0827
 
 
  --
  This message contains confidential information and is intended only for
  the individual named. If you are not the named addressee you should not
  disseminate, distribute or copy this e-mail. Please notify the sender
  immediately by e-mail if you have received this e-mail by mistake and
  delete this e-mail from your system. E-mail transmission cannot be
  guaranteed to be secure or error-free as information could be
  intercepted, corrupted, lost, destroyed, arrive late or incomplete, or
  contain viruses. The sender therefore does not accept liability for any
  errors or omissions in the contents of this message, which arise as a
  result of e-mail transmission. If verification is required please
  request a hard-copy version.
 
 
 --
 Ing.Mauro Daniel Ardolino
 Departamento de Desarrollo y Servicios
 Altersoft
 Billinghurst 1599 - Piso 9
 C1425DTE - Capital Federal
 Tel/Fax: 4821-3376 / 4822-8759
 mailto: [EMAIL PROTECTED]
 website: http://www.altersoft.com.ar
 
 
 --
 To unsubscribe, e-mail:
 mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
 mailto:[EMAIL PROTECTED]
 
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 
-- 

Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303328


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




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 Tomcat require restart when chaning classes?


 
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 active w/o
restarting tomcat? As it stands now (with my current server config, which is
pretty much default) I can only get news changes visible after a server
restart.
 
Thanks,
CC
 
Chuck Carson 
Sr. Systems Administrator
Syrrx, Inc.
10410 Science Center Drive
San Diego, CA 92121
E: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
W: 858.731.3540
M: 858.442.0827


--
This message contains confidential information and is intended only for the
individual named. If you are not the named addressee you should not
disseminate, distribute or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. E-mail transmission cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses. The sender
therefore does not accept liability for any errors or omissions in the
contents of this message, which arise as a result of e-mail transmission. If
verification is required please request a hard-copy version. 


**
The information contained in this e-mail is confidential and is
intended only for the use of the addressee(s).
If you receive this e-mail in error, any use, distribution or
copying of this e-mail is not permitted. You are requested to
forward unwanted e-mail and address any problems to the
MIM Holdings Limited Support Centre.

For general enquires:   ++61 7 3833 8000
Support Centre e-mail:  [EMAIL PROTECTED]
Support Centre phone:   Australia 1800500646
International ++61 7 38338042
**


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