Download the JBoss Web Native Connector for Windows
from the JBoss Web Native Connectors - Current packages download
page. Depending upon your Windows version, download either of the
following files:
Extract the ZIP file and copy all contents of the \bin folder
(except the \native folder) to the \bin folder of your JBoss installation
folder.
Open
the service.bat file in a text editor and update
the variables.
You should update the variables for Service
Name (SVCNAME), Service Display (SVCDISP) and Service Description
(SVCDESC) with values that reflect your JBoss environment. For example,
if your JBoss version is 5.1, enter the following:
set SVCNAME=JBAS51SVC
set SVCDISP=JBossAS 5.1 for Adobe LiveCycle ES3
set SVCDESC=JBoss Application Server 5.1 GA/ Platform: Windows x64
In the :cmdStart section, locate and edit
the call run.bat line to add the configuration
name and bind IP address (0.0.0.0 for binding to all IP addresses
of the server) such as follows:
call run.bat -c <profilename> -b 0.0.0.0 < .r.lock >> run.log 2>&1
Repeat the edits in step 4 for the :cmdRestart section:
call run.bat -c <profilename> -b 0.0.0.0 < .r.lock >> run.log 2>&1
Save and close the file.
Note: Specify JBoss cluster arguments in Step 4 and 5 to include
the JBoss instance in the cluster.
|
|
|