In Linux, Tomcat is not loading new class(compiled version of .java file and not JSP file).
What I did:
- Overridden class file.
- Stopped and started the server, no change in expected behavior.
- Deleted old file and placed new one.
- Stopped and started the server, no change in expected behavior.
- Made a change in source, complied and overridden class file.
- Stopped and started the server, no change in expected behavior.
My deployment is in exploded format. Same change is reflected under Windows 8. Earlier, I did update few classes(compiled version of .java file and not JSP file) and restarted the server which reflected the changes as expected.
Environment: Tomcat 7.0 under Amazon Linux AMI release 2013
Please help resolve the problem. Thanks in advance!