Ads

Sunday, October 25, 2009

Running JBoss as SERVICE on LINUX

While working on remote servers and running JBoss AS on it, sometimes gives hard bite to manage.
What if you encounter mentioned problems after starting JBoss AS:-

Connection lost to remote server?
Power failure at your end?
Connection failure at your end?
And what if you don't want to stop JBoss AS at remote server but you have to turn off your local system from where you have given command like ./run.sh -b xxx.yyy.zzz.aaa ?

JBoss instance would be running on remote server until you force fully kill it after getting back your connectivity.

Solution for this is Create JBoss SERVICE to run and stop :)

Now how to do that