C
charly
Greetings,
Here is my install :
Linux Mandrake
Tomcat 4.1.27
Server.xml :
<Context path="/myApp" docBase="myApp" debug="0"
reloadable="true" crossContext="false"/>
I work with eclipse. Source dir is in WEB-INF/java and classes are in
WEB-INF/classes
When I change the code of one of my servlet, I compile, save the file it the
classes dir.
I wait for 6 seconds, and tomcat says :
WebappClassLoader: Resource '/WEB-INF/classes/mvc/Controller.class' was
modified; Date is now: Wed Aug 13 15:36:47 CEST 2003 Was: Wed Aug 13
15:33:03 CEST 2003
Great
Now I refresh the page in the browser and :
I get either :
org.apache.jasper.JasperException: /index.jsp(46,73) Unable to load class
errFormulaire
or class xxx is unavailable.
I've got to stop tomcat and restart it and this time, everything is ok....
Can someone help me please ?
many thx
Here is my install :
Linux Mandrake
Tomcat 4.1.27
Server.xml :
<Context path="/myApp" docBase="myApp" debug="0"
reloadable="true" crossContext="false"/>
I work with eclipse. Source dir is in WEB-INF/java and classes are in
WEB-INF/classes
When I change the code of one of my servlet, I compile, save the file it the
classes dir.
I wait for 6 seconds, and tomcat says :
WebappClassLoader: Resource '/WEB-INF/classes/mvc/Controller.class' was
modified; Date is now: Wed Aug 13 15:36:47 CEST 2003 Was: Wed Aug 13
15:33:03 CEST 2003
Great
Now I refresh the page in the browser and :
I get either :
org.apache.jasper.JasperException: /index.jsp(46,73) Unable to load class
errFormulaire
or class xxx is unavailable.
I've got to stop tomcat and restart it and this time, everything is ok....
Can someone help me please ?
many thx