dognobbler
Programmer
I have just added a new content to my server.xml
<Context path="/test" docBase="test" debug="0"/>
what I want to know is - is there a way of making it so that I do not have to restart tomcat every time I make a change to a servlet or javabean.
Andy
<Context path="/test" docBase="test" debug="0"/>
what I want to know is - is there a way of making it so that I do not have to restart tomcat every time I make a change to a servlet or javabean.
Andy