using jboss-3.2.3, apache2(without ssl) and mod_jk2 on rh73.

i have a copy of the all instance, called jboss0 on the same host as i run 
apache/mod-jk2 on and another instance called jboss1 on another host. both jvmRoute 
set in jboss-service.xml for tomcat. if the jboss0 host is targetted then the webapp 
works fine. but if the request is roundrobined to the jboss1 host i can see, in the 
accesslog for tomcat, a GET for index.jsp being redirected to my FORM-based 
authentication jsp page. next thing happening is a connectionrefused to the "jboss0  
host":"https port of the jboss1 host". i understand the connection refused, wrong 
combination of host and https port, but why was the request redirected to the other 
host. seems the session is somehow sticky as the correct https port is used but the 
host is incorrect...

would it make sense to build apache with ssl support? dont think it makes sense, the 
ajp13 protocol should be used nevertheless?

if i run apache and both jboss instances on the same host everything works fine.

cheers niklas.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838450#3838450

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838450


-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to