Actually, it does work - you have to set the reload attribute to true in the
server.xml - my entry looks like this :

        <Context path="/tracking" docBase="d:/servlet/tracking"
                 crossContext="false" debug="0" reloadable="true" >
        </Context>


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 17, 2001 3:08 PM
To: [EMAIL PROTECTED]
Subject: Re: Servlet reloading problems


as far as i know, when you recompile a class, you need to restart
tomcat.  there is nothing that you can do about it and there are no plans
to change that.  (i got that tidbit from an online discussion group from a
sun employee.)  sorry :(


At 11:06 04/17/2001 -0700, you wrote:
>I've read all the archives and still cannot get my servlet to reload. I am
>running TOMCAT Version 3.2.1 on Windows 2000. Does anyone have a formula
>to get this to work?
>
>My servlet is in WEB-INF/classes, and I do not have WEB-INF in my
>classpath, and I have tried setting reloadable to both true and false. Is
>there anything else I can do?
>
>
>Thanks,
>Steve
>
>
>
>
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


Reply via email to