Este contenido no está disponible en el idioma seleccionado.
Chapter 8. Jsvc
8.1. Introduction Copiar enlaceEnlace copiado en el portapapeles!
8.1.1. About Jsvc Copiar enlaceEnlace copiado en el portapapeles!
Note
prunsrv.exe in the Native Utilities for Windows Server download available from the Red Hat Customer Portal.
8.1.2. Start and Stop JBoss EAP using Jsvc Copiar enlaceEnlace copiado en el portapapeles!
Prerequisites
- If JBoss EAP was installed using the Zip method:
- Install the Native Utilities package for your operating system, available for download from the Red Hat Customer Portal. See Install Native Components and Native Utilities (Zip, Installer) in the Installation Guide.
- Create the user account under which the JBoss EAP 6 instance will run. The account used to start and stop the server must have read and write access to the directory in which JBoss EAP was installed.
- If JBoss EAP was installed using the RPM method, install the apache-commons-daemon-jsvc-eap6 package. See Install Native Components and Native Utilities (RPM Installation) in the Installation Guide.
The following instructions are to start or stop JBoss EAP in standalone mode.
| File Reference in Instructions | File Location |
|---|---|
| EAP-HOME |
${eap-installation-location}/jboss-eap-${version}
|
| JSVC-BIN |
EAP_HOME/modules/system/layers/base/native/sbin/jsvc
|
| JSVC-JAR |
EAP_HOME/modules/system/layers/base/native/sbin/commons-daemon.jar
|
| CONF-DIR |
EAP_HOME/standalone/configuration
|
| LOG-DIR |
EAP_HOME/standalone/log
|
| File Reference in Instructions | File Location |
|---|---|
| EAP-HOME |
/usr/share/jbossas
|
| JSVC-BIN |
/usr/bin/jsvc-eap6/jsvc
|
| JSVC-JAR |
EAP_HOME/modules/system/layers/base/native/sbin/commons-daemon.jar
|
| CONF-DIR |
/etc/jbossas/standalone
|
| LOG-DIR |
/var/log/jbossas/standalone
|
Start JBoss EAP in Standalone Mode
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Stop JBoss EAP in Standalone Mode
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
The following instructions are to start or stop JBoss EAP in domain mode. Note that for domain mode, you must replace the JAVA_HOME variable with the Java home directory.
| File Reference in Instructions | File Location |
|---|---|
| EAP-HOME |
${eap-installation-location}/jboss-eap-${version}
|
| JSVC-BIN |
EAP_HOME/modules/system/layers/base/native/sbin/jsvc
|
| JSVC-JAR |
EAP_HOME/modules/system/layers/base/native/sbin/commons-daemon.jar
|
| CONF-DIR |
EAP_HOME/domain/configuration
|
| LOG-DIR |
EAP_HOME/domain/log
|
| File Reference in Instructions | File Location |
|---|---|
| EAP-HOME |
/usr/share/jbossas
|
| JSVC-BIN |
/usr/bin/jsvc-eap6/jsvc
|
| JSVC-JAR |
EAP_HOME/modules/system/layers/base/native/sbin/commons-daemon.jar
|
| CONF-DIR |
/etc/jbossas/domain
|
| LOG-DIR |
/var/log/jbossas/domain
|
Start JBoss EAP in Domain Mode
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Stop JBoss EAP in Domain Mode
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
Note