Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Jack H. / ()
Created: 08/21/2019
Components: Web Container (Tomcat)
Versions: 2018
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: 2018,0,04,314546 / NA
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Linux
Vote Count: 0
We're receiving a TemplateNoteFound error when trying to set Tomcat <Context> in server.xml. It's able to find my folder, but gives me a coldfusion.runtime.TemplateNotFoundException: File not found whenever I try to run a CFM in that location.
We've been using this configuration for years in production (redirecting the docBase, and using a Tomcat mapping) to manage ColdFusion servers in conjunction with Ansible. CF11 and CF2016 work just fine (with small differences to the server.xml file). As we're preparing to upgrade to CF2018, we're running into the problem of the Tomcat server returning this error whenever we try to access a file in this mapped folder.
We can't use a CF mapping because it won't allow us to visit http://server/mapped-folder/file.cfm, so it has to be a Tomcat mapping.
We tried re-enabling the Tomcat directory listing, and it can find the directory just fine. It gives me a list of the files and CFMs in the folder, no problem. If I click on any of the CFMs, I get the error. However, it can read HTML files and other static files without any problems.
Attachments:
Comments: