Tomcat - Enable remote access to manager page
In Tomcat 9, the manager is only allowed to access from local machine.
Below is mentioned at Tomcat 9 Manager page
(Tomcat 9)/webapps/manager/META-INF/context.xml
Below is mentioned at Tomcat 9 Manager page
By default the Manager is only accessible from a browser running on the same machine as Tomcat. If you wish to modify this restriction, you'll need to edit the Manager's context.xml file.To enable remote access, you need to replace the original setting
to
(Tomcat 9)/webapps/manager/META-INF/context.xml
Comments
Post a Comment