How to set up two JBoss services in Windows [two-JBoss-Topology for 9.4.1]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2013 08:15 AM
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.
- Labels:
-
Intelligent Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2013 07:44 AM
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
