A
Alex Hunsley
I'm using Apache Tomcat/5.0.27 to test some JSPs, that in turn use some
javabeans I have written.
Tomcat seems to recompile changed jsp files just fine, and AFAIK it would
reload a servlet if the class file had changed (recompiled), but it's not
noticing that I have recompiled the classes that define javabeans. At the
moment I am stopping and restarting tomcat to force a reload of the javabean
classes.
I've tried closing my browser then loading the page again in a new instance of
the browser (because my jsp pages have the 'session' scope and I wondered if
this was the problem) but tomcat is still not using the new javabean class file.
Any hints anyone? Currently plunging through the docs as googling didn't bring
up much...
thanks
alex
javabeans I have written.
Tomcat seems to recompile changed jsp files just fine, and AFAIK it would
reload a servlet if the class file had changed (recompiled), but it's not
noticing that I have recompiled the classes that define javabeans. At the
moment I am stopping and restarting tomcat to force a reload of the javabean
classes.
I've tried closing my browser then loading the page again in a new instance of
the browser (because my jsp pages have the 'session' scope and I wondered if
this was the problem) but tomcat is still not using the new javabean class file.
Any hints anyone? Currently plunging through the docs as googling didn't bring
up much...
thanks
alex