RE: tomat5 / sticky sessions / missing route?

2006-10-12 Thread Ashley Hayes
inname in the URL. I'd be >interested in hearing what configuration you have for this. Could you please provide some more detail for what is getting redirected to where? Regards, Daniel Ashley Hayes schrieb: > Hi Daniel, > I recently setup some similar architecture and do

RE: tomat5 / sticky sessions / missing route?

2006-10-12 Thread Ashley Hayes
Hi Daniel, I recently setup some similar architecture and documentation for tomcat mod-jk integration with proper sticky sessions is very poor. I am not that familiar with the jk logs but do know I had to do the following to get sticky sessions to work: Think your problem may be with only

RE: JNDI inside a JAAS LoginModule

2006-10-10 Thread Ashley Hayes
Hi John, I actually think your approach is correct, I was merely pointing out that we had a similar problem and suggested a workaround. This workaround is obviously not efficient if you have multiple contexts that would like to share the same large pool of connections. I'd be interested to

RE: JNDI inside a JAAS LoginModule

2006-10-09 Thread Ashley Hayes
I know we had/have problems with GlobalNamingResources. We have it working with the connection pool ".." and our JAAS realm configured under the webapp context node. Also make sure that your JAAS classes are available to tomcat's classloader, i.e. under common/lib or common classes. Like wise the D

HTTP redirect problem - fully qualified host name - tomcat 5.5.9 / mod-jk / Load balancing

2006-10-06 Thread Ashley Hayes
Hi all, We use tomcat's formbased authentication (post to /j_security_check), the bases of which is a HTTP 302 redirect on success. We have a problem because tomcat/mod jk is issuing a full URL to the client that points at an internal ( private) IP/server - as opposed to the public IP/domain na