How do I move my existing WebSphere application to

2019-01-20 16:40发布

I have an existing WebSphere Application Server v7 application and I would like to run it on the Liberty runtime in Bluemix. Can I simply take the app as-is and try importing it into one of the starter apps I see in Bluemix?

2条回答
老娘就宠你
2楼-- · 2019-01-20 17:13

In addition to Randal's excellent answer on how you can migrate your application to Liberty profile, please see the following documentation link on your options for pushing Liberty applications to Bluemix. You can push the complete Liberty server or just the WAR file, depending on your application needs and used features.

https://www.ng.bluemix.net/docs/#starters/liberty/index.html#optionsforpushinglibertyapplications

查看更多
疯言疯语
3楼-- · 2019-01-20 17:29

The short answer, yes, you can take your existing WebSphere Application Server v7 application, create a Java Cache Web starter application and download the starter code, modify the code with your existing application, bind any appropriate services and push the application to Bluemix. However, there may be Java EE programming model and WebSphere API differences between WebSphere Application Server v7 and the Liberty Runtime on Bluemix that could cause problems for your application.

Because of these potential differences, I recommend that you first get your app working on a standalone Liberty profile, then move it to the Bluemix environment.

There are three migration tools you should be aware of that will assist you in moving your app from a WebSphere Application Server full profile to the Liberty profile:

  • Migration Toolkit: Liberty Tech Preview
  • Migration Toolkit for Application Binaries (Tech Preview)
  • WebSphere Configuration Migration Tool

To download these toolkits, and for more information on how to bring them altogether to accomplish your goals, please see the link below:

https://developer.ibm.com/wasdev/docs/move-applications-liberty-using-migration-toolkit/

查看更多
登录 后发表回答