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 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 way to install the
 action and make it work without restarting the server?
 
 If you are using tomcat 4.1.12 there is a nice GUI ../manager/html/list
 which allows you to start/stop the applications without taking down the
 main tomcat server.

 The compiled files (cache) are in directories that look something like
 /work/Standard Engine/localhost/ appname.
 I have stopped an app cleared the work' directories and restarted the app.

 The package with manager is tomcat4-admin-webapps-4.1.12

 (I may not be exact because I switched to another release)

 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




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 restarting app
server?


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 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 way to install the
 action and make it work without restarting the server?
 
 If you are using tomcat 4.1.12 there is a nice GUI ../manager/html/list
 which allows you to start/stop the applications without taking down the
 main tomcat server.

 The compiled files (cache) are in directories that look something like
 /work/Standard Engine/localhost/ appname.
 I have stopped an app cleared the work' directories and restarted the
app.

 The package with manager is tomcat4-admin-webapps-4.1.12

 (I may not be exact because I switched to another release)

 -
 Please check that your question  has not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




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 not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




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

2002-11-14 Thread Cedric Picard
The only way I know to get round this problem is to actually use jboss
rather than tomcat.

When a jar/war is deployed in jboss, it automatically removes the
previous jar/war.

Regards,
Cedric

-Original Message-
From: Reinhard Poetz [mailto:reinhard_poetz;gmx.net] 
Sent: 14 November 2002 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
 

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



--

This e-mail is confidential and is intended for the named recipient only. If
you receive it in error please destroy the message and all copies. Kainos
Software Ltd. does not accept liability for damage sustained as a result of
malicious software (e.g. viruses). Kainos does not accept liability for, or
permit, the creation of contracts on its behalf by e-mail, the publication of
any defamatory statement by its employees by e-mail, or changes subsequently
made to the original message. The Company's registered office is located at
4-6 Upper Crescent, Belfast, BT7 1NT, Northern Ireland, Tel +44 28 9057 1100.

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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




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 round this problem is to actually use jboss
rather than tomcat.

When a jar/war is deployed in jboss, it automatically removes the
previous jar/war.

Regards,
Cedric

-Original Message-
From: Reinhard Poetz [mailto:reinhard_poetz;gmx.net] 
Sent: 14 November 2002 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
 

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



--

This e-mail is confidential and is intended for the named recipient only. If
you receive it in error please destroy the message and all copies. Kainos
Software Ltd. does not accept liability for damage sustained as a result of
malicious software (e.g. viruses). Kainos does not accept liability for, or
permit, the creation of contracts on its behalf by e-mail, the publication
of
any defamatory statement by its employees by e-mail, or changes subsequently
made to the original message. The Company's registered office is located at
4-6 Upper Crescent, Belfast, BT7 1NT, Northern Ireland, Tel +44 28 9057
1100.

-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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


attachment: winmail.dat-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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


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 somewhere? Is there a way to install the
action and make it work without restarting the server?


If you are using tomcat 4.1.12 there is a nice GUI ../manager/html/list 
which allows you to start/stop the applications without taking down the 
main tomcat server.

The compiled files (cache) are in directories that look something like 
/work/Standard Engine/localhost/ appname.
I have stopped an app cleared the work' directories and restarted the app.

The package with manager is tomcat4-admin-webapps-4.1.12

(I may not be exact because I switched to another release)


-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



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? 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 not already been answered in the
 FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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



-
Please check that your question  has not already been answered in the
FAQ before posting. http://xml.apache.org/cocoon/faq/index.html

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