----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Nevermind. I figured it out. JavaWebserver uses Servlet API 2.1 which has a
no args init() method. JServ uses API 2.0 which requires the arg init
method.

Bill
----- Original Message -----
From: Bill Howell <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 17, 2000 4:37 PM
Subject: servlet init


> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> Hi,
> I moved my servlets from Sun's JavaWebServer to JServ and they quit
working.
> As far as I can tell the servlet init method is not executing. The
> HttpServlet methods work OK. I moved the code out of init and put in doGet
> method and it works. I'm can't figure out what I'm doing wrong. I looked
> through the FAQs and didn't find this problem reported. JavaWebserver
> requires the servlet to be registered, is there something similar with
Jserv
> ?
>
>  I'm running Apache 1.3.13 and Jserv 1.1.2 on NT sp4.
>
> I'd appreciate anybody's help.
>
> Bill
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives:
> <http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>
>



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to