1 Reply Latest reply on Nov 3, 2004 7:41 AM by mikefinn

    Running HTTP Server

    robin2

      hello,

      i'm using JBoss 3.2.5 on RedHat ES10 and i cannot connect to the HTTP server on port 8083. i want to store some basic resources in ~jboss/server/default/deploy/jbossweb-tomcat50.sar/ for direct access.

      this from my jboss-service.xml in the "Class Loading" section:



      mbean code="org.jboss.web.WebService"
      name="jboss:service=WebService"
      attribute name="Port">8083</attribute
      !-- Should resources and non-EJB classes be downloadable --
      attribute name="DownloadServerClasses">true/attribute
      attribute name="Host">${jboss.bind.address}/attribute
      attribute name="BindAddress">${jboss.bind.address}/attribute
      /mbean


      and this from my boot log:

      21:03:06,192 DEBUG [ServiceCreator] Created bean: jboss:service=WebService
      21:03:06,192 DEBUG [ServiceConfigurator] Port set to 8083 in jboss:service=WebService
      21:03:06,197 DEBUG [ServiceConfigurator] DownloadServerClasses set to true in jboss:service=WebService
      21:03:06,199 DEBUG [ServiceConfigurator] Host set to 0.0.0.0 in jboss:service=WebService
      21:03:06,207 DEBUG [ServiceConfigurator] BindAddress set to 0.0.0.0 in jboss:service=WebService


      now, i see that the bind address is coming up as 0.0.0.0 and should probably read the hostname or the IP of the server, however this type of output seems to appear all over the place in the boot log and everything else seems to work fine.

      what's more, my OTHER machine which has the exact same output in the boot.log, is accepting HTTP connections on port 8083 just fine.

      any suggestions of where else to look?

      thank you very much!

      -robin