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我這個憑證。驗證對話框再次出現。
你能幫我解決這個問題嗎?我做錯了嗎?
您是否在更改tomcat-user.xml後重新啓動了tomcat –
此問題應該移至http://serverfault.com – Daniel