2015-06-19 325 views
0

今天,我在Windows Azure上設置了Windows VM和Tomcat服務器。 現在我想認證我的雄貓。我打開地址http://127.0.0.1:8080/和Internet Explorer請求我的身份驗證。BasicTomcat身份驗證失敗

在tomcat-user.xml文件是以下用戶配置:

<role rolename="manager-gui"/> 
<user username="tomcat" password="s3cret" roles="manager-gui"/> 

,但我不能authentificate我這個憑證。驗證對話框再次出現。

你能幫我解決這個問題嗎?我做錯了嗎?

+1

您是否在更改tomcat-user.xml後重新啓動了tomcat –

+0

此問題應該移至http://serverfault.com – Daniel

回答

0

我必須在更改.xml文件後重新啓動服務器,因爲Tomcat在啓動時讀取文件,而不是在運行時讀取文件。