You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And in trying to, I can't. I get a 403 page with no chance to log in. The username and password are in /var/lib/tomcat8/conf/tomcat-users.xml (symlinked to etc/tomcat8/tomcat-users.xml) but my hacky edits to it or context.xml aren't coming up with any login screen.
The text was updated successfully, but these errors were encountered:
I'm just bringing up a new playbook, so I haven't yet tested this. But my guess is that this is in no way valid anymore. The Syn tomcat Valve will require a JWT. So you could try the Authorization: Bearer islandora and see where that gets you but I'm guessing it still won't work.
^^ Just made a PR that removes the tomcat manager piece from the README. It is locked down due to JWT's, and you'd have to completely disable syn in order to access it.
The documentation on the playbook says:
And in trying to, I can't. I get a 403 page with no chance to log in. The username and password are in
/var/lib/tomcat8/conf/tomcat-users.xml
(symlinked toetc/tomcat8/tomcat-users.xml
) but my hacky edits to it or context.xml aren't coming up with any login screen.The text was updated successfully, but these errors were encountered: