Am 17.03.2017 um 07:04 schrieb Kerapetse Phorano:
> I have set up an "admin" user with a password. The manager runs properly on > 
> localhost but the error comes if it is accessed from a different PC.
The manager app is deliberately preconfigured to only be available from
localhost. If you open webapps/manager/META-INF/context.xml, you'll find

<Context antiResourceLocking="false" privileged="true" >
  <Valve className="org.apache.catalina.valves.RemoteAddrValve"
         allow="127\.\d+\.\d+\.\d+|::1|0:0:0:0:0:0:0:1" />
</Context>

which effectively denotes localhost in both IPV4 and IPV6 notation as
the only allowed host accessing the application.

Olaf



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to