aspose file tools
The moose likes BEA/Weblogic and the fly likes Location of Compiled JSP source in WebLogic 7.0 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Location of Compiled JSP source in WebLogic 7.0" Watch "Location of Compiled JSP source in WebLogic 7.0" New topic
Author

Location of Compiled JSP source in WebLogic 7.0

Tony Moses
Greenhorn

Joined: Aug 21, 2002
Posts: 22
I am trying to locate, in WebLogic 7.0, the JSP compiled source code files for my application JSP's. Do the .java files of the jsp's servlet equivalent only get created when there is a compile time or runtime error on a JSP/Servlet?
My application is throwing a null pointer exception in the test environment on a specific screen and I need to view the source of the compiled JSP to debug the error.
Chad Dalton
Greenhorn

Joined: Feb 19, 2003
Posts: 20
Use jspc to compile your JSP's for you and not the server. Then deploy the complied war. There is a keepsource switch you will want to use as well.
--chad
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Location of Compiled JSP source in WebLogic 7.0
 
Similar Threads
Problems with jsps
urgent
JSP Compilation doubt
weblogic compiles already compiled JSP's
JSP compile error