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


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4244031#4244031

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4244031
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to