Tomcat 5 & Apache Authentication

2005-02-01 Thread Arantza Lozano
Hi, I´m having problems getting Tomcat 5 to use Apache authentication. I´am using: apache 2.0.49 + tomcat 5.0.19 + mod_jk2 2.0.4 I have added tomcatAuthentication="false" to server.xml and request.tomcatAuthentication=false to jk2.properties. I´am using the AllowOverride AuthConfig

Re: Tomcat 5 Apache Authentication

2004-07-09 Thread Joseph Shraibman
[EMAIL PROTECTED] wrote: Hmmm...so is there any workaround? For example, using an older version of the JK connector or some older combination of Tomcat/Apache and the JK connector? Thanks, Kevin Not as far as I know. - To unsubsc

Re: Tomcat 5 Apache Authentication

2004-07-08 Thread kandryc
Hmmm...so is there any workaround? For example, using an older version of the JK connector or some older combination of Tomcat/Apache and the JK connector? Thanks, Kevin Quoting Joseph Shraibman <[EMAIL PROTECTED]>: > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25367 > > > [EMAIL PROTEC

Re: Tomcat 5 Apache Authentication

2004-07-08 Thread Joseph Shraibman
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25367 [EMAIL PROTECTED] wrote: Hi all, I am having a problem getting Tomcat 5 to use Apache authentication. We have an existing CGI application that is handled by Apache 2, and I am tring to integrate some java stuff using Tomcat 5. Here is wha

Tomcat 5 Apache Authentication

2004-07-08 Thread kandryc
Hi all, I am having a problem getting Tomcat 5 to use Apache authentication. We have an existing CGI application that is handled by Apache 2, and I am tring to integrate some java stuff using Tomcat 5. Here is what I have: ## ## APACHE 2 conf/httpd.conf: ## # Tomcat Connector LoadModule jk2_