0 Replies Latest reply on Jul 16, 2009 5:44 AM by p.e.t.e.r.k

    JBOSS redirection/forwarding

      Hello,

      I'm new to JBOSS and I need to configure JBOSS (4.0.3) to forward HTTP requests to Tomcat running on an another computer (I found a lot of step-by-step how to set it up other way around IIS->JBOSS, Apache->JBOSS but none JBOSS->)

      I have:
      - first computer: JBOSS 4.0.3 running on HTTP port 38080
      - second computer: Tomcat 6.0.20 running on HTTP port 8080

      I need to tell JBOSS that when I request:
      http://{JBOSSserver}:38080/myJBOSSapp it handles the requests
      and when I request
      http://{JBOSSserver}:38080/myTOMCATapp it forwards requests to TOMCAT (so it looks like that myTOMCATapp runs on the JBOSS server)

      help plz