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

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) > > I had based my changes to the conf files based on these articles: > http://www.unidata.ucar.edu/Projects/THREDDS/tech/reference/TomcatSe

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: http://www.unidata.ucar.edu/Projects/THREDDS/tech/reference/TomcatSecu

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

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) > > type="org.apache.catalina.UserDatabase"/> You don't need the above; that's for JNDI-accessed resources, not usage. >   allow="127\.0\.0\.1"/>