This is an extension of my previous post. Basically I want to start the following service automatically when the server is booted:
cd /usr/local/stapi java –jar StApi.jar
this is from Securetrading (payment gateway provider). Basically in a previous post someone suggested running it by:
su - username -c "java -jar /usr/local/stapi/StApi.jar"
but this would not work because their is an ini configuration file in the same directory as the jar file and the above command issued the following error:
java.io.FileNotFoundException: stapi.ini (No such file or directory)
Please can anyone help with this also I may need to kill the service (not disable it from startup but just stop it) so please can someone advise of the command to stop it as well.
Thanks
chdirin that directory first. – mailq Dec 10 '11 at 0:11