Total Pageviews

Tuesday, September 17, 2019

Tomcat Manager App error HTTP Status 404 – Not Found /manager/html




HTTP Status 404 – Not Found


Type Status Report
Message /manager/html
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.



add the following under

cd ../../conf/Catalina/localhost

vi manager.xml

and add the below lines


<Context privileged="true" antiResourceLocking="false"
         docBase="${catalina.home}/webapps/manager">
    <Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="^.*$" />
</Context>
 

No comments:

Post a Comment