Symptom:
I cannot open CA Access Control Enterprise Management, CA Access Control Endpoint Management, or CA Access Control Password Manager in a web browser after I start all prerequisite CA Access Control services. I have installed JBoss and Oracle on the same server.
Solution:
Both Oracle and JBoss use a default port of 8080. To fix this problem, you must resolve the port conflict between Oracle and JBoss. You should consider which change is easiest to implement in your enterprise before you change the Oracle or JBoss port.
Use the following procedures to change the default JBoss and Oracle ports:
To change the default JBoss port
JBossInstallDir/bin
JBossInstallDir/server/default/deploy/jbossweb-tomcat55.sar/server.xml
<!-- A HTTP/1.1 Connector on port 8080 -->
<Connector port="8080" address="${jboss.bind.address}"
JBossInstallDir/server/default/deploy/httpha-invoker.sar/META-INF/jboss-service.xml
<attribute name="InvokerURLSuffix">:8080/invoker/EJBInvokerServlet</attribute> <attribute name="InvokerURLSuffix">:8080/invoker/EJBInvokerHAServlet</attribute> <attribute name="InvokerURLSuffix">:8080/invoker/JMXInvokerServlet</attribute> <attribute name="InvokerURLSuffix">:8080/invoker/readonly/JMXInvokerServlet</attribute> <attribute name="InvokerURLSuffix">:8080/invoker/JMXInvokerHAServlet</attribute>
For example, to change the CA Access Control Enterprise Management shortcut, click Start, Programs, CA, Access Control, and right-click Enterprise Management.
To change the default Oracle port
connect / as sysdba
select dbms_xdb.gethttpport from dual;
exec dbms_xdb.sethttpport('portNumber');
shutdown immediate startup
| Copyright © 2012 CA. All rights reserved. |
|