Configuring WebSphere Application Server Community Edition as a daemon on a Linux computer
You can configure WebSphere® Application Server Community Edition as a Linux® daemon process. The daemon process can then be set to start automatically on system startup. Instances of the connection manager, the manager, and the service interface that are on WebSphere Application Server Community Edition also start automatically on system startup.
You must have access to a superuser or root account to complete
this task.
To configure WebSphere Application
Server Community Edition as a daemon on a Linux computer:
To start the daemon, log in as superuser and enter the
following command at the command prompt.
/sbin/service optimappserver startTo
view the init levels at which the daemon is started or stopped, log
in as superuser and enter the following command at the command prompt.
/sbin/chkconfig --list optimappserverTo
stop the daemon, log in as superuser and enter the following command
at the command prompt.
/sbin/service optimappserver stopTo remove the daemon, log in as superuser and enter the following
commands at the command prompt. Remove the daemon before you uninstall WebSphere Application Server
Community Edition.
/sbin/service optimappserver stop
/sbin/chkconfig --del optimappserver
rm /etc/rc.d/init.d/optimappserver