Can I use Tomcat server on IBM Bluemix?

Asked 2 years ago, Updated 2 years ago, 104 views

There's a simple app that runs on Tomcat7. I'm going to try a bluemix. I would appreciate it if you could let me know the guide or reference materials on how to use Tomcat in Bluemix.

bluemix tomcat

2022-09-22 16:10

1 Answers

There is no problem using Tomcat, but some settings are required.

You can make the app return to WebSphere Application Server V8.5.5 Liberty Profile and then move it to Bluemix.

(1) Move the Tomcat server application and settings to Liberty profile. Use the WebSphere Application Server Migration Toolkit - Competitive Migration. See this link for more information.

(2) Test the app to see if it works well in your Liberty profile.

(3) Push the Liberty server package with a blue mix. Please refer to this document.


2022-09-22 16:10

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.