Hit Send too early!

To continue:

        <Context path="/whatever" docBase="WHATEVER" debug="0"
                 reloadable="true" crossContext="true">


Otherwise you could just have your manager app in another browser window and
hit reload in the webapp in question - this will re-load the webapp and any
classes associated with it.

Hope this helps - been a while since I played with this so I HOPE this is
correct!
Steve


-----Original Message-----
From: McGarrity, Steve 
Sent: Wednesday, October 16, 2002 3:23 PM
To: 'Tomcat Users List'
Subject: RE: Recompiling Java classes run in the Tomcat server 


Hi Nate,

I believe if you add an explicit Context entry to your server.xml with the
reloadable=true attribute, this should force Tomcat to detect when classes
have been recompiled, and it restarts your webapp.  E.g. :


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 16, 2002 2:37 PM
To: [EMAIL PROTECTED]
Subject: Recompiling Java classes run in the Tomcat server 


Hello,
I'm developing a JSP application that runs on Tomcat and uses Java classes
for
business logic.   Is there a way to configure tomcat to pick up a newly
compiled
java class without having to start and stop the server.   It seems as though
it
caches all the java classes during run-time.

Thank you for you help.

Nate


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

Reply via email to