Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーを追加すると
[Tomcat インストール]/conf/tomcat-users.xml
以下を追加することにより:
<role rolename="manager-gui"/> <user username="tomcat" password="tomcat" roles="manager-gui"/>
それは十分に機能しますが、サーバーを停止/再起動すると、その小さな編集が完全に消えてしまい、やり直す必要があります。なぜこれが起こるのか知っている人はいますか?
Eclipse が Tomcat の構成を引き継ぐので、Eclipse から編集してみてくださいtomcat-users。Serversパッケージエクスプローラーのフォルダーの下
tomcat-users
Servers