cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1731
Views
0
Helpful
1
Replies

How to set up two JBoss services in Windows [two-JBoss-Topology for 9.4.1]

Kyle Foo
Level 1
Level 1

Hello,

I have been following http://www.cisco.com/en/US/products/ps11927/products_tech_note09186a0080be3cc8.shtml
for the JBoss service creation on windows. It works fine with one-jboss-topology.

However, I used two-jboss-topology for my 9.4.1 Portal installation, apparently the above instruction can only start off one JBoss server for Request Center on port (8080), but failed to start off Service Link JBoss server that is installed on different port (6080).        

I have pointed the service.bat accordingly to different JBoss root directory for both Request Center and Service Link. Please advice.

1 Reply 1

Paul Jeffrey
Level 1
Level 1

Hi

You will need to have different configuration in each service.bat file as the SVCNAME must be unique across multiple instances, for example:

JBoss Server 1 service.bat config:

set SVCNAME=CCP_RC
set SVCDISP=CCP - RequestCenter
set SVCDESC=JBoss instance for RequestCenter

JBoss Server 2 service.bat config:

set SVCNAME=CCP_SL
set SVCDISP=CCP - ServiceLink
set SVCDESC=JBoss instance for ServiceLink