proxy « JBoss « Java Enterprise Q&A





1. How to use Apache as a proxy for JBOSS AS?    stackoverflow.com

I have Apache running and serving PHP but I will also like to run JBOSS for my other web app. JBOSS is running on port 8080 while Apache is running on ...

2. JBoss server and CouchDB server behind Apache reverse proxy    stackoverflow.com

I have two servers on my local machine. One is a JBoss server running on port 8080 and the other is a CouchDB server running on port 5894. I can access each ...

3. Proxy access from JBoss    stackoverflow.com

We have an app running on JBoss. In many installations the server is running behind a firewall that denies it access to the internet except through a proxy. Now my task is ...

4. SSL 2 way authentication using mod_proxy_ajp and JBoss    stackoverflow.com

I have a web application in which I offer both username/password authentication and 2-way SSL authentication. I have JBoss running behind Apache; I am using mod_proxy to proxy my connection from ...