Check your method signature, since JServ is calling through an interface,
you may have created an init method that does not match the signature that
is required by the JSDK.
    (*Chris*)

----- Original Message -----
From: Peet DENNY <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 01, 1999 11:16 PM
Subject: init() method in Jserv


> Hi,
> I'm finding that Jserv 1.0 does is not calling the init() method of my
> servlets. Has anybody else had this problem.
> As a sort of a hack quick-fix, I tried calling it from the doPost()
method,
> but unfortunately, I need to call the same servlet several times with a
> different parameters, I found that all my initialised data was being
> overwritten.
> Any tips?
> If nobody's heard of, or seen this problem before, can anybody suggest how
I
> could initialise the db connection etc..., on the first time the servlet
is
> accessed?
> Cheers
> Peet
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to