to view the source code of servlets generated from the JSP pages
Malu Sivasankar
Greenhorn
Joined: Aug 02, 2000
Posts: 14
posted
0
Hello Friends, I would like to know what all changes should be made in the configuration file of Tomcat 3.1 inorder to view the source code of servlets generated from the JSP pages.. Thanks in advance
ken chou
Ranch Hand
Joined: Feb 08, 2001
Posts: 68
posted
0
After you run your jsp pages through the browser, do a search under you Tomcat directory. If you have a page named "My.jsp", search for "My.java". "My.java" will be the servlet generated from "My.jsp" page. You don't need to make any change in the configuration file. [This message has been edited by ken chou (edited March 06, 2001).]
subject: to view the source code of servlets generated from the JSP pages