Have you check the windows security of the files in your application folder. I encounter similar problem. I think it's IIS problem. Try assigning users "Everyone" and "IUSER_<<COMPUTER_NAME>>" for right of read.
Kenneth ----- Original Message ----- From: "Emile Coetzee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 12, 2004 7:33 PM Subject: IIS/Tomcat 4 Admin and Manager - Can't Connect from IIS > I've setup IIS/Tomcat successfully. My webapp mappings are working correctly > with IIS as the front end. So I'm happy that everything is working as it > should. > > I then started setting up the Admin and Manager tools. They work correctly > when connecting directly via Tomcat on port 8080 but if i connect via IIS i > get a 403 access denied error. From looking at the admin and manager logs > (debug 9) I found that there is a security check against GET which is true > when connecting via IIS and false when connecting via Tomcat. The IIS log > doesn't offer much insight. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
