Re: developing/installing custom actions without restarting app server?

2002-11-15 Thread Werner Guttmann
On top of this, Tomcat 4.x can be configured to allow a web app's classloader to reload the complete web app if a class file or a JAR has changed. Which I believe is quite handy when developing ... Werner Charles Brewster wrote: Josema Alonso wrote: Hi, all. I'm writing some actions for

RE: developing/installing custom actions without restarting app server?

2002-11-15 Thread Josema Alonso
Hey, thanks for the info. i'll try it. Thanks to all who replied :-) -Mensaje original- De: Werner Guttmann [mailto:Werner.Guttmann;morganstanley.com] Enviado el: viernes, 15 de noviembre de 2002 11:56 Para: [EMAIL PROTECTED] Asunto: Re: developing/installing custom actions without

developing/installing custom actions without restarting app server?

2002-11-14 Thread Josema Alonso
Hi, all. I'm writing some actions for XMLForms. Everytime I modify the file to make some tests, I have to stop Tomcat, copy the action to the correct subdirectory under WEB-INF/classes and start it again. If not, Tomcat uses the old action. I'm wondering, is being cached somewhere? Is there a

RE: developing/installing custom actions without restarting app server?

2002-11-14 Thread Reinhard Poetz
I'm wondering, is being cached somewhere? Is there a way to install the action and make it work without restarting the server? No, as far as I know there is no way Regards, Reinhard - Please check that your question has

RE: developing/installing custom actions without restarting app server?

2002-11-14 Thread Cedric Picard
16:48 To: [EMAIL PROTECTED] Subject: RE: developing/installing custom actions without restarting app server? I'm wondering, is being cached somewhere? Is there a way to install the action and make it work without restarting the server? No, as far as I know there is no way Regards, Reinhard

RE: developing/installing custom actions without restarting app server?

2002-11-14 Thread Ricardo Trindade
I believe tomcat 4.1 also supports this. -Original Message- From: Cedric Picard [mailto:C.Picard;kainos.com] Sent: quinta-feira, 14 de Novembro de 2002 17:00 To: [EMAIL PROTECTED] Subject: RE: developing/installing custom actions without restarting app server? The only way I know to get

Re: developing/installing custom actions without restarting app server?

2002-11-14 Thread Charles Brewster
Josema Alonso wrote: Hi, all. I'm writing some actions for XMLForms. Everytime I modify the file to make some tests, I have to stop Tomcat, copy the action to the correct subdirectory under WEB-INF/classes and start it again. If not, Tomcat uses the old action. I'm wondering, is being cached

Re: developing/installing custom actions without restarting app server?

2002-11-14 Thread Josema Alonso
Ouch... Thanks, Reinhard. - Original Message - From: Reinhard Poetz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 14, 2002 5:47 PM Subject: RE: developing/installing custom actions without restarting app server? I'm wondering, is being cached somewhere