boris wrote:

> I know JServ is handling Servlets,
> but I also need to have code running on the server side that
> is independent of client requests, like updating a database at
> certain time intervals, providing load information, etc...
>
> Can I start, check, and stop Java applications under JServ?
> Or do I have to start the Java apps from the command line ?
> (But that invokes an additional JVM, doesn't it?)
>
> I appreciate any help on this matter.
> Thanks a lot
> Boris Schroder

You could write up a servlet based interface to do all that you want,
then you would be able to manage all your java apps via the web.




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to