1 Reply Latest reply on Jun 17, 2003 8:51 PM by adrian.brock

    Redirection to JBoss ? is it possible?

    hgarrett

      Hi everyone, i am really a newbie on JBoss and
      this kind of question may seems terribly stupid.

      I have IIS 5 on W2000 and JBoss 4 working together.
      Their configuration is not working on the same ports.

      IIS is listening requests on port 80 and JBoss is on port 8080.

      I have a deployed a war file wich can be accessed by
      http://localhost:8080/sandy/index.jsp

      on IIS the DNS is configured to accept 'www.sandy.dev' as a redirection to the url 'localhost:8080/sandy/index.jsp'

      it works, but in each client i get this:
      http://localhost:8080/sandy/index.jsp

      and i would like to see this :
      http://www.sandy.dev

      is it possible? they must work on the same port?
      Does JBoss has something like a Server Alias property? How do i do that?


      Thanx anyway.. ;)