Hello, I have a JBoss AS with one WEB interface from which our customer want to start another WEB application on a specific URL; our idea was to insert in our WEB interface a link to this external WEB application accessed using the so called reverse proxy (the client uses our JBoss AS to access a remote server); I'm new in the use of JBoss Remoting, so my question is if it is possible such a behaviour using JBoss Remoting or if in JBoss there is another way to implement a reverse proxy (with Apache is possible to use the mod_proxy module).
Thank you very much in advance.