Hi EveryBody
I got an NPE exception in Tomcat 4.1.10/jdk 1.4.1_01 while reloading a
servlet: Any idea how to bypass or fix this problem???
2002-12-02 21:25:53 StandardContext[/primer]: Processing start(), current
available=false
2002-12-02 21:25:53 StandardContext[/primer]: Configuring default R
Hi
I am a newbe with Tomcat and I am wondering why
CoyoteRequest implements org.apache.catalina.HttpRequest and
javax.servlet.http.HttpServletRequest
and not
CoyoteRequest implements org.apache.catalina.Requestand
javax.servlet.ServletRequest.
I would have made 2 subclasses to avoid th