Attempting to access jsp page via browser after launching jetty
from base dir (not within home) results:


HTTP ERROR 500

Problem accessing /test/index.jsp. Reason: 

    Server Error

Caused by:

org.apache.jasper.JasperException: java.lang.IllegalStateException:
No org.apache.tomcat.InstanceManager set in ServletContext

               at
org.apache.jasper.servlet.JspServletWrapper.getServlet(JspServletWrapper.java:177)

               

launch: 
d:\jettybase>java -jar C:\jetty\jetty-distribution-9.2.1.v20140609\start.jar

browser:

http://localhost:8080/test/index.jsp

Does not happen if launching jetty via mvn jetty:run
Any ideas?


Regards,


-J

                                          
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to