When starting Clarity app service in Linux from shell / command prompt, it is prompting for password or throwing an error for operation not permitted. The user used for Clarity has full permissions and is different from root user.
How to set up the user correctly in properties to allow for the services to start?
properties.xml file not set up correctly for Line 11 <os user>
Make sure you set up the below properties.xml line correctly, then redeploy and restart the services.
Update the os user, group, rootUser and commandPrefix according to your exact Linux setup:
Additionally, keep in mind that by OS limitation, only root user has access to ports below 1024 in Linux. You may have to deploy app on port 8080 before using a load balancer to offload to 80 or 443.