Currently I am trying to deploy my coldfusion application from my test server to a production server. The application works fine on the test server, but Coldfusion cannot seem to find my java classes on the production server.
Looking at my coldfusion settings on the test server, I added a java classpath entry so that Coldfusion would (and does) find my java compiled classes used in my judging application:
D:\inetpub\wwwroot\extensionInterviewJudging\javaLib\build
On the production server, this path is set to:
D:\classes
I copy/paste my java compiled classes from the test server to the production server into the above folder and in the same folder structure as in the test server, but my application still isn't finding the java classes.
Are there Coldfusion server settings that I might be forgetting to copy from my test server to production? Why else would java classes be working on a test server but not on a separate installation on a production server?
Thanks in advance for any help!