Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
2.0.3
-
Windows 7
Description
I can login to the admin page with localhost:8080/pluto/portal. I have a test portlet I would like to upload as a war file. When I click on the link it immediately complains that I do not have access. My tomcat-users.xml file is as default - the installation is "vanilla" - no other integration. The error is for both users.
My default file has the entries below
<user name="tomcat" password="tomcat" roles="tomcat,pluto,manager" />
<user name="pluto" password="pluto" roles="pluto,manager" />