1 Reply Latest reply on Jun 28, 2006 2:14 PM by xijia_chen

    How to access Jboss AS application through URL without speci

    xijia_chen

      Greeting...

      I am running Jboss AS application on Linux.
      I try to find some way to configure the Jboss AS and/or domain on linux so that a user may access the Jboss AS application through URL without specifying the port number (i.e. http://www.mydomain.com, not http:/www.mydomain.com:8080).

      There may have two ways to do it
      1. How can we configure the domain on linux to set the default port to 8080?
      ( I prefer this way, if it is possible).
      or
      2. We may have to forward port 80 to 8080.
      I read one post about this topic, but it is not clear for me. I am not sure it is a right way or not.

      Would some experts provide some suggestions?

      Thanks in advance!

      Frank