4 Replies Latest reply on Nov 5, 2007 3:17 PM by dashaun

    Hostname

    nchandy

      I have configured jboss portal on Jboss 4.2.1.GA and I am able to access the portal on localhost. However unable to map it to the domain-name.

      Is the only option to configure jboss portal with domain name is starting jboss with -b option?

        • 1. Re: Hostname
          peterj

          Yes.

          • 2. Re: Hostname
            nchandy

            If this option is used with either IP or DNS name, jboss throws the exception port 1099. connection refused connect. There is no other instance using this port.

            • 3. Re: Hostname
              peterj

              I do not know what you mean, especially since port 1099 is used for JNDI (and not for HTTP access), so I am not seeing how that comes into play. Please post the stack trace of the exception. Also, which JDK are you using, and what OS?

              • 4. Re: Hostname
                dashaun

                Try using

                -b 0.0.0.0


                to bind to all available IP addresses. You might be NAT'd and trying to bind to an IP address that is not available.