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

twig - Using Twigbridge in a Laravel 5.1 Package -

firemonkey - How do I make a beep sound in Android using Delphi and the API? -

jdbc - Not able to establish database connection in eclipse -