1 Reply Latest reply on Oct 10, 2004 10:49 AM by anil.saldhana

    using JBOss with Oracle

    aqib9518

      hi,

      im just new to JBoss. i have installed Oracle which uses port 8080 for Http server as default and. then i started (jboss-3.2.5) which default starts on port 8080. So it throws exception that port already bind.

      Im using JBuilder X for development.

      pleasae any one can tell me how can i change the port of JBoss - 3.2.5 other then 8080 which is default
      ill be very thankful to u

      im waiting

        • 1. Re: using JBOss with Oracle
          anil.saldhana

          Go to /server/default/deploy/jbossweb-tomcat50.sar directory. There should be a server.xml file in this. Open this file and change the port 8080 in a connector xml element to whatever port value you want. Why not 8085?