March 8, 201213 yr I'm using Tomcat to deply SC on a Winserver2K8 machine and believe I'm having permissions problems as I can't delete the SC files with SCDelete (error 500). In the following from the SC documentation can anyone interpret and expand on "If using Tomcat deployment, set read write for the user used to run tomcat."? Error 500 in browser Incorrect permissions is the likeliest cause of this error. If using FMS deployment set the permissions to owner: fmserver rw group: fmsadmin rw If using standalone deployment, set read/write permission for the currently logged in user. If using Tomcat deployment, set read write for the user used to run tomcat. Command line example for fixing permissions for FMS deployment: cd /Users/Shared/ chown -R fmserver:fmsadmin SuperContainer/ chmod -R 775 SuperContainer/
Create an account or sign in to comment