passing authentication credentials from apache to tomcat 4.1.12?

2002-10-04 Thread Paul Tomsic

Has anyone does this successfully?

I am able to successfully have Apache authenticate
against a AuthDB file (configured w/ the mod_auth_db)
and I'm able to have Tomcat handle *.jsp files
successfully, but when I try to

request.getRemoteUser()

It gives me a NULL

any thoughts on this?  Is there some type of setup
that I'm missing?




__
Do you Yahoo!?
New DSL Internet Access from SBC  Yahoo!
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: passing authentication credentials from apache to tomcat 4.1.12?

2002-10-04 Thread James Shvarts

try setting tomcatAuthentication=false on the Ajp13Interceptor in the
server.xml file if you want use the web server's authentication.

_James

On Fri, 4 Oct 2002, Paul Tomsic wrote:

 Has anyone does this successfully?

 I am able to successfully have Apache authenticate
 against a AuthDB file (configured w/ the mod_auth_db)
 and I'm able to have Tomcat handle *.jsp files
 successfully, but when I try to

 request.getRemoteUser()

 It gives me a NULL

 any thoughts on this?  Is there some type of setup
 that I'm missing?




 __
 Do you Yahoo!?
 New DSL Internet Access from SBC  Yahoo!
 http://sbc.yahoo.com

 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: passing authentication credentials from apache to tomcat 4.1.12?

2002-10-04 Thread Dennis Muhlestein

set tomcatAuthentication=false in your ajp connector xml.
Then it should recognize the apache authorized user.

Worked for us.

-Dennis


On Fri, 2002-10-04 at 12:36, Paul Tomsic wrote:
 Has anyone does this successfully?
 
 I am able to successfully have Apache authenticate
 against a AuthDB file (configured w/ the mod_auth_db)
 and I'm able to have Tomcat handle *.jsp files
 successfully, but when I try to
 
 request.getRemoteUser()
 
 It gives me a NULL
 
 any thoughts on this?  Is there some type of setup
 that I'm missing?
 
 
 
 
 __
 Do you Yahoo!?
 New DSL Internet Access from SBC  Yahoo!
 http://sbc.yahoo.com
 
 --
 To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
 For additional commands, e-mail: mailto:[EMAIL PROTECTED]
 


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]