May 24 2006

CFMX7 and user permissions

Posted by john at 1:03 PM
0 comments
- Categories: Coldfusion

on a linux install, make sure that the user you assigned in the installation of the cfmx has permissions to the folder you installed too. by default when you install using the bin script as root the installation directory is owned by root $cd /opt/
$chown -Rf cfmxuser:cfmxuser cfmx/

make sure the user is correctly set in the startup script
$nano cfmx/bin/coldfusion

an extra step insure compliance
$touch /opt/cfmx/runtime/lib/license.properties
$chown -Rf cfmxuser:cfmxuser opt/cfmx/runtime/lib/license.properties

Comments

Write your comment



(it will not be displayed)