2 Replies Latest reply on Sep 13, 2007 6:25 PM by nagasheshu

    Weblogic to JBoss Migration

    jbosexplorer

      Hi There,
      Anybody has migrated J2EE application from Weblogic to JBoss? We are analysing the possibilities of migrating our appln from Weblogic 8.1 to JBoss. any suggestions or advice?
      Thanks.

        • 1. Re: Weblogic to JBoss Migration
          unibrew
          • 2. Re: Weblogic to JBoss Migration
            nagasheshu

             

            "jbosexplorer" wrote:
            Hi There,
            Anybody has migrated J2EE application from Weblogic to JBoss? We are analysing the possibilities of migrating our appln from Weblogic 8.1 to JBoss. any suggestions or advice?
            Thanks.


            -- Tips:
            1. If it is J2ee application ejb's etc., probably you have to change your ejb-jar.xml, migrate weblogic-ejb-jar.xml to jboss.xml, usage env:/comp, best practices etc.,

            2. Naming convention for datasource, etc., with java:/ or otherwise you need to adjust your ejb-jar.xml(env:/comp).

            2. If you want a similar domains like weblogic ... you can do that by copying the all folder in the same directory and rename it to the what ever domain name you want.

            3. It is really easy to port, try for smaller application and then port bigger applications.

            bye
            Naga