LoginSignup
2
2

More than 5 years have passed since last update.

tomcatのManagerGUIを利用するための設定

Last updated at Posted at 2014-03-22
--- tomcat-users.xml.back   2014-03-23 01:08:04.000000000 +0900
+++ tomcat-users.xml    2014-03-23 01:09:27.000000000 +0900
@@ -33,4 +33,6 @@
   <user username="both" password="tomcat" roles="tomcat,role1"/>
   <user username="role1" password="tomcat" roles="role1"/>
 -->
+  <role rolename="manager-gui"/>
+  <user username="< username >" password="< password >" roles="manager-gui"/>
 </tomcat-users>
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2