If I get an error like the following in a JSP it creates a _jsp.java file.
java.lang.NullPointerException
at org.apache.jsp.somepackage.myjspname_jsp._jspService(myjspname_jsp.java
from :303)
Nowhere am i able to find this file. I am on a windows environment and
checked everything under C:\GF
Is this file generated on the fly? Can I change some setting to actually
generate this file? Usually it would be in the generated folder but I am
not able to find it!
I am using GlassFish V2