Org.apache.jasper.JasperException: java.lang.NullPointerException?

I had also faced the same problem. I got the solution to solve this problem.

Set the keepgenerated configuration of Tomcat to true (see tomcat.apache.org/tomcat-7.0-doc/jasper-...), clean tomcat's work directory, restart tomcat, reproduce the problem, and look what happens in index_jsp. Java at line 22. It probably is some scriptlet which generates this exception.

(and you should avoid scriptlets. See How to avoid Java Code in JSP-Files?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions