Rich Neill wrote:
> I have Jserv running in standalone/manual mode correcly now,
> but want to cleanly stop or end Jserv. Does anyone have a
> client which could be used to send the proper terminate
> function over the ajpv11 protocol, port 8007? The source
> in C or Java would be great. This client would then be
> put into the system shutdown process rather then issuing
> a kill command.
>
A utility to accomplish this function has been added to the CVS tree,
and will be included in the next release.
>
> Also, is there the notion of "startup" classes, which the
> Jserv servlet engine will instance when it is first started
> and iniatialized, but before any servlets are instanced?
>
> Thanks. -Rich
>
Check out the example configuration files. In your zone properties
file, to have servlets aliased to "myservlet" and "firsttime" start up
automatically:
servlets.startup=myservlet,firsttime
Craig McClanahan
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]