aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Internal Error: File /WEB-INF/web.xml not found Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Internal Error: File /WEB-INF/web.xml not found " Watch "Internal Error: File /WEB-INF/web.xml not found " New topic
Author

Internal Error: File /WEB-INF/web.xml not found

wson
Greenhorn

Joined: Jan 17, 2002
Posts: 2
I can compile my J2ee program (Converter application)
i can deploy to server. But when i want to run in browser (web client) i got the following error ..
pls. if you have ideas let me know ..
A Servlet Exception Has Occurred
org.apache.jasper.JasperException: Unable to compile class for JSPD:\j2sdkee1.3\repository\masud\web\converter\_0002findex_jsp.java:145: Incompatible type for method. Explicit cast needed to convert java.lang.Throwable to java.lang.Exception.
if (pageContext != null) pageContext.handlePageException(t);
^
1 error
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:277)
at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:523)
at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary
My Log file shows the Error
-----------------------------------------------------------
StandardManager[]: Seeding random number generator class java.security.SecureRandom
StandardManager[]: Seeding of random number generator has been completed
ContextConfig[]: Missing application web.xml, using defaults only
ContextConfig[]: Added certificates -> request attribute Valve
StandardWrapper[ efault]: Loading container servlet default
default: init
StandardWrapper[:invoker]: Loading container servlet invoker
invoker: init
StandardWrapper[:jsp]: Using Jasper classloader for servlet jsp
jsp: init
Internal Error: File /WEB-INF/web.xml not found

StandardWrapper[:ssi]: Loading container servlet ssi
ssi: init
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Internal Error: File /WEB-INF/web.xml not found
 
Similar Threads
Problems in deploying application on Tomcat 4
Running a servlet using Tomcat
Tomcat not behaving:(
Problems with tomcat 4.1.18 - migration from tomcat 3.2.1
Tomcat is unable to detect web.xml from WAR