Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to make working tomcat 10.x with CF 2023

Community Beginner ,
Mar 12, 2024 Mar 12, 2024

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=adminis...  (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? 

767
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Mar 12, 2024 Mar 12, 2024

Hi @chayan1313 

 

Tomcat 10 is not a supported Application Server for ColdFusion 2023. You can use Tomcat 9.0.72 and later. Please check the support matrix

https://helpx.adobe.com/pdf/coldfusion2023-suport-matrix.pdf 

Translate
Adobe Employee ,
Mar 12, 2024 Mar 12, 2024

Hi @chayan1313 

 

Tomcat 10 is not a supported Application Server for ColdFusion 2023. You can use Tomcat 9.0.72 and later. Please check the support matrix

https://helpx.adobe.com/pdf/coldfusion2023-suport-matrix.pdf 

Thanks,
Priyank Shrivastava
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 13, 2024 Mar 13, 2024

Thank You @Priyank Shrivastava. 

 

Yes, Currently our application is running well with Tomcat 9.0.84. 

We are planning to use Tomcat 10x in near future.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 13, 2024 Mar 13, 2024

FWIW, I'll note that CF now supports Tomcat 9.0.85 as of a CF update released yesterday.  More at https://community.adobe.com/t5/coldfusion-discussions/now-live-adobe-coldfusion-2023-and-2021-march-...


/Charlie (troubleshooter, carehart. org)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 13, 2024 Mar 13, 2024

Thank You @Charlie Arehart . I will upgrade the new tomcat version 9.0.85 for my project and verify.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Mar 13, 2024 Mar 13, 2024
LATEST

Chayan, just beware in applying that update: there is a breaking change. See that thread or a blog post I did last night:

https://www.carehart.org/blog/2024/3/12/cf_updates_march_2024_possible_breaking_change


/Charlie (troubleshooter, carehart. org)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 13, 2024 Mar 13, 2024

@chayan1313  Thanks, once the underlying Tomcat is upgraded to Tomcat 10, then support for Tomcat 10 as an external Application server will be available. Until then, you can use the latest version of Tomcat 9.0.x to run your Application Server. 

Thanks,
Priyank Shrivastava
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 13, 2024 Mar 13, 2024

Great. 

Thanks @Priyank Shrivastava. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources