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
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
