- Open the the file
neo-security.xml. This is in the lib directory of you ColdFusion MX install, so for WindowsC:\CFusionMX\lib\and on UNIX/opt/coldfusionmx/lib. This also applies for CF7 and CF8 on both windows and linux. The file directory may vary so you will have do do a search for the neo-security.xml file. - Change the admin.security.enabled variable to false.Before:
<var name='admin.security.enabled'> <boolean value='true'/> </var>
After:
<var name='admin.security.enabled'> <boolean value='false'/> </var>
- Restart the ColdFusion process.
- Change the password immediatly otherwise you will leave the administrator unprotected.
|
Leave a Reply
|
Entries (RSS)