RE: Getting a generator class to reload.

2003-01-27 Thread Geoff Howard
> -Original Message- > From: Miles Elam [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 12:53 PM > To: [EMAIL PROTECTED] > Subject: Re: Getting a generator class to reload. > > > I use the following in Tomcat 4.1.17 and have been swapping Actions in &g

Re: Getting a generator class to reload.

2003-01-27 Thread Miles Elam
I use the following in Tomcat 4.1.17 and have been swapping Actions in and out without any real problems. My server is Debian Linux on a 1GHz Athlon w/ 256MB RAM (not even approaching the high end) and reloading usually takes less than five seconds for me...and I think that's just mostly sitem

RE: Getting a generator class to reload.

2003-01-27 Thread Geoff Howard
Original Message- > From: Robert Simmons [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 27, 2003 7:00 AM > To: [EMAIL PROTECTED] > Subject: Re: Getting a generator class to reload. > > > Hmm, well I'm running tomcat merges with JBoss so its probably a different &

Re: Getting a generator class to reload.

2003-01-27 Thread Robert Simmons
ot; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 10:13 AM Subject: Re: Getting a generator class to reload. > Assuming you run tomcat: > > When you enable "reloadable='true'" in your Context the > whole webapp should restart

Re: Getting a generator class to reload.

2003-01-27 Thread SAXESS - Hussayn Dabbous
clas Hedhman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 27, 2003 9:20 AM Subject: Re: Getting a generator class to reload. On Monday 27 January 2003 16:21, Robert Simmons wrote: I am working to create a custom generator and I have deployed my WAR in explod

Re: Getting a generator class to reload.

2003-01-27 Thread Ugo Cei
Robert Simmons wrote: Nope .. didn't work. Still has the old class cached. I hope I don have to redeploy the whole damn thing every time I update a class. I usually just reload the webapp from Tomcat's manager: http://localhost:8080/manager/reload?path=/cocoon Works like a charm on Tomcat 4.1+

Re: Getting a generator class to reload.

2003-01-27 Thread Robert Simmons
Monday, January 27, 2003 9:31 AM Subject: RE: Getting a generator class to reload. > Robert, > > I guess you've alread set the reloadable="true" in the context element of your Tomcat configuration (or something to that effect in > the s

Re: Getting a generator class to reload.

2003-01-27 Thread Robert Simmons
7, 2003 9:20 AM Subject: Re: Getting a generator class to reload. On Monday 27 January 2003 16:21, Robert Simmons wrote: > I am working to create a custom generator and I have deployed my WAR in > exploded format. The problem is that now when I change the class file that > the generator uses, c

RE: Getting a generator class to reload.

2003-01-27 Thread Luca Morandini
i GIS Consultant [EMAIL PROTECTED] http://utenti.tripod.it/lmorandini/index.html - -Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]] Sent: Monday, January 27, 2003 9:21 AM To: Cocoon Users Subject: Getti

Re: Getting a generator class to reload.

2003-01-27 Thread Niclas Hedhman
On Monday 27 January 2003 16:21, Robert Simmons wrote: > I am working to create a custom generator and I have deployed my WAR in > exploded format. The problem is that now when I change the class file that > the generator uses, cocoon keeps using the old class file. How can I get > the classloader

Getting a generator class to reload.

2003-01-27 Thread Robert Simmons
I am working to create a custom generator and I have deployed my WAR in exploded format. The problem is that now when I change the class file that the generator uses, cocoon keeps using the old class file. How can I get the classloader in cocoon to reload the class?   -- Robert