Fixing Permissions
Tomcat runs as a user called "entermedia" on Linux. You will want to have the hot folders permissions owned by the user "entermedia" in the "entermedia" group. Then set the sticky bit so any new files also have the parent folder permissions.
cd /home/entermedia/categories
chown -R entermedia:entermedia .
chmod g+w -R .
chmod -R u+s,g+s .
find . -type d -exec chmod 775 {} \;
find . -type f -exec chmod 664 {} \;
Make sure FTP users are in the "entermedia" group.
EM 8 Knowledge base
Welcome to the EnterMedia 8 Knowledge Base! Here you will find information about working with and developing on the EnterMedia 8 platform.
General Information
- EnterMedia 8.10R1 Release Notes
- EnterMedia 8.9R1 Release Notes
- EnterMedia 8.8.2 Release Notes
- EnterMedia 8.7 Release Notes
- EnterMedia 8.6 Release Notes
- EnterMedia 8.5.2 Release Notes
Setup
- CentOS Installer
- VirtualBox Evaluation Setup
- Defining Roles
- Users And Groups
- Application Libraries
- Hot Folders
- Managing Metadata - Categories
- Managing Metadata - Fields
- Managing Metadata - Views & Asset Types
- Managing Metadata - Data Views
- Watermarking
- User Importing
- Creating Cascading Lists
- GIT Hot Folders
- Setup OE Mounts
- Authentication Options
- ImageMagick
- Site Root
- SMTP Email Setup
Administration
- Upgrading to the Latest Release
- Exporting and Importing Applications
- Multi-File Upload
- Fix Permissions
- Asset Permissions
- Developer - Events API
- Developer - Remote Debug
- Developer - Memory Usage
- Creating and Linking Modules
- Setup - Tomcat Settings