Cluster session replication problems

2008-07-13 Thread georgiu marius
Hi ! I'm working with a cluster application using Tomcat-6.0.14 and I want to make session replication using useDirtyFlag=false in server.xml file (session replication to be made even the setAttribute method is not called). My cluster class name is org.apache.catalina.ha.tcp.SimpleTcpCluster. W

templates based on the request protocol

2008-07-13 Thread tomcat tom
does tomcat use any templates based on the incoming request's protocol? what are the different protocols supported by tomcat any pdf docs which talks about the architecture of tomcat with images

Re: tomcat, apache with mod_jk and mod_auth_kerb

2008-07-13 Thread Nikhil
> > > > The remote user gets forwarded automatically, but in order to make Tomcat > accept that info and not try to authenticate itself, you need to set > tomcatAuthentication="false" in the ajp connector element in server.xml. > > See also http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html >

Re: tomcat, apache with mod_jk and mod_auth_kerb

2008-07-13 Thread Nikhil
> > Not necessarily. You could configure address attribute of the Tomcat HTTP > to listen only on 127.0.0.1 if httpd is on the same system, or > if on a different system, configure Tomcat's RemoteAddrValve to limit > requests to just that system. > > http://tomcat.apache.org/tomcat-6.0-doc/config

Re: tomcat, apache with mod_jk and mod_auth_kerb

2008-07-13 Thread Rainer Jung
Hi Nikhil, Nikhil schrieb: I have no problems in using mod_jk but could not figure out the ways of passing the remote_user variable effectively to the tomcat instance would also desire to have a scalability that with a single httpd instance supporting the multiple tomcat instances (may be on

RE: tomcat, apache with mod_jk and mod_auth_kerb

2008-07-13 Thread Caldarale, Charles R
> From: Nikhil [mailto:[EMAIL PROTECTED] > Subject: tomcat, apache with mod_jk and mod_auth_kerb > > I have earlier tried using the mod_rewrite module > with proxy .. but that would ask me to enable the > http connector port of the tomcat instance and will > prompt to keep the spoofing chances wid

tomcat, apache with mod_jk and mod_auth_kerb

2008-07-13 Thread Nikhil
Hi, I am using httpd v2.0.58 installed on a Solaris-10 system, also have mod_auth_kerb with proper kerberos infrastructure. I am hosting few new applications on tomcat and wanted to integrate with the kerberos but via the httpd as the front end. As in, the httpd will do the front-end kerberos auth

Re: port application from jakarta-tomcat-4.1.31 to apache-tomcat-6.0.16

2008-07-13 Thread Mark Thomas
kjwchu wrote: I have an application which is running on jakarta-tomcat-4.1.31. Now I want to move this application in apache-tomcat-6.0.16. I wonder if anyone has this experience or any thoughts about what areas I would need to make changes and so on. Thanks! The war should just work. You wi