So every jsp is translated into a .java file and then compiled to a .class file, but where can I find this file?
I am using Tomcat 8.
So every jsp is translated into a .java file and then compiled to a .class file, but where can I find this file?
I am using Tomcat 8.
Go to
apache-tomcat\work\Catalina
folder and go through the directory hierarchy to find .java
and .class
files.