0

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.

Roman C
  • 49,761
  • 33
  • 66
  • 176
Koray Tugay
  • 22,894
  • 45
  • 188
  • 319

1 Answers1

1

Go to

apache-tomcat\work\Catalina

folder and go through the directory hierarchy to find .java and .class files.

mike_m
  • 1,526
  • 4
  • 14
  • 19