Oracle Jboss

cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Jboss

resplin
Intermediate
0 0 889

Obsolete Pages{{Obsolete}}

The official documentation is at: http://docs.alfresco.com



JBossOracle
When you are running Oracle and Jboss 4.2.0 on the same server you will have to modify some of the ports that Jboss uses to resolve conflicts with Oracle.

In the file jboss-service.xml edit the following values:



     <attribute name='Port'>1099</attribute>

and

     <attribute name='RmiPort'>1098</attribute>




Additionally, you will have to change the JBoss shutdown command to utilize the port change as such:
{JBOSS_HOME}/bin/shutdown -s jnp://localhost:{RmiPort Value}

back to Server Installation