Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] JSP pages in embedded jetty tests

How can I set up jsp support without the web descriptor file? I'm attempting to write a test using embedded jetty and the server instance needs to serve a jsp page (jsp servlet). How could I add that jsp to a ServletContext? There is ServletContext#addServlet but then I'm not sure what jsp class to use.

--
Benjamin Zuill-Smith

Back to the top