You are not logged in.
Pages: 1
Hello,
I'm trying to create a Server as Windows Service. The server has a TSQLRestServerDB and TSQLHttpServer.
I install the service and everything is fine, but the TSQLHttpServer don't start (I guess...) because I can't connect the client with the server.
What could be wrong? Is there a example how to create a service with mormot?
Offline
I've deployed several HTTP services using mORMot, with no problem, under XP, Seven or 2008.
Since services are usually run with administrator rights, you do not even need to register the URI.
Are you sure of your routing URI on both Client and Server side?
What are any errors at binding?
Does your server code work when it is not run as a service?
Offline
Yes the server works when it is not run as a service.
Wich event of the Service do you use to create the TSQLHttpServer?
Last edited by ManUn (2013-02-14 17:59:31)
Offline
How can I do that? Is It a property of the TSQLHttpServer?
Offline
Pages: 1