----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Bill
This tells me that your sevlet class is probably not being found. Make
sure it is in your waqrapper.classapath.
Look in mod_jserv and it will probably tell you that the calss is not
found. If not add some logging statements to your init to track what is
going on.
Chris
On Thu, 17 Aug 2000 16:37:27 -0500, Bill Howell wrote:
>----------------------------------------------------------------
>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]