https://issues.apache.org/bugzilla/show_bug.cgi?id=51147
Bug #: 51147
Summary: Deploy from Manager fail in 403
Product: Tomcat 6
Version: 6.0.30
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Manager application
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
I've seen in documentation that I should not use new roles for the deploy
feature in the HTML Manager (cf.
http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html#Manager_Application).
So I'm using the old manager role, but I'm getting a 403 error when I deploy an
application.
The upload and undeploy features work well.
Here is my tomcat-users.xml file :
<tomcat-users>
<role rolename="manager"/>
<user username="tomcat" password="tomcat" roles="manager"/>
</tomcat-users>
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]