Thanks Eric,
this application can use internal or external Authentication based on predefined setting.
if it is "internal" it redirects to <context root>/acegi/acegilogin.jsp for user to input uid/pwd
if it is "external" it will redirect to <context_root/acegi/authentication_target_dummy.jsp for further internal processing
is there any I should do different from:
ProxyPass /rcm59018ora balancer://mycluster/rcm59018ora
<Location /balancer-manager>
SetHandler balancer-manager
AuthType Basic
AuthName "Balancer Manager"
AuthUserFile "D:\Apache2420\conf\.htpasswd"
Require valid-user
</Location>
<Proxy balancer://mycluster stickysession=JSESSIONID>
ProxySet lbmethod=byrequests
Require all granted
SetEnvIf X-Forwarded-Proto https HTTPS=on
</Proxy>
I also tried
but still looping with 302
Sorry, but new to HTTPD
Regards
Baruch