I am having troubles to get Apache/1.3.6 (Unix) with ApacheJServ/1.0b3
to recognize path_info attached to the servlet url. For instance with
sun servletrunner the following works
  http://localhost:8080/servlet/SnoopServlet/javascript
showing output
  Path info: /javascript
while with JServ
  http://localhost/servlets/jsdkExamples/SnoopServlet/javascript
gives me an error
  ajp11: Servlet Error: ClassNotFoundException: SnoopServlet/javascript
in the mod_jserv.log
I am wondering how to configure apache/mod_jserv/jserv to handle such
urls correctly to look for the SnoopServlet and pass the the appended
path in path_info.


-- 

        Martin Honnen

        mailto: [EMAIL PROTECTED]
        http://www.sector27.de/martin.honnen


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to