Dear all,

I am new in j2ee and I tried the Fibo tutorial to experiment JBoss-Eclipse IDE.

I followed exactly step by step what is required in the pdf ; Everything 
resulted fine in Eclipse but the execution of the apps throws an HTTP 500 error 
:

javax.servlet.ServletException: Lookup of java:/comp/env/ failed
        tutorial.web.ComputeServlet.init(ComputeServlet.java:54)
        
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:44)
        
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:169)
        
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
        org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
        
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
        
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
        
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
        
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
        java.lang.Thread.run(Thread.java:534)


I wonder what is wrong in my server configuration or what is missing in the 
files web.xml or jboss-web.xml ?
Actually both files contain a lot of comments and very few tags ...

Someone could give an help ?

Kind regards,
Laurent

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857728#3857728

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857728


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to