Hear us Roar
Article:
 |
|
Creating a Web Application with Ant and Tomcat 4
|
| Subject: |
|
Great article! I need help |
| Date: |
|
2003-03-07 01:48:39 |
| From: |
|
anonymous2
|
|
|
When testing the application, I get
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
...
root cause
java.lang.NullPointerException
at org.apache.jsp.Home_jsp._jspService(Home_jsp.java:66)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
What could the error be? Any ideas?
Thanks a lot.
|
|
| |