Servlet is not updated after modifing code (Netbeans/Tomcat)

410 views Asked by At

I'm working on a Java EE application and I have faced the following problem:

When I modify the code of the servlet and re-run it's the old version that is displayed. I have cleared the logs of Tomcat and restarted it but I still have the same issue.

1

There are 1 answers

0
Sthogari On

yes some times it will happens like this. just do one thing. delete the tomcat and re configure it .it will work, this is the problem with IDE only.