Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] HTTP ERROR 500 - No org.apache.tomcat.InstanceManager

Joe,

You'll have to provide some more information, such as which modules
you have enabled, what your settings are. Use  --list-config and
--list-modules to check. That error usually occurs when the jsp engine
is not properly initialized.

Jan

On 15 July 2014 01:52, Joe b <joebrg@xxxxxxxxxxx> wrote:
> 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
> jetty-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users



-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top