前提・実現したいこと
先週、自宅の自分のPCではない端末から、vpsサーバにアクセスしてtomcatの管理画面に入るための設定をして、入れました。
今、自宅の端末からログインしようとしたら、入れなくなっていました。
また管理画面に入れるようになりたいです。
どうか宜しくお願い致します。
発生している問題・エラーメッセージ
http://(IPアドレス):8080
のサイトに行き、右のManager appsのボタンから管理画面にログインしようとしておすと
403 Access Denied
の画面になってしまいます。
試したこと
conf/tomcat-users.xml (一応全文)
<tomcat-users xmlns="http://tomcat.apache.org/xml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd" version="1.0"> <!-- NOTE: By default, no user is included in the "manager-gui" role required to operate the "/manager/html" web application. If you wish to use this app, you must define such a user - the username and password are arbitrary. It is strongly recommended that you do NOT use one of the users in the commented out section below since they are intended for use with the examples web application. --> <!-- NOTE: The sample user and role entries below are intended for use with the examples web application. They are wrapped in a comment and thus are ignored when reading this file. If you wish to configure these users for use with the examples web application, do not forget to remove the <!.. ..> that surrounds them. You will also need to set the passwords to something appropriate. --> <!-- <role rolename="tomcat"/> <role rolename="role1"/> <user username="tomcat" password="<must-be-changed>" roles="tomcat"/> <user username="both" password="<must-be-changed>" roles="tomcat,role1"/> <user username="role1" password="<must-be-changed>" roles="role1"/> --> <role rolename="admin-gui"/> <role rolename="manager-gui"/> <user username="ユーザー名" password="パスワード" roles="admin-gui,manager-gui"/> </tomcat-users>
manager/META-INF/context.xml 以下をコメントアウトしています
<!--Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.\d+.\d+.\d+|::1|0:0:0:0:0:0:0:1" /-->
host-manager/META-INF/context.xml 以下をコメントアウトしています
<!-- Valve className="org.apache.catalina.valves.RemoteAddrValve" allow="127.\d+.\d+.\d+|::1|0:0:0:0:0:0:0:1" / -->
補足情報(FW/ツールのバージョンなど)
さくらのvps
CentOS7
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。