Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] JSPs with Jetty 5.1?

I know that Jetty 5.1 is ancient, but changing that is out of the question
at the moment.

I'm trying to add some JSPs (via SpringMVC, if it matters) and I find
that, while the Controller works and it resolves to the correct view,
the JSP is sent to the browser as text. Nothing is interpolated and
even the HTML tags appear as-is.

Is there some way of fixing this or is it hopeless?

Al


Back to the top