have you tried with 4.0.2b2 to see if its a fixed problem with the connector? I know that they have made lots of fixes to the connector, but since I don't use it, I haven't paid attention to what was broken/fixed. It could just be that the connector isn't passing your authorization through or something like that. You should probably visit bugzilla(if you haven't already).
I have noticed that manager requests(like all other requests) end up in the access log(AccessLogValve), so you can look to see if your request is getting through correctly. Charlie > -----Original Message----- > From: Jean-Luc BEAUDET [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 05, 2002 7:18 AM > To: Tomcat Users List > Subject: Re: Problem with Manager App > > > "Cox, Charlie" a �crit : > > > privileged="true" simply allows the servlet to call tomcat internal > > functions. it is a security feature so that you can control > what can talk to > > the tomcat internals. > > > > I am not using mod_webapp, but I have received that > error('Manager is > > privileged...') when I tried to access manager from a > virtual host where I > > did not have the manager context defined in server.xml. > > I had the same error, exactly, and saying that this kind of > deployement cannot > be > deployed in such Context cause it's a Privileged one ! > > > > > > > > a quick look at server.xml - did you define it for your > tomcat-apache > > service as well as the tomcat-standalone service in server.xml? > > Yep, i tested it... > Same stuff.. > > > > > > > Charlie > > > > Any clues ? > > Regards > > Jean-Luc B > > > > > > > > > > > [EMAIL PROTECTED]> > > > > I guess this is because of the Privileged="true"... > > > > I've got exactly the same Pb. > > > > Jean-Luc B :O) > > > > -- > > 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]> -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
