0
votes
0answers
109 views

Https, mod_proxy_ajp and Jboss admin console

Trying to replace mod_jk with mod_proxy_ajp. My proxy part in my apache virtualhost: <Proxy *> AddDefaultCharset Off Order deny,allow Allow from all </Proxy> ProxyPass /cleartrust ! ...
0
votes
3answers
943 views

Jboss unreachable/ slow behind apache with ajp

I have an linux server running with a JBoss Instance with apache2. Apache2 will use AJP connection to reverse proxy to JBoss. I found these messages in the apache error.log: [error] (70007)The ...
1
vote
1answer
152 views

Existing connexion on Apache and mod_proxy_balancer don't fail over second JBoss node

I have a Jboss farm, load balanced by Apache HTTP + mod_proxy_balancer and mod_proxy_ajp, with the following configuration : <VirtualHost *:80> ServerName web-gui-acceptance.myorg.com ...
0
votes
1answer
261 views

Reverse Proxy and Java Application Server Security

Is it possible to have the reverse proxy (Apache HTTP 2.2) handle authentication (HTTP Basic) and then still use the container managed security of the Java application server (GlassFish 3.1 or JBoss ...
0
votes
1answer
1k views

Setting up AJP with JBoss 7

I have two different versions of JBoss on a server, JBoss 6.0 Final and JBoss 7.0.2. I can one run or the other by switching a couple of sym links and issuing a "service jboss start" command. I am, by ...
2
votes
1answer
747 views

How does Apache mod_proxy_ajp work when Jboss runs as a cluster with AJP on 2 different ports?

I am trying to get an Apache webserver to load balance to a JBoss cluster, but unfortunately, I dont understand how mod_proxy_ajp works through the load balanced scenerio, since each of the 2 ...
0
votes
2answers
2k views

https root webapp in jboss 5 through apache mod_proxy with ajp

i have apache 2.2.3 and jboss 5.1 installed in my server, in apache i have 2 apps in php+mysql and in jboss i have in the root app (/) liferay portal. i used mod_proxy to reach the jboss app : ...