The moose likes Websphere and the fly likes where is created java files aftering running JSP in WSAD Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "where is created java files aftering running JSP in WSAD " Watch "where is created java files aftering running JSP in WSAD " New topic
Author

where is created java files aftering running JSP in WSAD

fan mo
Ranch Hand

Joined: Mar 14, 2000
Posts: 36
I got the following error after I ran a jsp using Websphere Studio Application Developer under the test enviorment:
http://localhost:8080/test/Modify.jsp
Error Message:
Error Code: 500
Target Servlet: null
Error Stack:
java.lang.NullPointerException
at ad.reports.Modify_jsp_2._jspService(Modify_jsp_2.java:159)
I want to take a look at the created java file Modify_jsp_2.java but could not find it. Any one has any idea how to locate the java file created from JSP under WSAD? thanks!
 
 
subject: where is created java files aftering running JSP in WSAD
 
Threads others viewed
gif/jpeg images not displayed if the package location is changed
Professional JSP 2nd edition ch06 errors
Acccess denied
Running jsp
Core JSF by Geary & Horstmann. Chapter 1: login example
IntelliJ Java IDE