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
{{ message }}
This repository has been archived by the owner on Jul 24, 2018. It is now read-only.
When using tomcat_user and tomcat_group on tomcat::instance, the owner of $CATALINA_BASE/conf/context.xml is being set to tomcat instead of tomcat_user:
-rw------- 1 tomcat tomcat 253 Aug 10 13:18 context.xml
Shouldn't the owner of this be tomcat_user (like server.xml and tomcat-users.xml)?
The text was updated successfully, but these errors were encountered:
When using
tomcat_user
andtomcat_group
ontomcat::instance
, the owner of $CATALINA_BASE/conf/context.xml is being set totomcat
instead oftomcat_user
:-rw------- 1 tomcat tomcat 253 Aug 10 13:18 context.xml
Shouldn't the owner of this be
tomcat_user
(like server.xml and tomcat-users.xml)?The text was updated successfully, but these errors were encountered: