Page 1 of 1

Web Application running as a service

Posted: Fri Aug 07, 2009 2:44 pm
by ConvertFromOldNGs
by Anonymous >> Mon, 25 Aug 2003 3:34:18 GMT

Hi there,

How can I get my web application to run as service in my server? At the moment I’m using Jade 5.2.08 on Win2k with IIS 5

Regards,

--Lolita

Re: Web Application running as a service

Posted: Fri Aug 07, 2009 2:44 pm
by ConvertFromOldNGs
by allistar >> Mon, 25 Aug 2003 7:34:33 GMT

Hi there,
It should be a case of adding a "ServerApplication=SchemaName,AppName" line to the [JadeServer] section of the ini file the database server uses.

Regards,
Allistar.

------------------------------------------------------------------
Allistar Melville
Software Developer, Analyst allistar@silvermoon.co.nz
Auckland, NEW ZEALAND

Silvermoon Software
Specialising in JADE development and consulting
Visit us at: http://www.silvermoon.co.nz
*NEW* Simple web access to Jade at: www.silvermoon.co.nz/jhp.html ------------------------------------------------------------------

Re: Web Application running as a service

Posted: Fri Aug 07, 2009 2:44 pm
by ConvertFromOldNGs
by Lolita >> Mon, 25 Aug 2003 23:15:45 GMT

Allistar,

Thank you for you promptly response. I'm sorry I wasn't clear enough with my question. I have a Jade web enabled application running on a server. The database (JadeServerNode) is running as a service. What I want to do is to run the application (Web Application Monitor for MyWebApplication) as a service as well.

I'm not the sys admin of the server and I don't control when the server is restarted, or my terminal services connection terminated (which closes the Web Application monitor). That's the main reason why I want the web application to run as a service.

I tried adding this line "ServerApplication=LIBR550ViewSchema, WebLIBR550" in the jade.ini file under the section [JadeServer] as you suggested but this does nothing. If I logoff from my terminal services session, my web application gets killed.

Thanks again,

--Lolita