No, basic authentication doesnt work in the redirector case atleast with IIS - The challenge response box doesnt come up !
I am trying to solve this for over a week now and I hardly see any response - has anybody got this working at all? - Can the redirector developers help, PLEASE? --Ganesh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:36 AM To: Tomcat Users List Subject: RE: ATTN IIS-Tomcat redirector developers - I am stuck with this foroveraweek now - PL HELP Maybe I'm missed something in your email. Since you are getting the authentication dialog box, BASIC authentication works, right? If you don't know the username/password, then see the tomcat-users.xml file in %CATALINA_HOME%/conf directory. Add a line for the manager app: <tomcat-users> ... ... <user name="mymanager" password="mymanager" roles="manager" /> </tomcat-users> Hope this helps. RS "Sankaranarayanan (Ganesh) Ganapathy" <[EMAIL PROTECTED]> on 06/13/2002 12:29:35 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: RE: ATTN IIS-Tomcat redirector developers - I am stuck with this for overaweek now - PL HELP It is privileged as well as configured to use basic authentication! It is the basic authentication that I cant get to work with IIS and tomcat connected using the AJP redirector! thanx Ganesh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:26 AM To: Tomcat Users List Subject: RE: ATTN IIS-Tomcat redirector developers - I am stuck with this for overaweek now - PL HELP If you have the "examples" working with IIS, the Manager context will behave the same way (except that it's is privileged) since it's a web application itself. See Context entry for manager in server.xml. RS "Sankaranarayanan (Ganesh) Ganapathy" <[EMAIL PROTECTED]> on 06/13/2002 12:16:45 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: RE: ATTN IIS-Tomcat redirector developers - I am stuck with this for over aweek now - PL HELP I hope I am not missing something - but the document you pointed me to doesnt talk about getting the manager app to work with external webservers like IIS! Ofcourse I do have the manager app working with tomcat in stand alone mode. Thanx Ganesh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 10:12 AM To: Tomcat Users List Subject: Re: ATTN IIS-Tomcat redirector developers - I am stuck with this for over aweek now - PL HELP See http://jakarta.apache.org/tomcat/tomcat-4.0-doc/manager-howto.html RS "Sankaranarayanan (Ganesh) Ganapathy" <[EMAIL PROTECTED]> on 06/13/2002 12:02:18 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> cc: Subject: ATTN IIS-Tomcat redirector developers - I am stuck with this for over a week now - PL HELP Getting the manager app to work with tomcat 4.0.3 and IIS 5.0 Hi All, I have setup IIS5.0 and tomcat4.0.3 successfully on Win2k professional - can get to the example webapps. But when I try to access the manager app I get the message - Access to the specified resource is denied. The tomcat does seem to be throw the challenge response box in this case. The instructions everywhere deals only with the simplest case - setting up examples web app - doesnt seem to explain how to set up an app that requires basic authentication such as the manager application that is bundled with tomcat - so I am not sure if this works The jakarta virtual directory has read and execute premission and the anonymous acces is enabled. What should I do to get this working Thanx Ganesh -- 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]> -- 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]> -- 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
