aksnathan
10-26-2007, 12:28 AM
How to get the java Source file of the JSP PAge?
|
Click to See Complete Forum and Search --> : java source file of JSP aksnathan 10-26-2007, 12:28 AM How to get the java Source file of the JSP PAge? mdjo 10-29-2007, 05:54 PM It depends on your servlet engine. In Tomcat, by default it's in "work/Catalina" followed by the name of the server, then under that are directories for each context. Let's see, I don't have any other engines handy here, but I think in Resin it's under WEB-INF/work. In WebSphere it's off in another directory tree entirely. If you can't find it by searching your directory tree by hand, just create a JSP with a distinctive name and search for that text as any part of a file name, using Search in Windows or find on Linux. Like call it "wiznock.jsp" and then search for "*wiznock*". That's how I found them in WebSphere. slaughters 10-30-2007, 10:30 AM If you want to view the Java source file created from JSP files in TOMCAT then I believe the default location is in ${webapp.path}/WEB-INF/src webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |