This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi All, I would like to add error specific information for prev posting.Sorry for two mails. The error while invoking the happyAxis.jsp in my previous posting was returning 500 internal error , the response is: --- Error page exception The server cannot use the error page specified for your application to handle the Original Exception printed below. Please see the Error Page Exception below for a description of the problem with the specified error page.
Original Exception: Error Message: Error Code: 500 Target Servlet: null Error Stack: java.lang.NullPointerException at org.apache.jsp._httpbase.jspInit(_httpbase.java:26) at com.ibm.ws.webcontainer.jsp.runtime.HttpJspBase.init(HttpJspBase.java:59) .....
The error page entry is present in web.xml as <error-page> <error-code>500</error-code> <location>/axis2-web/Error/error500.jsp</location> </error-page>
and the corresponding jsp is present in axis2-web directory