Updated servlet class not being referred in tomcat ubuntu -


I am starting for servlets I am trying to create and run servlets using Tomcat in Ubuntu I'm able to call servlet from HTML file by adding entries in web.xml I'm facing the problem. But when I change the Java program a bit more again and open the new servlet class, even then HTML still makes old calls.

Any help is appreciated. Thank you.

Check whether you are reorganizing the application properly.

By default, Tommack supports HT Deployment , you should see that the modified servicelet TOMCAT_HOME / webapps / {application-name} / WEB-INF / Class <

Reference:



Comments