JAVA tomcat 發佈設定

CodeCharge Studio 2.x, 3.x, 4.x, 5.x
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

JAVA tomcat 發佈設定

文章 yehlu »

Manager URL
http://localhost:8080/manager/text

需修改 tomcat 之 conf/tomcat-users.xml
加入

代碼: 選擇全部

<tomcat-users>
<role rolename="manager-gui"/>
<role rolename="manager-script"/>
<user username="tomcat" password="s3cret" roles="manager-gui,manager-script"/>
</tomcat-users>
回覆文章

回到「CodeCharge Studio」