Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] JSP with OSGi

Along those lines, o.e.j.osgi.boot.jsp imports package javax.servlet.resources:

javax.servlet.resources;version="[3.1,3.2)"

but I don't see that package anywhere ...

On Mon, Nov 24, 2014 at 12:50 PM, Craig Ching <craigching@xxxxxxxxx> wrote:
I'm trying to track down what I need to upgrade to jetty 9.2.5 and I'm having problems with JSP in OSGi.  This artiact:

org.eclipse.jetty.orbit:javax.servlet.jsp.jstl-1.2.0.v201105211821.jar

imports the package javax.servlet.resources;version="2.5.0".

I don't see anything in the documentation here:

https://www.eclipse.org/jetty/documentation/current/framework-jetty-osgi.html#d0e20441

telling me to include anything from servlet 2.5.  Should I be including servlet 2.5 dependencies?  I'm going to start down that track now, but confirmation would be good since the documentation seems quite explicit.

JSP drives me so mad, I think I'm going to work hard to eradicate from our stuff!  Note that I don't blame jetty for this ;-)

Cheers,
Craig


Back to the top