Windows Authentication in Tomcat

2005-09-07 Thread john polinsky
Hello there, How Tomcat is usually configured when it is wanted to get information from Windows Server (e.g. Active Directory running in W2k or Win2003)? What Realms should be used in Tomcat and how this is done, any document available? Second question is, that if I e.g. for testing

RE: Windows Authentication in Tomcat

2005-09-07 Thread Raghupathy,Gurumoorthy
http://jcifs.samba.org/ If you want more information let me know and I will send you the code -Original Message- From: john polinsky [mailto:[EMAIL PROTECTED] Sent: 07 September 2005 11:28 To: tomcat-user@jakarta.apache.org Subject: Windows Authentication in Tomcat Hello there, How

Vs: RE: Windows Authentication in Tomcat

2005-09-07 Thread john polinsky
in Tomcat http://jcifs.samba.org/ If you want more information let me know and I will send you the code -Original Message- From: john polinsky [mailto:[EMAIL PROTECTED] Sent: 07 September 2005 11:28 To: tomcat-user@jakarta.apache.org Subject: Windows Authentication in Tomcat Hello

Web Server Authentication on Tomcat (5.5)

2005-07-05 Thread marcus . schmidke
Title: Nachricht Hello, I want to use Tomcat together with IIS to let IIS do the Windows based authentication. I've managed to install and configure isapi_redirect-1.2.13, and everything seems to work. When I call "request.getUserPrincipal()" in my servlet, I get a principal object with the

RE: Authentication and Re-Authentication on Tomcat 4.1.24 for Authorization

2005-05-31 Thread Robyne Vaughn
-Authentication on Tomcat 4.1.24 for Authorization In my server.xml, I have a JNDI realm which works for authenticating every user against Microsoft Active Directory. The user requests a URL which I have set up as an alias in my web.xml for a servlet which authenticates the user against the active

Authentication and Re-Authentication on Tomcat 4.1.24 for Authorization

2005-05-24 Thread Robyne Vaughn
In my server.xml, I have a JNDI realm which works for authenticating every user against Microsoft Active Directory. The user requests a URL which I have set up as an alias in my web.xml for a servlet which authenticates the user against the active directory and then does a

RE: DIGEST Authentication in Tomcat 4 vs Tomcat 5

