HI!
Is there a command to shutdown the application server without going to the Servoy Admin page?
HI!
Is there a command to shutdown the application server without going to the Servoy Admin page?
Not the most elegant solution, but if you’re running application server as a service, just kill the service.
There are command line ways to do that.
Downside is that you won’t have a clue of what’s going on… (ie. are any clients connected)
What is your reason not wanting to use the Admin pages?
mboegem:
Not the most elegant solution, but if you’re running application server as a service, just kill the service.
There are command line ways to do that.Downside is that you won’t have a clue of what’s going on… (ie. are any clients connected)
What is your reason not wanting to use the Admin pages?
We are still running the service manually through servoy_server.bat. How can I create the application server as a service? The people who will be administering the application server is not computer savvy(e.g.plumbers,etc) and any non-technical procedure(shortcut icons) that will automate the process will be a great help to them unless there is no other way.
Thanks!
Hi Rogel,
Servoy’s installer always had an option to install a Services on Windows (since 6.0 you can now also do this on Mac and Linux).
After the installation you can then simply start/stop Servoy server from the services control panel and Server also starts when your machine boots (unless you had set it to ‘manual’).
As for using a .bat file , you can hit CTRL-C in the terminal window and the process quits as well.
Hope this helps.