How to make working tomcat 10.x with CF 2023
We are trying to run our application using tomcat 10 . However, we are getting some issue because of JAVA EE to jakarta migration.
Currently we are using :
Java: 17
Tomcat : 10
CF : 2023
Server : Windows 2019
JAVA EE to jakarta migration: We have tried with one third party migration tool (jakartaee-migration-1.0.8) to migrate the war file.
Result: Deployment issue was fixed(Context [/cfusion] startup failed due to previous errors) after the migration. However,not getting the new issue as admin page is not working.
Issue Details : http://localhost:8080/cfusion/CFIDE/adminnotinstalled.cfm?script=CF_ROOT/bin/cfpm.bat&module=administrator (HTTP ERROR 500)
javax/servlet/jsp/JspContext The specific sequence of files included or processed is: C:\CHAYAN\Local Setup\Apache\Tomcat-VSSInternal\webapps\cfusion\CFIDE\adminnotinstalled.cfm''
Could anyone please help/guide me to resolve this issue?
