Re: [jetty-users] JSTL with Jetty 9.4.6

2019-08-06 Thread Joakim Erdfelt
> > WEB-INF/lib is empty apart from a copy of > org.mortbay.jasper.apache-jsp-8.5.9.1.jar. Remove that jar from your WEB-INF/lib, it doesn't belong there. That's a Server jar. 0:3.1.0 | ${jetty.base}\lib\servlet-api-3.1.jar > 1: 3.1.0.M0 |

Re: [jetty-users] JSTL with Jetty 9.4.6

2019-08-06 Thread John English
On 06/08/2019 15:05, John English wrote: I have only 13 entries on my classpath, as opposed to the 41 in the full distro: Oops, correction, I was looking at the wrong server: there are 25 entries. WEB-INF/lib is empty apart from a copy of org.mortbay.jasper.apache-jsp-8.5.9.1.jar. 0:

Re: [jetty-users] JSTL with Jetty 9.4.6

2019-08-06 Thread John English
On 05/08/2019 17:47, John English wrote: I need some configuration advice, please. WARN:oejd.DeploymentManager:main: Unable to reach node goal: started java.util.ServiceConfigurationError: org.apache.juli.logging.Log: Provider org.eclipse.jetty.apache.jsp.JuliLog not a subtype at

[jetty-users] JSTL with Jetty 9.4.6

2019-08-05 Thread John English
I need some configuration advice, please. I have a JSP page which uses the JSTL core taglib, and have a tag in a test page while I'm configuring things. When I accessed the page, I got this error: java.lang.NoClassDefFoundError: javax/servlet/jsp/tagext/TagLibraryValidator When I copied