Doug Hershberger wrote:

> I want to name one of my servlets "page.cgi" But when I try to set the
> name in the servlet.properties file neither of the following work:
>
> servlet.page.cgi.code=bbd.servlet.PageServlet

this one works for me (jserv 1.0 on solaris).
Make sure you have servlet in
$your_servlets_dir/bbd/servlet/PageServlet.class
and PageServlet is in package bbd.servlet

Martin

>
> servlet.page\.cgi.code=bbd.servlet.PageServlet
>
> Can this be done?
>
> Thank you for your help.
>
> Doug Hershberger
> http://umn.edu/~hersh006/
> [EMAIL PROTECTED]



--
----------------------------------------------------------
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