Coldfusion 10 404 Error Fix | |||
We recently upgraded one of our production servers to CF10. However when we finished the upgrade we started to encounter 404 errors when trying to access files which we knew existed and that had worked fine with CF9. SolutionAfter checking all the windows folder security permissions and running the wsconfig tool we were still no closer to finding a solution.Then we found Steven Neilands article on stack overflow, which mentions a missing jakarta mapping. Sure enough once we created the missing mapping everything started to work. To create the mapping:
On our machine the instance id was "1" and so the mapping looked like this "C:\ColdFusion10\config\wsconfig\1". Thanks to Steven Neiland for the information. | |||
Comments | |||
|