If you are testing your application using the ip address instead of the domain name. You may notice the sesssions are not saving . This is due to the setDomainCookies is set to true within your application.cfm or cfc file. Change this to false and your session cookies will now save .. once the domain [...]
If you get the following error message repeatedly when a ColdFusion page connects to a database, deselect the Maintain Connections option for the data source: [Macromedia][Oracle JDBC Driver]Connection reset by peer: socket write error If you do not want to deselect the Maintain Connections option for performance reasons, you can lower the Timeout setting for [...]
C:\ColdFusion8\verity directory.Once there double click the verity-install.bat file CF7 C:\JRun4\verity\verity-install.bat to uninstall verity\verity-uninstall.bat reference http://orangepips.instantspot.com/blog/Verity
Add the needed fonts via the control panel . click on the fonts icon and proceed to file and install new font. After you install the new font you must then restart the coldfusion application
The Null Pointer error is due to an issue with ColdFusion8 and MySQL. The fix for this is to uncheck ‘Maintain connections across client requests’ in the Advanced settings fir the ColdFusion DSN. .