centos - Tomcat 8.5.6 is giving "403 Access Denied" Error in cent OS 7 -


i getting problem given $subject when trying access through external browser. have changed context.html in ../manager/meta-info/context.html. content looks follows.

<context antiresourcelocking="false" privileged="true" >   <valve classname="org.apache.catalina.valves.remoteaddrvalve"          allow="^.*s" /> </context> 

in addition, have allowed port 8080 tcp in firewall. possible solution?

thanks in adavance


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -