see below
Patrick Gelin wrote:
[...]here is the default content for my server:
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<role rolename="manager"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="Jahia" password="QtcVEiVYUI" roles="manager"/>
</tomcat-users>
1. There is no admin user...
2. manager is defined without any password, but it doesn't work...
3. jahia password is coded, I don know what to choose...
as for other passwords in the file, the Jahia password is NOT coded,
just a litle more complicated
4. I'm looking for a user with admin or manager roles only, what to do with
others?