PDA

View Full Version : Linux... how to turn ES off!??



joncom11
07-17-2004, 07:22 AM
In the Linux version of ES, there is "StartElectroServer" but there is nothing to stop it! How can I do this without rebooting the whole server.

peterblaze
07-18-2004, 01:10 AM
Hi Jonathan,
You may try to execute from shell:

java -cp .:ElectroServer3.jar com.electrotank.electroserver.CommandLineAdmin -ShutDown 60504 Administrator ElectroServer
It's from StopElectroServer.sh shell script for version 3.2. I'm at home now so I can't check how it looks on ES v. 3.5 .rpm installation on Linux machine at my office.
hth,
Peter

radzik
07-18-2004, 09:42 AM
notta dun work

radzik
07-18-2004, 09:42 AM
by the way he ment unix version

webgeek
07-18-2004, 06:51 PM
I appologize, the stop script for the server wasn't included in the latest installer (3.5). To kill the server on Linux (or any Unix flavor) simply go:

kill

where is the process id you get when you run:

ps -fu <your username>

Sorry for the ommission. We will update the installers soon to correct this!