WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WebSphere Liberty 17.0.0.4

    Posted 01/18/18 01:49 PM

    What does it mean by 'zero migration' to WebSphere Liberty 17.0.0.4?



  • 2.  RE: WebSphere Liberty 17.0.0.4

    Posted 01/19/18 06:47 AM

    Hi, here some information regarding "zero migration".

    By default if you move to a new application server version you have to update your application as the new version has new standard defaults such as newer JSP or JSF level. With Liberty this is different.

    In Liberty you define the version of the standard via feature definition within the server.xml.

    If you then update to a new Liberty version and do not adjust your configuration, your Liberty server will stick with the older standard, so that you do not have to update your application.

    So you only have to update your application if you need additional application logic or want to migrate to a newer Java standard.

    There is a virtual Liberty PoT which explains the concepts of Liberty. This vPoT also includes a Q&A session and hands-on labs for several topics including configuration and migration.

    So if you are interested in, register for the session on Wednesday, January 24th, 2018 under the link:

    Liberty vPoT 17.0.0.4



  • 3.  RE: WebSphere Liberty 17.0.0.4

    Posted 01/19/18 06:52 AM



    In Reply to Venkat Ch:

    What does it mean by 'zero migration' to WebSphere Liberty 17.0.0.4?

    Zero migration is the ability to use existing, unmodified user files, both configuration and applications, with an updated version of the product runtime files, with no unwanted or unexpected change in behavior

    Cheers

    Jose