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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -