LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   JBoss Web Port Conflict with Oracle EMS Port (https://www.linuxquestions.org/questions/programming-9/jboss-web-port-conflict-with-oracle-ems-port-447135/)

fortezza 05-21-2006 05:22 PM

JBoss Web Port Conflict with Oracle EMS Port
 
Yesterday/Today I set up a Java EE development server, installing Oracle 10g Express, Java SDK 5, and JBoss 4.0.4 Oracle and Java are working fine, and JBoss starts up ok, but I cannot access the Web interface for it, which by default is on port 8080. Oracle Express also uses that port, so I would like reconfigure JBoss to use port 8000.

What I have done so far is to go into /opt/jboss-4.0.4.GA/server/default/deploy/jbossweb-tomcat55.sar and change the port from 8080 to 8000 and then restarted JBoss. However, it still says it is on port 8080. How can I change the port?

Thank You,


Fortezza
http://javaful.blogspot.com/

fortezza 05-21-2006 07:02 PM

Never mind. The correct path was to the server.xml file was "/opt/jboss-4.0.4.GA/server/all/deploy/jbossweb-tomcat55.sar". Heh, I was close.


All times are GMT -5. The time now is 08:16 PM.