Re: Tomcat 5.5.12: Output unchanged when servlet changes




<pit.grinja@xxxxxx> wrote in message
news:1133099611.935393.188160@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

> Is there an internal Tomcat "class caching"
> mechanism?

Yes essentially 'The Program' is Tomcat, your webapp is basically a plugin.
You can set Tomcat to reload contexts automatically at a performance hit -
useful for testing.
Basically it scans directories looking for timestamps.

One of the xml files has an 'auto reload contexts' property or something
like that.

--
Mike W


.



Relevant Pages

  • Re: Tomcat 5.5.12: Output unchanged when servlet changes
    ... > Yes essentially 'The Program' is Tomcat, your webapp is basically a plugin. ... > You can set Tomcat to reload contexts automatically at a performance hit - ... > One of the xml files has an 'auto reload contexts' property or something ... xml files in my tomcat directory tree, ...
    (comp.lang.java.help)
  • Re: Unsupported major.minor version 49.0
    ... I've been reading about this in the Tomcat Docs ... >> Create a separate yourownwebapp.xml file, and define the context there. ... Note, I spoke of the "context xml file", not the webapp. ...
    (comp.lang.java.help)
  • Re: Web Application Help
    ... JF1 - which contains class X. ... I am running Tomcat ver 5.0.28 with JDK 1.4.03 ... WebApplication B starts up, and loads this JAR file JF1, then after ... When WebApp B tries to cast this Object back to an instance of class X, ...
    (comp.lang.java.programmer)
  • Re: SOAP and servlets living together?
    ... > - add the path to my soap classes at the end of the CLASSPATH ... If you are using Tomcat 4 or later, ... The classes associated with a specific webapp ...
    (comp.lang.java.programmer)
  • Re: Tomcat + Eclipse setup
    ... >outside the Tomcat home directory. ... your Eclipse project structure? ... point the docBase of my context to the root of my webapp. ...
    (comp.lang.java.programmer)