Starting OpenJMSTo start the OpenJMS server on Windows, open a command prompt and type: cd %OPENJMS_HOME%\bin startup On Unix: cd $OPENJMS_HOME/bin startup.sh Shutting down OpenJMSIf security is enabled, a user name and password is required to stop the OpenJMS server. To stop a security enabled OpenJMS server on Windows, open a command prompt and type: cd %OPENJMS_HOME%\bin shutdown -u <username> -p <password> On Unix: cd $OPENJMS_HOME/bin shutdown.sh -u <username> -p <password> In the above, the < username > and < password > are those of the administration user, and default to admin and openjms respectively. If security is disabled, the user name and password are not required. |