I've on WebApp in JBoss server on Port 9944, I need one security layer above this layer, which accepts the request then internally forward(not redirect) the request to that JBoss server without any change in URL at client side, So its like I need Proxy kind of layer above my WebApp layer.
I need this kind of thing for security kind of reason.
So any request comes from browser, it will first hit on that Proxy layer then it will internally forward the request to my Jboss WebApp instance without any change in browser Address Bar.
Any idea how I can proceed?