RE: Restrict access to Manager from local ip address (Tomcat 6.0/Windows)

2010-03-12 Thread Caldarale, Charles R
From: Rob G [mailto:robatgumt...@gmail.com] Subject: Restrict access to Manager from local ip address (Tomcat 6.0/Windows) Context docBase=C:\tomcat1\webapps\manager privileged=true Take out the docBase attribute - it's not allowed here. ResourceLink name=users global=UserDatabase

Re: Restrict access to Manager from local ip address (Tomcat 6.0/Windows)

2010-03-12 Thread Mark Thomas
On 12/03/2010 14:06, Rob G wrote: Hey all, My setup: Windows Server 2003 SP2 Single instance of Apache HTTP Server 2.2.15 (C:\Apache) Two instances of Apache Tomcat 6.0.24 in load balancing mode (C:\tomcat1 and C:\tomcat2) JK 1.2.30 used to connect the Apache front end to the two tomcat

Re: Restrict access to Manager from local ip address (Tomcat 6.0/Windows)

2010-03-12 Thread Rob G
Charles and Mark, Thanks for your help. Your advice on removing the docBase and Resourcelink attibutes was correct and the restriction is now working correctly. I had based my changes to the conf files based on these articles:

RE: Restrict access to Manager from local ip address (Tomcat 6.0/Windows)

2010-03-12 Thread Caldarale, Charles R
From: Rob G [mailto:robatgumt...@gmail.com] Subject: Re: Restrict access to Manager from local ip address (Tomcat 6.0/Windows) I had based my changes to the conf files based on these articles: http://www.unidata.ucar.edu/Projects/THREDDS/tech/reference/TomcatSecurity.html http

Re: Restrict access to Manager from local ip address (Tomcat 6.0/Windows)

2010-03-12 Thread Rob G
Well I had looked at http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring Manager Application Access. And it has the docbase attribute too... All too common, unfortunately.  Use the real Tomcat doc first, then Google.

RE: Restrict access to Manager from local ip address (Tomcat 6.0/Windows)

2010-03-12 Thread Caldarale, Charles R
From: Rob G [mailto:robatgumt...@gmail.com] Subject: Re: Restrict access to Manager from local ip address (Tomcat 6.0/Windows) Well I had looked at http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring Manager Application Access. And it has the docbase attribute too