Coldfusion 2021 and separate java server
Hello all,
We recently upgraded from Coldfusion 9 to 2021. Coldfusion 9 was using jrun as the java server, while 2021 uses Tomcat.
On 9, we had a separate server running some servlets we had written, and works just fine. I can't figure out how to duplicate this feature in 2021.
I created a separate instance, and placed the class files (after recompiling) into the classes directory, but it cannot find them. I get a 404 error, with the message "The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.". I did create a simple .cfm page that works fine, but cannot call the class. Is there a document or something that could point me in the right direction?
In jrun, the main thing I had to do was add to the config was "<attribute name="url">file:<path_to_servlets></attribute>". I don't see an equivalent in tomcat.
Any hints or tips?
