When I compile a .java file, the
JSP does not use the new version of the bean but an old one.
I have added the following to the ContextManager node in server.xml:
<Context path="/preview" docBase="E:/Virtualhosts/Apache/preview" crossContext="true" debug="0" reloadable="true" trusted="false" />
where my classes are in e:/virtualhosts/apache/preview/web-inf/classes
I even tried removing the classpath variable as someone posted a message about this, but no dice.
This is very frustrating, I cannot be restarting the server every time I change a class. can someone please give me some solid information here on what causes the classes to refresh?
thanks
Zman