I'm trying to log into the tomcat manager GUI, but when I enter my credentials the page just refreshes. This is the relevant piece of my tomcat-users.xml file:
<role rolename="manager-gui"/>
<role rolename="manager-script"/>
<user username="admin" password="password" roles="manager-gui,manager-script" />
What does the page refreshing when I enter credentials mean?