In the screnaio where there is an apache in a DMZ forwarding to a known JBoss AJP13 port
using mod-jk. This is works fine as per doco.
We have scenario where we deploy an application to another 'offline' jboss
instance with different ports and when testing is complete and ready for deployment switch
we have to change the worker.properties settings on DMZ apache server.
The DMZ apache server is under the control of another section, making changes more
difficult.
Is it possible to have an intermediate JBoss instance always listening on a known AJP port
(say 9002) for the DMZ apache server, to forward to the real JBoss instance on a port
specified in the intermediate JBoss instance.
Changing the intermediate JBoss to forward to the different port would be more under our
control.
Are there any other options in doing this 2 step forwarding ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962668#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...