Yes, you can.
Under Tomcat, you'll find the the .java file for http://localhost:8080/MyWebApp/MyFolder/MyJSP.jsp as $CATALINA_HOME/work/Catalina/localhost/MyWebApp/org/apache/jsp/MyFolder/MyJSP_jsp.java.
This is, of course, assuming you haven't changed anything under server.xml or other configuration files. If you have, search around under $CATALINA_HOME/work, you'll find your classes somewhere
> till i hve doubt ...we can see the class files... am
> asking the java code..ie conerted servlet as a java
> file not as a class file..
See reply # 2.
The generated servlets code look like*_jsp.java.
Just search for files matching that pattern in your Tomcat folders.