java - BasicTomcat authentication failed -


today set windows vm , tomcat server on windows azure. want authentificate on tomcat. open adress http://127.0.0.1:8080/ , internet explorer ask me authentification.

in tomcat-user.xml file following user configured:

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

but cant authentificate me credentials. authentification dialog appears again.

can me problem? have done somenthing wrong?

i had restart server after changing .xml files, because tomcat reads files @ launch, not @ runtime.


Comments

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -