I am using several threads within a ColdFusion request to create PDF files. When I run the code on my ColdFusion developers edition environment, it works just fine. However, when I attempt to run it on another environment, I always get the same error:
An error occurred when performing a file operation read on file MYAPPDIRECTORY\WebRoot\WEB-INF\cftags\META-INF\taglib.cftld. The cause of this exception was: java.io.FileNotFoundException: MYAPPDIRECTORY\WebRoot\WEB-INF\cftags\META-INF\taglib.cftld (The system cannot find the path specified).
The issue is of course that ColdFusion is looking in the incorrect directory. I researched the issue and found the mention of a ColdFusion bug, but I am curious if anybody else has run into a similar issue and if they found a workaround/solution.