Jump to content

Tomcat installation and permissions


This topic is 4455 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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/

Link to comment
Share on other sites

This topic is 4455 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.