jetty « Log « JSP-Servlet Q&A





1. Jetty: How to write to access logs    stackoverflow.com

In my Java servlet code, I want to be able to programatically write to the jetty access log. I am aware that jetty will automatically log every incoming HTTP request ...

2. Missing JSP support in Jetty, or confusing log message?    stackoverflow.com

Launching jetty by calling the API in 6.1.24. The JSP 2.1 component is on the classpath.

org.mortbay.jetty:jsp-2.1-jetty:jar:6.1.24:compile
But the log says:
2010-08-19 08:16:19.443:INFO::NO JSP Support for /basis_ws, did not find org.apache.jasper.servlet.JspServlet
I don't see this message ...