i make one servlet file (ie class file which i copied to classes folder). thats run perfectly fine.
but the problem is that if i make some changes in java file and then complie and save class file in same directory with same name. After pressing refresh button same contents are being displayed.
if i stop tomcat service and restart then it shows the new content.
this means servlet is running but every time i have to restart tomcat service.
is this problem related to caching or what??
Please help me out.
but the problem is that if i make some changes in java file and then complie and save class file in same directory with same name. After pressing refresh button same contents are being displayed.
if i stop tomcat service and restart then it shows the new content.
this means servlet is running but every time i have to restart tomcat service.
is this problem related to caching or what??
Please help me out.