2 Replies Latest reply on Jan 10, 2020 9:02 PM by yuhlaing

    Wildfly and JBOSS on Centos ?

    yuhlaing

      Hello,

      I wanna ask a question with scenario.

      1. My host is CentOS 8

      2.I install Wildfly on that host to deploy an App

      3. I deploy, test and run the app on that host

      4. When I finish testing or updating the app, I want to migrate this app to RedHat base or JBOSS environment.

      Is there can be any dependencie or problem when I migrate this App to that JBOSS EAP environment ?

        • 1. Re: Wildfly and JBOSS on Centos ?
          brian.stansberry

          I wouldn't expect any issue migrating from a CentOS 8 host to a RHEL 8 host.

           

          On the WildFly vs EAP part, if your app runs well on WF 14 it should run fine on EAP 7.2 as well.  If you don't know if it will run fine on WF 14 (i.e. you are running it on a later WF release) whether it will run well on EAP 7.2 depends on whether you are taking advantage of any WF features added after 14.

           

          If it runs on WF 11 / 12 / 13 it will likely run fine on EAP 7.2 as well.

          • 2. Re: Wildfly and JBOSS on Centos ?
            yuhlaing

            Thank Bro