2004-10-06 Thread Shapira, Yoav
tested it for 4.x (you should upgrade to 5 anyways if possible for you). Yoav Shapira Millennium Research Informatics -Original Message- From: Anderson, M. Paul [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 6:30 PM To: 'Tomcat Users List' Subject: DIGEST Authentication in Tomcat 4

RE: DIGEST Authentication in Tomcat 4 vs Tomcat 5

2004-10-06 Thread Mark Thomas
List' Subject: DIGEST Authentication in Tomcat 4 vs Tomcat 5 Can anyone point me to information concerning whether or not DIGEST authentication works in Tomcat 4 and/or Tomcat 5? I have only found conflicting information on the web as well as in several books. Is there a tutorial out

DIGEST Authentication in Tomcat 4 vs Tomcat 5

2004-10-05 Thread Anderson, M. Paul
Can anyone point me to information concerning whether or not DIGEST authentication works in Tomcat 4 and/or Tomcat 5? I have only found conflicting information on the web as well as in several books. Is there a tutorial out there somewhere that would help me set this up? I have seen comments

Wierd Realm authentication problem - Tomcat 4.1.30 / Jakarta Stru ts 1.1 / Internet Explorer 5.5+ / Forms Authentication

2004-08-10 Thread Graff, David
I am having a bit of an intermittent problem with Realm Authentication. I've got a jdbc realm (backed by hsql) configured for form based authentication under Tomcat 4.1.30. My application is developed on Struts 1.1. The problem I'm running into is that even after entering correct credentials, I

Apache1.3 SSL with client authentication jk2 tomcat 5

2004-07-27 Thread nicolas alin
Hi, I'm looking to do the same thing as Radu Radutiu (archive here : http://www.junlu.com/msg/94462.html) but when i use int the httpd.conf directives like JkSet2 workerEnv sslEnable 1 nothing work and apache don't start. Do you know how to use JkSet under apache 1.3 on Windows ? how to passe

Re: RE: Apache2 SSL with client authentication jk2 tomcat 5 - no user certificate in request

2004-07-05 Thread Radu Radutiu
Message- From: Radu Radutiu [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 7:49 AM To: Tomcat Users List Subject: Apache2 SSL with client authentication jk2 tomcat 5 - no user certificate in request Hi, I'm running Tomcat 5 + jdk 1.4.2_02 + Apache 2.0.49 (Fedora 1) with mod_jk2. I

Apache2 SSL with client authentication jk2 tomcat 5 - no user certificate in request

2004-07-02 Thread Radu Radutiu
Hi, I'm running Tomcat 5 + jdk 1.4.2_02 + Apache 2.0.49 (Fedora 1) with mod_jk2. I can access the web app through SSL (with client authentication enabled in Apache) but the following attributes are not set in the request: javax.servlet.request.cipher_suite, javax.net.ssl.peer_certificates and

RE: Apache2 SSL with client authentication jk2 tomcat 5 - no user certificate in request

2004-07-02 Thread Summers, Bert W.
FollowSymLinks DirectoryIndex index.jsp /Directory -Original Message- From: Radu Radutiu [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 7:49 AM To: Tomcat Users List Subject: Apache2 SSL with client authentication jk2 tomcat 5 - no user certificate in request Hi, I'm running

RE: problem with apache authentication - jk2 - tomcat? - UNDOCUMENTED FEATURE

2004-04-21 Thread Angus Mezick
Veen Subject: Re: problem with apache authentication - jk2 - tomcat? Update: I found the solution by googling around: Edit conf/server.xml, and add the 'tomcatAuthentication=false' snipet to the 8009 connector section: Connector port=8009 enableLookups=false redirectPort

problem with apache authentication - jk2 - tomcat?

2004-04-20 Thread Duane Winner
Hello all, I'm having a problem getting Apache authentication credentials passed on to Tomcat servlets. I am running: FreeBSD 4.9 Apache2 (FreeBSD port) Tomcat 5.0 (FreeBSD port) mod_jk2 (built from jk2-2.0.2 source) I can connect to sample Tomcat servlets through Apache fine, but once I turn

Re: problem with apache authentication - jk2 - tomcat?

2004-04-20 Thread Duane Winner
Update: I found the solution by googling around: Edit conf/server.xml, and add the 'tomcatAuthentication=false' snipet to the 8009 connector section: Connector port=8009 enableLookups=false redirectPort=8443 debug=0 protocol=AJP/1.3 tomcatAuthentication=false/ This fixed my problem.

Authentication in tomcat

2004-04-12 Thread [EMAIL PROTECTED]
Hello. I'm a bit confused. I'm trying tomcat's authentication with bad or no results. The documentation is very simple and I don't understand so well. I've a web application and I want to make authentication with a user role and a admin role. The admin can administrate permissions and roles. I

Re: Authentication in tomcat

2004-04-12 Thread Adam Hardy
On 04/12/2004 10:31 AM [EMAIL PROTECTED] wrote: Hello. I'm a bit confused. I'm trying tomcat's authentication with bad or no results. The documentation is very simple and I don't understand so well. I've a web application and I want to make authentication with a user role and a admin role. The

- How to retrieve Username and Password in a Basic Authentication in Tomcat?

2004-03-28 Thread Bachler, Elisabeth (Elisabeth)
Hello, I am using the Basic Authentication in Tomcat and I would like to know if there is a way of retrieving the username and the password that have been typed. Thanks Elisabeth - To unsubscribe, e-mail: [EMAIL PROTECTED

Possible to implement Pubcookie authentication using Tomcat Realm?

2004-02-24 Thread Jonathan Eric Miller
I recently found out about a way to create a single sign-on setup for authentication for Web applications called Pubcookie. The following link has a diagram that shows how it works. If a user hasn't yet authenticated, they are redirected to a separate server that displays a login page. Then, once

How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread Salvador Santander Gutierrez
I need to restrict all web applications in Tomcat with the same users? I know how to restrict a specific web application with its web.xml but... how to restrict /* in tomcat, included html pages? Thanks. - To unsubscribe,

RE: How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread rlipi
to restrict all webapps with http authentication in Tomcat? I need to restrict all web applications in Tomcat with the same users? I know how to restrict a specific web application with its web.xml but... how to restrict /* in tomcat, included html pages? Thanks

Re: How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread Salvador Santander Gutierrez
Thanks for your help but the url passed doesn´t work. - Original Message - From: rlipi [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, February 06, 2004 10:21 AM Subject: RE: How to restrict all webapps with http authentication in Tomcat? Will help

RE: How to restrict all webapps with http authentication in Tomcat?

2004-02-06 Thread rlipi
Gutierrez [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 12:07 PM To: Tomcat Users List Subject: Re: How to restrict all webapps with http authentication in Tomcat? Thanks for your help but the url passed doesn´t work. - Original Message - From: rlipi [EMAIL PROTECTED

Help with Active directory authentication in tomcat 5

2004-02-04 Thread Paul Gier
I am trying to authenticate web users against an active directory instance, but for some reason the configuration that worked in tomcat 4.1 is not working in tomcat 5.0.18 Here is the message that I get from the realm authentication with debugging turned on: 2004-02-04 16:10:20

Re: [SOLUTION] Problem of authentication with tomcat/IIS on win NT4

2003-11-13 Thread Robert Jacolin
Robert Jacolin wrote: Hi, I installed jakarta-tomcat-4.0.6 on WIN NT4 with IIS 4. I've following the manual to make tomcat and IIS to work together (with the isapi filter). My application works like I want except that authentification doesn't work. In IIS, I've enabled WIN NT authentication

Re: Forcing strong authentication with Tomcat 4.0.6 standalone web server

2003-11-06 Thread Bill Barker
As much as Tim is trying to help, the real answer is that at the moment only TC 5 supports configuring the cipher-suite (except that it should be technically possible to do in 4.1.29 using JMX). There is a chance that the TC 5 configuration code will be back-ported to a future version of 4.1.x.

Problem of authentication with tomcat/IIS on win NT4

2003-11-06 Thread Robert Jacolin
Hi, I installed jakarta-tomcat-4.0.6 on WIN NT4 with IIS 4. I've following the manual to make tomcat and IIS to work together (with the isapi filter). My application works like I want except that authentification doesn't work. In IIS, I've enabled WIN NT authentication (basic authentication

Forcing strong authentication with Tomcat 4.0.6 standalone web server

2003-11-05 Thread deric stroud
Hi, I'm trying to configure SSL on a standalone Tomcat webserver 4.0.6. and I can't quite work out how and where to configure the server to allow the use of strong authentication only (1024) during cipher suite negotiation. Does someone what lines to add to server.xml file or otherwise? Thanks!

Re: Forcing strong authentication with Tomcat 4.0.6 standalone web server

2003-11-05 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/security.html#https -Tim deric stroud wrote: Hi, I'm trying to configure SSL on a standalone Tomcat webserver 4.0.6. and I can't quite work out how and where to configure the server to allow the use of strong authentication only (1024) during cipher suite

Re: Apache Authentication with Tomcat

2003-10-01 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configtccom.html#request -Tim Nikola Milutinovic wrote: http://marc.theaimsgroup.com/?l=tomcat-userm=106070071117870w=2 Excellent! Now, when are we going to see an update on the JK2 docs? I'm not expecting a tutorial, just a (complete)

Apache Authentication with Tomcat

2003-09-30 Thread Boemio, Neil (GEI, FGI)
I'm trying to protect a /downloads url in apache. My webapp in Tomcat is in ROOT. So in the workers2.properties file under apache, I have: # Map the webapp to the Web server uri space [uri:/*] info=my website So my app is working fine requests for /* are passed to Tomcat and things are

RE: Apache Authentication with Tomcat

2003-09-30 Thread Morgan Pyne
, 2003 17:17 To: [EMAIL PROTECTED] Subject: Apache Authentication with Tomcat I'm trying to protect a /downloads url in apache. My webapp in Tomcat is in ROOT. So in the workers2.properties file under apache, I have: # Map the webapp to the Web server uri space [uri:/*] info=my

RE: Apache Authentication with Tomcat

2003-09-30 Thread Boemio, Neil (GEI, FGI)
PROTECTED] Sent: Tuesday, September 30, 2003 11:27 AM To: Tomcat Users List Subject: RE: Apache Authentication with Tomcat Hi Neil, Use a Location directive in your httpd.conf instead. e.g.: Location /downloads AuthType Basic AuthName FGIC Downloads AuthUserFile d:\apache\apache2

RE: Apache Authentication with Tomcat

2003-09-30 Thread Robert Priest
http://marc.theaimsgroup.com/?l=tomcat-userm=106070071117870w=2 -Original Message- From: Boemio, Neil (GEI, FGI) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 11:59 AM To: Tomcat Users List Subject: RE: Apache Authentication with Tomcat Excellent! This did the trick

RE: Apache Authentication with Tomcat

2003-09-30 Thread Boemio, Neil (GEI, FGI)
Awesome! Works great now! Thanks a bunch! -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 12:03 PM To: 'Tomcat Users List' Subject: RE: Apache Authentication with Tomcat http://marc.theaimsgroup.com/?l=tomcat-userm=106070071117870w

Re: Apache Authentication with Tomcat

2003-09-30 Thread Nikola Milutinovic
When I remove [uri:/*] from workers2.properties and create a dummy htdocs\downloads directory under apache, the apache authentication works fine. But when I put [uri:/*] back, I do not get prompted for ID/Password. Here is what I have in httpd.conf. Any ideas? Directory

Re: Apache Authentication with Tomcat

2003-09-30 Thread Nikola Milutinovic
http://marc.theaimsgroup.com/?l=tomcat-userm=106070071117870w=2 Excellent! Now, when are we going to see an update on the JK2 docs? I'm not expecting a tutorial, just a (complete) list of all the options. I hate digging through the code myself. I know, I can dig through the code, but it is

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Adam Hardy
I believe somewhere on java.sun.com I saw an article about setting up JAAS as a tomcat realm to use NT authorisation. Good luck, Adam On 09/23/2003 07:29 AM Peter Harrison wrote: I was wondering it anyone knows how to do NT based one login authentication with web applications. I was hoping

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Frode E. Moe
On Tue, Sep 23, 2003 at 17:29:03 +1200, Peter Harrison wrote: I was wondering it anyone knows how to do NT based one login authentication with web applications. I was hoping there is some way a client can be authenticated based on their system login. Obviously there would have to be a

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Christopher Williams
I believe somewhere on java.sun.com I saw an article about setting up JAAS as a tomcat realm to use NT authorisation. There's a big problem with JAAS and the NTLoginModule: it gives you the details of the currently logged on user. For a web app, this will be the user under which Tomcat is

Re: Single Login Authentication with Tomcat

2003-09-23 Thread Mario Ivankovits
There are two solutions: 1. Use JNDI realm to talk to Active Directory. 2. Collect credentials yourself and use native code to call the WinAPI function LogonUser. I have written a centralized authentication service. One of the modules that I created to authenticate users against a Windows

Single Login Authentication with Tomcat

2003-09-22 Thread Peter Harrison
I was wondering it anyone knows how to do NT based one login authentication with web applications. I was hoping there is some way a client can be authenticated based on their system login. Obviously there would have to be a common authentication service like LDAP or Active Directory involved.

Authentication in tomcat 4.1.27

2003-09-11 Thread Shailesh Modi
Hi, I am migrating my web application to 4.1.27 from tomcat 3 . In tomcat 3 , I had following code for authentication in server.xml. RequestInterceptor className=com.remind.securetomcat.SecRealm debug=0 initCtx=com.sun.jndi.ldap.LdapCtxFactory ldapHost=ldap://ldap.mycompany.com:389;

Re: Authentication in tomcat 4.1.27

2003-09-11 Thread Bill Barker
Have you ever got a fun project for you ;-). The first thing you must do is to make certain that your Realm implements org.apache.catalina.Realm (when I did this, it was a big enough change that I put the 4.x classes in a new package so that I could still see the 3.x versions). Personally, I

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-24 Thread Farrell, Patrick
Authentication in Tomcat 4.1.24 Bug #15790 is only if you are fronting Tomcat with Apache/IIS/SunONE. If you are using the stand-alone connector, it doesn't apply. I'm guessing that this isn't your problem, since you'd get a different error. To use this setup, you need to be using MemoryRealm

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-24 Thread Farrell, Patrick
:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 8:28 AM To: 'Tomcat Users List' Subject: RE: HELP! Client Authentication in Tomcat 4.1.24 That's what I thought. I'm not using Tomcat with Apache/IIS/SunONE, but rather standalone. You mentioned that I need to be using the MemoryRealm. I looked

HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Farrell, Patrick
I am attempting to use client certificate authentication with Tomcat 4.1.24, but each time I connect via a browser (Internet Explorer) Tomcat indicates that it is unable to authenticate with the provided credentials. My client certificate is a personal certificate from Thawte

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Jay Garala
PROTECTED] Sent: Wednesday, July 23, 2003 1:02 PM To: '[EMAIL PROTECTED]' Subject: HELP! Client Authentication in Tomcat 4.1.24 I am attempting to use client certificate authentication with Tomcat 4.1.24, but each time I connect via a browser (Internet Explorer) Tomcat indicates that it is unable

RE: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Farrell, Patrick
:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 1:44 PM To: 'Tomcat Users List' Subject: RE: HELP! Client Authentication in Tomcat 4.1.24 This is the part you were missing. Unfortunately, the handling of Client certs in the Jk-Coyote connector is broken in 4.1.24 (see http://nagoya.apache.org

Re: HELP! Client Authentication in Tomcat 4.1.24

2003-07-23 Thread Bill Barker
23, 2003 1:44 PM To: 'Tomcat Users List' Subject: RE: HELP! Client Authentication in Tomcat 4.1.24 This is the part you were missing. Unfortunately, the handling of Client certs in the Jk-Coyote connector is broken in 4.1.24 (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15790

Re: Client Certificates Authentication in Tomcat v4.1.24

2003-06-28 Thread Dean Thompson
Hi Bill Everyone else, For JSSE, you need to have the signer in cacerts at the moment for Tomcat to include it in the list of signers it wants. PureTLS allows you to configure the list (without being root), but other problems mean that you can only use it in TC 5 HEAD at the moment. Of

Re: Client Certificates Authentication in Tomcat v4.1.24

2003-06-27 Thread Minimalist Manager
ERROR: There is no such list CERTIFICATES here. SOLUTION: Send a message to [EMAIL PROTECTED] with a subject of 'info' (no quotes) for a list of available mailing lists. -- Sincerely, the Minimalist - To

Client Certificates Authentication in Tomcat v4.1.24

2003-06-26 Thread Dean Thompson
Hi!, I was wondering whether somebody might be able to explain what I am doing wrong with regards to the introduction of client certificates being used as a means for authentication under Tomcat v4.1.24 under Solaris 8, JDK 1.4.1_02. I have established my own little CA using OpenSSL 0.9.7b

Re: Client Certificates Authentication in Tomcat v4.1.24

2003-06-26 Thread Bill Barker
with regards to the introduction of client certificates being used as a means for authentication under Tomcat v4.1.24 under Solaris 8, JDK 1.4.1_02. I have established my own little CA using OpenSSL 0.9.7b and have generated my own self-signed certificate as well as signing a certificate for my WWW

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Mario Ivankovits
It works! Thank you - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 07, 2003 5:33 AM Subject: Re: SSL client authentication with tomcat 4.1.24 I believe that the Sun 1.4 JVM ships with the certs for Verisign and Thawte

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Duma Rolando
is stored on a Gemplus smartcard connected with a USB reader all works fine if I connect to an Apache server with mod_ssl. - Original Message - From: Bill Barker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 07, 2003 5:33 AM Subject: Re: SSL client authentication with tomcat

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Mario Ivankovits
. Mario - Original Message - From: Duma Rolando [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:24 AM Subject: Re: SSL client authentication with tomcat 4.1.24 I'm still having trouble with my setup. These are my keystore entries: Tipo keystore

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Duma Rolando
It works, thanks a lot for your help. - Original Message - From: Mario Ivankovits [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:36 AM Subject: Re: SSL client authentication with tomcat 4.1.24 You have to import the root CA into the java

SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Duma Rolando
Is there anyone that have a running tomcat 4.1.24 standalone server with SSL and clientAuth=true? My current config doesn't work ( i.e. Internet Explorer doesn't display my personal certificate, Mozilla displays an error message ).I tried with only one SSL connector on port 443 and with also an

RE: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Bodycombe, Andrew
Andy -Original Message- From: Duma Rolando [mailto:[EMAIL PROTECTED] Sent: 06 June 2003 11:31 To: Tomcat Mailing List Subject: SSL client authentication with tomcat 4.1.24 Is there anyone that have a running tomcat 4.1.24 standalone server with SSL and clientAuth=true? My current config

Re: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Duma Rolando
on this kind of setup. - Original Message - From: Bodycombe, Andrew [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, June 06, 2003 12:58 PM Subject: RE: SSL client authentication with tomcat 4.1.24 You need to import your personal certificate into your browser. In IE

Re: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Mario Ivankovits
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:40 PM Subject: Re: SSL client authentication with tomcat 4.1.24 I have already imported my certificate.This is correctly showed if I connect to an apache + mod-ssl server with SSLVerifyClient require directive

Re: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Bill Barker
: Duma Rolando [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:40 PM Subject: Re: SSL client authentication with tomcat 4.1.24 I have already imported my certificate.This is correctly showed if I connect to an apache + mod-ssl server

Authentication with Tomcat/Apache Question

2003-03-21 Thread Mete Kural
Hi, I am perplexed at this interesting problem. We want to use JDBCRealm to authenticate users in Tomcat, but yet we want to serve static stuff via Apache to improve performance. If we set up Tomcat as a worker for Apache using the JK2 connector, I don't see how requests for static files are

BASIC authentication in Tomcat+IIS (PROBLEM SOLVED: ERRATA CORRIGE!!!)

2002-11-05 Thread Luca Ventura
Hello everybody! I wrote to notify you that some days ago I have posted a wrong solution to the problem of the basic authentication of Tomcat with IIS (below you can find my old post). In fact I believed that the reason why basic authentication of Tomcat didn't work was due to compatibility

BASIC authentication in Tomcat+IIS (one useful information)

2002-10-31 Thread Luca Ventura
regards, Luca -Messaggio originale- Da: Luca Ventura [mailto:ventluca;tiscali.it] Inviato: martedì 29 ottobre 2002 12.12 A: tomcat-user Oggetto: BASIC authentication in Tomcat+IIS Hello everybody! I have the following GREAT problem with basic authentication in Tomcat

BASIC authentication in Tomcat+IIS (second useful information)

2002-10-31 Thread Luca Ventura
)?? Anyway in this case I don't understand why in the test environment the basic authentication of Tomcat works well in fact the problem is present only in production environment using Server 1! If someone has some idea or suggestion to solve this problem I pray him to let me know (I am spending

BASIC authentication in Tomcat+IIS (second useful information)

2002-10-31 Thread Luca Ventura
)?? Anyway in this case I don't understand why in the test environment the basic authentication of Tomcat works well in fact the problem is present only in production environment using Server 1! If someone has some idea or suggestion to solve this problem I pray him to let me know (I am spending

BASIC authentication in Tomcat+IIS

2002-10-29 Thread Luca Ventura
Hello everybody! I have the following GREAT problem with basic authentication in Tomcat I have two servers configured as follows: Server 1: Operating system: Windows 2000 Advanced Server Web Server: IIS 5.0 Servlet Container: Tomcat 4.x Server 2: Windows XP Professional Web Server: IIS

BASIC authentication in Tomcat+IIS

2002-10-29 Thread Luca Ventura
Hello everybody! I have the following GREAT problem with basic authentication in Tomcat I have two servers configured as follows: Server 1: Operating system: Windows 2000 Advanced Server Web Server: IIS 5.0 Servlet Container: Tomcat 4.x Server 2: Windows XP Professional Web Server: IIS

Help: Authentication: Use Tomcat and Apache

2002-08-15 Thread Kevin Andryc
=start mod_jk.conf: JkWorkersFile /opt/tomcat/conf/jk/workers.properties JkLogFile /opt/tomcat/logs/mod_jk.log JkLogLevel info JkMount /examples/* ajp13 JkMount /protected/* test It appears if I change the first connector in my server.xml file so that tomcat authentication is set to true, my

RE: REPOST: Authentication: Use Tomcat and Apache

2002-08-14 Thread Kevin Andryc
=start mod_jk.conf: JkWorkersFile /opt/tomcat/conf/jk/workers.properties JkLogFile /opt/tomcat/logs/mod_jk.log JkLogLevel info JkMount /examples/* ajp13 JkMount /protected/* test It appears if I change the first connector in my server.xml file so that tomcat authentication is set to true, my

RE: REPOST: Authentication: Use Tomcat and Apache

2002-08-14 Thread Kevin Andryc
=start mod_jk.conf: JkWorkersFile /opt/tomcat/conf/jk/workers.properties JkLogFile /opt/tomcat/logs/mod_jk.log JkLogLevel info JkMount /examples/* ajp13 JkMount /protected/* test It appears if I change the first connector in my server.xml file so that tomcat authentication is set to true, my

REPOST: Authentication: Use Tomcat and Apache

2002-08-13 Thread Kevin Andryc
I have an application that currently uses Apache's authentication. In order for this to work with Tomcat I had to specify it in my server.xml, like so: Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75

RE: REPOST: Authentication: Use Tomcat and Apache

2002-08-13 Thread Koes, Derrick
Does putting it under a different service name work? -Original Message- From: Kevin Andryc [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:16 PM To: [EMAIL PROTECTED] Subject: REPOST: Authentication: Use Tomcat and Apache I have an application that currently uses Apache's

RE: REPOST: Authentication: Use Tomcat and Apache

2002-08-13 Thread Reynir Hübner
-Original Message- From: Koes, Derrick [mailto:[EMAIL PROTECTED]] Sent: 13. ágúst 2002 16:38 To: 'Tomcat Users List' Subject: RE: REPOST: Authentication: Use Tomcat and Apache Does putting it under a different service name work? -Original Message- From: Kevin Andryc

RE: REPOST: Authentication: Use Tomcat and Apache

2002-08-13 Thread Kevin Andryc
, 2002 12:38 PM To: 'Tomcat Users List' Subject: RE: REPOST: Authentication: Use Tomcat and Apache Does putting it under a different service name work? -Original Message- From: Kevin Andryc [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:16 PM To: [EMAIL PROTECTED] Subject

Authentication: Use Tomcat and Apache

2002-08-12 Thread Kevin Andryc
I have an application that currently uses Apache's authentication. In order for this to work with Tomcat I had to specify it in my server.xml, like so: Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75

Authentication: Use Tomcat and Apache

2002-08-09 Thread Kevin Andryc
I have an application that currently uses Apache's authentication. In order for this to work with Tomcat I had to specify it in my server.xml, like so: Connector className=org.apache.ajp.tomcat4.Ajp13Connector port=8009 minProcessors=5 maxProcessors=75

RE: Apache Authentication for Tomcat

2002-08-01 Thread Josh Landin
Users List Subject: Apache Authentication for Tomcat This is an addition to a thread from a day or two ago. I didn't pay much attention to it then, because it wasn't something I needed to worry about -- but things change quickly, and now I do need to worry about it :-). Anyway

RE: Apache Authentication for Tomcat

2002-08-01 Thread Josh Landin
: Thursday, August 01, 2002 12:01 AM To: Tomcat Users List Subject: Apache Authentication for Tomcat This is an addition to a thread from a day or two ago. I didn't pay much attention to it then, because it wasn't something I needed to worry about -- but things change quickly, and now I do need

RE: Apache Authentication for Tomcat

2002-08-01 Thread Milt Epstein
AM To: Tomcat Users List Subject: Apache Authentication for Tomcat This is an addition to a thread from a day or two ago. I didn't pay much attention to it then, because it wasn't something I needed to worry about -- but things change quickly, and now I do need to worry about

Apache Authentication for Tomcat

2002-07-31 Thread Milt Epstein
This is an addition to a thread from a day or two ago. I didn't pay much attention to it then, because it wasn't something I needed to worry about -- but things change quickly, and now I do need to worry about it :-). Anyway, it was a thread started by Josh Landin, with contributions from

Apache Authentication for Tomcat

2002-07-30 Thread Josh Landin
I'm running apache-2.0.39 and tomcat-4.0.2 using mod_jk compiled on RH7.2. I setup Apache to require authentication for a given virtual host using an htpasswd file. Because the same virtual host has some JkMount directives, some requests are forwarded on to Tomcat without authentication. How can

Re: Apache Authentication for Tomcat

2002-07-30 Thread Jacob Kjome
directives, JL some requests are forwarded on to Tomcat without authentication. How can I JL configure this so Apache always handles and requires authentication for JL requests prior to handing them off to Tomcat? JL In my httpd.conf I have the following: JL VirtualHost * JL DocumentRoot /drives

RE: Apache Authentication for Tomcat

2002-07-30 Thread Josh Landin
That may very well work for the Location security implementation but it doesn't seem to work for the Virtualhost style. I added my JkMounts after (outside of) the VirtualHost tag and requests made to the JkMounts are forwarded to Tomcat without authentication. Anyone else, know how to do

RE: Apache Authentication for Tomcat

2002-07-30 Thread Turner, John
PROTECTED]] Sent: Tuesday, July 30, 2002 2:13 PM To: Tomcat Users List Subject: RE: Apache Authentication for Tomcat That may very well work for the Location security implementation but it doesn't seem to work for the Virtualhost style. I added my JkMounts after (outside of) the VirtualHost tag

RE: Apache Authentication for Tomcat

2002-07-30 Thread Josh Landin
Authentication for Tomcat It should work for virtual hosts. Don't virtual hosts have content in separate locations? Like /www/virtual/host1/htdocs and /www/virtual/host2/htdocs? If that's the case, the Location directive will work, just put the path name in there. The hostname on the URL

RE: Apache Authentication for Tomcat

2002-07-30 Thread Josh Landin
Users List; [EMAIL PROTECTED] Subject: Re: Apache Authentication for Tomcat Hello Josh, I have my Apache authentication set up like this: Location /myapp AuthType Basic AuthName protected area AuthUserFile security/.htpasswd AuthGroupFile security/.htgroup require

RE: Apache Authentication for Tomcat

2002-07-30 Thread Sullivan, Mark E
JkMount /*.jsp zeuscat JkMount /wup/* zeuscat /VirtualHost -Original Message- From: Josh Landin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 2:12 PM To: Tomcat Users List Subject: RE: Apache Authentication for Tomcat I removed the Directory section from my VirtualHost

RE: Apache Authentication for Tomcat

2002-07-30 Thread Josh Landin
Did you forget a Require directive in that location? Nope. should work if you move the JkMount under the Directory directive: I tried this: VirtualHost * DocumentRoot /drives/a/webapps/intranet1 ServerName intranet1 ServerAlias *babyupdates.com Directory

Re[2]: Apache Authentication for Tomcat

2002-07-30 Thread Jacob Kjome
- From: Jacob Kjome [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 30, 2002 1:12 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Apache Authentication for Tomcat Hello Josh, I have my Apache authentication set up like this: Location /myapp AuthType Basic AuthName protected

RE: Re[2]: Apache Authentication for Tomcat

2002-07-30 Thread Josh Landin
2:23 PM To: 'Tomcat Users List' Subject: RE: Apache Authentication for Tomcat It should work for virtual hosts. Don't virtual hosts have content in separate locations? Like /www/virtual/host1/htdocs and /www/virtual/host2/htdocs? If that's the case, the Location directive will work, just

HTTP Digest authentication and Tomcat 4.0.2

2002-07-10 Thread sebastien . petrucci
Hi Folks, I'm trying to setup a web app protected with an http digest authentication. Everything looks fine, except that Tomcat behaves like my username/password were always wrong. I tested it against the following clients (supporting digest auth of course) : - Opera 6.0 - Internet Explorer

RE: LDAP Authentication with Tomcat 4.1.3

2002-06-12 Thread John Burgess
Is having two OU entries OK? Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Josh Fenlason [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 9:12 PM To: Tomcat Subject: LDAP Authentication with Tomcat 4.1.3 I'm trying

RE: LDAP Authentication with Tomcat 4.1.3

2002-06-12 Thread Josh Fenlason
greatly appreciate it. Thanks in advance. , Josh. -Original Message- From: John Burgess [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 4:21 AM To: Tomcat Users List Subject: RE: LDAP Authentication with Tomcat 4.1.3 Is having two OU entries OK? Best Wishes John Burgess [EMAIL

Re: LDAP Authentication with Tomcat 4.1.3

2002-06-12 Thread Jonathan Eric Miller
: LDAP Authentication with Tomcat 4.1.3 I used to use Apache1.3.24 and Tomcat 3.2 and I did the ldap authentication from Apache with two ou entries. Now I'm moving to Apache2 but the ldap authentication modules don't seem to work, so I need to get Tomcat to do the ldap authentication. If anyone

LDAP Authentication with Tomcat 4.1.3

2002-06-11 Thread Josh Fenlason
I'm trying to do LDAP Authentication in Tomcat 4.1.3. I found some a couple of links that said to use LDAPRealm in Tomcat's server.xml, but I still haven't had any luck. Has anyone else been able to get this to work? Here are the two Realm elements that I've tried in server.xml. Any help

  1   2   >