2 Replies Latest reply on Apr 10, 2018 2:33 AM by prasannajb

    Migrate from Jboss EAP 6.4 to WildFly

    prasannajb

      I need to migrate my application from Jboss EAP 6.4 to WildFly. I am new to Jboss and not a developer. My application is currently deployed on Jboss 6.4 and it's working fine.

      Can you please provide me with details on to how to migrate to WildFly server.

      1. Wich WildFly version should I use ?
      2. Are there any development work to migrate ?
      3. How to change configurations (like standalone.xml) ?

      Any hint or help to do this migration is appreciated. If you need any further information I can provide any details.

        • 1. Re: Migrate from Jboss EAP 6.4 to WildFly
          claudio4j

          > Wich WildFly version should I use ?

           

          I recommend to use the latest version 12, contains the latest fixes.

           

          > Are there any development work to migrate ?

           

          Generally yes, it is expected to be minor work, but as I do not know you application, it is difficult to say what should be done.

           

          > How to change configurations (like standalone.xml) ?

           

          I recommend to do a diff between them and migrate the differences. There should be some deprecated attributes or configurations, but each error should be resolved on demand. Post the errors here.

          1 of 1 people found this helpful
          • 2. Re: Migrate from Jboss EAP 6.4 to WildFly
            prasannajb

            Thank you very much Claudio Miranda to help me on this topic, Your help is very useful and saves my day. I can give you may application details after discussing with my developers. For the configuration changes, I will try as you mentioned and I will post here If I have any errors.