1 Reply Latest reply on Oct 11, 2004 10:16 AM by nickman

    running 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: running JBoss with Oracle

          See the file server.xml in \jboss-3.2.5\server\default\deploy\jbossweb-tomcat50.sar\

          Edit the paragraph:

          <!-- A HTTP/1.1 Connector on port 8080 -->
           <Connector port="8080" address="${jboss.bind.address}"
           maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
           enableLookups="false" redirectPort="8443" acceptCount="100"
           connectionTimeout="20000" disableUploadTimeout="true"/>
          


          //Nicholas