<cfpresentation> error on multiserver coldfusion install
On a clean multiserver install of ColdFusion 8, I was surprised that <cfapplication> was throwing an error.
The error I was getting was:
An error occurred in creating the presentation. java.io.FileNotFoundException: C:\JRun4\servers\SERVER_NAME\cfusion.ear\cfusion.war\WEB-INF\cfusion\lib\preso\viewer.swf
Upon investigating, it seems that the primary JRun server for ColdFusion (usually called "cfusion" had the proper files in the expected places, however each of the additional servers that were created had several directories missing from the last "/lib" folder, including the "preso" folder mentioned above, which caused the issue.
The missing directories were:
- preso
- thirdpartytools
Anyway, copying the "preso" folder from the cfusion server to your manually created server fixed the problem. If you run a clustered server, don't forget to copy to each server in your cluster.

There are no comments for this entry.
[Add Comment]