| 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
|
 |
 |
|
|
subject: Location of Compiled JSP source in WebLogic 7.0
|
|
|