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
Post a Comment