If /opt/rh/jws5/root/usr/bin/tomcat-digest is called as a non-root user for the JWS RPM, it fails since there was not proper permissions to use /etc/opt/rh/scls/jws5/tomcat/tomcat.conf and CATALINA_HOME is empty as a result to break the classpath:
/opt/rh/jws5/root/usr/bin/tomcat-digest -a md5 example
Error: Could not find or load main class org.apache.catalina.startup.Tool
Do we have it documented anywhere that this should be called as root? That's not required for the RHEL Tomcat package. So should that be documented or can we improve this to not require root?