10.1 Download the Web Native Connector

  1. 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:

  2. 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.

  3. 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 ES4

    set SVCDESC=JBoss Application Server 5.1 GA/ Platform: Windows x64

  4. 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 standard -b 0.0.0.0 < .r.lock >> run.log 2>&1

  5. Repeat the edits in step 4 for the :cmdRestart section:

    call run.bat -c standard -b 0.0.0.0 < .r.lock >> run.log 2>&1

  6. Save and close the file.

Note: Specify JBoss cluster arguments in Step 4 and 5 to include the JBoss instance in the cluster. For detailed information about JBoss cluster arguments, see Running JBoss in a cluster

// Ethnio survey code removed