as far as i know, only classes in the WEB-INF/classes directory will be
reloaded. 

-----Original Message-----
From: Anthony Diodato [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 9:51 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat Question


They are class files.
And they are located in both places...

I have my servlets in the WEB-INF/classes directory
and all of my other Java classes are in c:/src/java/...

But neither locations are working the way I want them to work.

Nothing in logs either.

-----Original Message-----
From: Sullivan, Mark E [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 10:41 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat Question


are these jar files or class files? also, are they located in your webapps
WEB-INF/classes directory or elsewhere? The reloading works correctly in
tomcat 4+ versions of tomcat, but i've never tried it on the previous
versions. Is there anything in the tomcat log files that suggest it is
trying to reload classes? In my $TOMCAT_HOME/logs/catalina.out (tomcat
v4.1.7b) it looks like:

WebappClassLoader:   Resource
'/WEB-INF/classes/com/nav/fcws/util/MQBrowser.class' was
 modified; Date is now: Tue Jul 02 12:03:47 CDT 2002 Was: Tue Jul 02
11:45:34 CDT 2002



-----Original Message-----
From: Anthony Diodato [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 9:38 AM
To: 'Tomcat Users List'
Subject: RE: Tomcat Question


Servlets and Beans...

If I change the code for one of my servlets, I need to re-start Tomcat for
the changes to take affect.
has anyone run into this problem before...

-----Original Message-----
From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 23, 2002 10:34 AM
To: Tomcat Users List
Subject: AW: Tomcat Question


What classes are you talking about servlets/beans or jsp's ?

AFAIK in that version of tomcat the reloadable flag only works 
for jsp's. Try to touch a jsp (change the modification date) and 
request it. This should also reload the classes that are loaded 
through the same classloader. I can't remember the classloader
hierarchy for that tomcat version and which classes where loaded 
by which classloader, so I don't take any garantie that it will 
work.

> -----Ursprüngliche Nachricht-----
> Von: Anthony Diodato [mailto:[EMAIL PROTECTED]]
> Gesendet: Dienstag, 23. Juli 2002 16:24
> An: 'Tomcat Users List'
> Betreff: Tomcat Question
> 
> Im running Tomcat 3.2.4, is there a way to load recompiled 
> classes without having to re-start Tomcat??
> 
> I was told to 
> add reloadable="true" to the context configuration for your webapp
> 

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


Visit our website at http://www.p21.com/visit 
The information in this e-mail is confidential and may contain legally
privileged information.  It is intended solely for the person or entity to
which it is addressed.  Access to this e-mail by anyone else is
unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution, action taken, or action omitted to be taken in
reliance on it, is prohibited and may be unlawful.  If you received this
e-mail in error, please contact the sender and delete the material from any
computer. 



--
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]>


Visit our website at http://www.p21.com/visit 
The information in this e-mail is confidential and may contain legally
privileged information.  It is intended solely for the person or entity to
which it is addressed.  Access to this e-mail by anyone else is
unauthorized. If you are not the intended recipient, any disclosure,
copying, distribution, action taken, or action omitted to be taken in
reliance on it, is prohibited and may be unlawful.  If you received this
e-mail in error, please contact the sender and delete the material from any
computer. 



--
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]>

Reply via email to