Re[4]: Apache1.3.20 TC3.3 authentication

2002-01-16 Thread MTea

LI Which connector are you using mod_jk or mod_jserv?
mod_jserv
This is a must. I couldn't use mod_jk at this time.

-- 
Best regards,
MTea


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Re[4]: Apache1.3.20 TC3.3 authentication

2002-01-16 Thread Larry Isaacs

Is Apache authenticating but not passing the
user to Tomcat, or is Apache not authenticating so
there isn't a user to pass to Tomcat?

If Apache is authenticating, can you temporarily
try mod_jk and see if it works.  I'm not aware
of any bugs in mod_jserv. But because it is
deprecated, it doesn't get as much testing as
mod_jk.

Cheers,
Larry

 -Original Message-
 From: MTea [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, January 16, 2002 5:17 AM
 To: Tomcat Users List
 Subject: Re[4]: Apache1.3.20  TC3.3  authentication
 
 
 LI Which connector are you using mod_jk or mod_jserv?
 mod_jserv
 This is a must. I couldn't use mod_jk at this time.
 
 -- 
 Best regards,
 MTea
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re[6]: Apache1.3.20 TC3.3 authentication

2002-01-16 Thread MTea

Hello Larry,

Uhh. I find the problem.
tc3.3 uses a newer mod_jserv than the 3.2.4. But at the tc download
folder under bin/linux/i386 there is not new mod_jserv.so. So we'd like
to use the old for 3.3. It wasn't working. I try to testing on windows
and the problem was same. BUT now I see that under bin/win32/i386 there is
a new ApacheModuleJServ.dll. And now lets see magic: the authentication
is working under windows. Ok, thank you the chat and sorry for
wasting your time :-)

-- 
Best regards,
 MTeamailto:[EMAIL PROTECTED]


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Apache1.3.20 TC3.3 authentication

2002-01-15 Thread MTea

Hi everybody,
I don't understand sg, pls help me.
We have a Apache+Tomcat3.2.4 with BASIC http authentication on apache side.
It is working fine (just tomcat's class reloading is a little bit urhhh...).
So I would like to change tc to 3.3 (or 3.3.x because of the ajp12 is important), but
the authentication does not work. Ok, I find the tomcatAuthentication=false
param at ajp12Connector, but it doesn't help me. The getRemoteUser() is always null.
Can anybody tell me where is the problem?

Thanks: MTea


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Apache1.3.20 TC3.3 authentication

2002-01-15 Thread Larry Isaacs

Are you using the Tomcat 3.3 generated configuration
files?  Tomcat 3.3 also defaults to forwarding all requests
to Tomcat.  I assume for Apache's BASIC authentication
to be triggered, Apache must serve some content.  You
may need to set forwardAll=false on the ApacheConfig
or JservConfig. Also setting noRoot=false will better
duplicate the configuration file written by Tomcat 3.2.x.

Cheers,
Larry

 -Original Message-
 From: MTea [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 15, 2002 7:49 AM
 To: [EMAIL PROTECTED]
 Subject: Apache1.3.20  TC3.3  authentication
 
 
 Hi everybody,
 I don't understand sg, pls help me.
 We have a Apache+Tomcat3.2.4 with BASIC http authentication 
 on apache side.
 It is working fine (just tomcat's class reloading is a little 
 bit urhhh...).
 So I would like to change tc to 3.3 (or 3.3.x because of the 
 ajp12 is important), but
 the authentication does not work. Ok, I find the 
 tomcatAuthentication=false
 param at ajp12Connector, but it doesn't help me. The 
 getRemoteUser() is always null.
 Can anybody tell me where is the problem?
 
 Thanks: MTea
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Re[2]: Apache1.3.20 TC3.3 authentication

2002-01-15 Thread MTea

I made the changes (forwardAll, noRoot)
but the situation is unchanged :-(

-- 
Best regards, MTea


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Re[2]: Apache1.3.20 TC3.3 authentication

2002-01-15 Thread Larry Isaacs

Which connector are you using mod_jk or mod_jserv?

Larry

 -Original Message-
 From: MTea [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, January 15, 2002 11:54 AM
 To: Tomcat Users List
 Subject: Re[2]: Apache1.3.20  TC3.3  authentication
 
 
 I made the changes (forwardAll, noRoot)
 but the situation is unchanged :-(
 
 -- 
 Best regards, MTea
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 

--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]