> There is one thing I do not understand:
> When I update the JSP page, I see the result
> immediately (on a browser). But when I update
> the servlet class file, nothing changes until
> I restart Tomcat.
You can either reload the webapp by clicking the reload link on the manager
page or declare the context in the server.xml and mark it as reloadable.
I think the reloadable feature is not available for auto-deployed
applications.
Regards,
Tobias

Signature
<http://www.schierge.de/tobias/
Andy Fish - 17 Nov 2003 18:50 GMT
note that there is a hotfix available to fix a bug with reloading on tomcat
4.1.27
I'm not sure if this same bug is the cause of the OP's problem though
> > There is one thing I do not understand:
> > When I update the JSP page, I see the result
[quoted text clipped - 11 lines]
>
> Tobias
Marcus Beyer - 08 Dec 2003 14:51 GMT
> note that there is a hotfix available to fix a bug with reloading on tomcat
> 4.1.27
Ah, fine! <http://forums.cookienest.com/viewtopic.php?t=7842>
> You can either reload the webapp by clicking the reload link on the
> manager page or declare the context in the server.xml and mark it as
> reloadable.
Which one is better?
Hmm, it seems that I don't have such a file (server.xml)
in my JBoss (3.2.2) installation, where Tomcat is embeded.
thanx!
Marcus