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
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
>
>
>
> 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
>
>
> 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
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
> 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
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
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