We are running JRun 2.3.3 with the Apache webserver.

Here are the symptoms:

*       Create a new JSP file.
*       Access through a web browser.
*       JSP is translated to servlet and compiled to .class 
*       (checked the directory jrun/jsm-<env>/services/jse/servlets/jsp/...
)
*       Browser shows what we expect :-)

*       Modify JSP.
*       Access through browser.
*       Modified JSP is translated again to servlet and recompiled to .class
*       (new timestamps on .java and .class in above directory, checked
source, it appears correct)
*       Browser shows old version.

*       Move to someone elses PC
*       Access JSP through browser
*       Shows old version.

Has anyone had this problem?  
Where is the caching happening?
It doesn't appear to be the local browsers.  Using force reload (Ctrl-F5 in
IE, Shift-reload in NN)
Is Apache caching it?  If so does anyone know where to look for the setting?

jsp.properties has checkseconds=5

Ideas?

Tim Penhey
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to