Hi, I don't know if this will help you but I use Jrun to load my servlets and
looking at the properties files the way servlets are loaded at startup is as
follows

servlet.showroom.code=ShowRoomServlet
servlet.showroom.args=
servlet.showroom.preload=true

this would make sure that the servlet is loaded when the server starts as
opposed to loading when a request is first made.

Karl

"Scheiderer, Stephan" wrote:

> Hi,
>
> I'm using Apache 1.3.6 with JServ. I want to start a servlet on startup of
> the server that launches a background thread. Everything works fine, but the
> server does not start my servlet on startup, although I put these lines into
> the servlet-zone property file:
>
> servlets.startup=<packagename>.<servletname>
>
> Do I have to specify startup parameters with InitArgs? Even if I do so, it
> does not work. Am I forgetting something???
>
> Please help. THX!
>
> MfG Stephan Scheiderer - debis Systemhaus GEI
>
> ___________________________________________________________________________
> 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