Tomcat 3 -- servlet reload issue -- pls help..



I don't have this problem in my Tomcat 5, but at work we're on Tomcat 3 (3.2.2.) when I make changes to a servlet I don't see changes unless I turn tomcat off and on... this is a huge pain, at work we can't be turning Tomcat off and on all day long whenever we make changes to a servlet.. Is there a way around this? (Does Tomcat 3 come with a Manager? I can't find manager-howto.html among docs (which does come with Tomcat 5, even though in Tomcat 5 I've never had a need to use it..;)

I do have this for every webapp in server.xml:

<Context path="/<nameOfWebapp>"
docBase="webapps/<nameOfWebapp>"
crossContext="false"
debug="0"
reloadable="true" >

so why won't servlets reload when I make changes to them? why does Tomcat have such a hard time reloading servlets and not JSP's? JSP's are also servlets!!

thank you,
Frances
.



Relevant Pages

  • Re: Advice: Rapid self-study of backend Java programming
    ... So I just need enough GUI to get by. ... For Java, the idea is to avoid all platform-specific programming. ... Servlets and JSPs are ... Tomcat is a Servlet/JSP server. ...
    (comp.lang.java.programmer)
  • Re: setting up a servlet on unix/tomcat..
    ... >> dynamic content by Tomcat. ... > Oscar, thank you very much for your help.. ... > me they have other clients running servlets fine.. ... getting a jsp and servlets running using the first URL and report the ...
    (comp.lang.java.help)
  • Re: Servlets, Threads & Co.
    ... Werden diese Methoden von Tomcat nur von einen Thread aufgerufen oder muss man hier auf die Synchron. ... Gilt die Antwort nur für Servlets oder ist bei JSP und bei der Tag-lib das gleiche zu beachten? ... Eine JSP ist nach dem kompilieren beim ausführen sowieso eigentlich ein Servlet, also unterliegt es den selben Regeln. ...
    (de.comp.lang.java)
  • Re: Apache Tomcat penetration test
    ... the main vulnerabilities will be found on the code ... Although Tomcat did provide a good deal of security, ... These two things allow Java Run Time to access any files in any ... And, Servlets (JSP converted ...
    (Pen-Test)
  • Re: problem running a basic servlet with tomcat
    ... > apparently missing... ... I know that i can put my servlets in the 'webapps/examples' directory ... I stopped and restarted tomcat before each change. ...
    (comp.lang.java.programmer)