May
24
2006
CFMX7 and user permissions
Posted by john at 1:03 PM
0 comments - Categories: Coldfusion
$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