3 Replies Latest reply on Nov 13, 2002 6:48 AM by juha

    Porting an app from WebLogic 6.1

    paddymac

      I want to port a fully functional app from WebLogic 6.1 to JBoss.

      Unbeleivably the forum search returns no rows when doing a search on WebLogic!

      I'm completely new to JBoss but have spent a few years using WebLogic.

      Can someone give me a kick start.

      TIA

        • 1. Re: Porting an app from WebLogic 6.1

          forum search is broken

          as for porting, if you've stayed within the J2EE spec it should not be very difficult. For config that goes outside the spec, you need to add jboss.xml deployment descriptors which are the JBoss specific parts. The DTD is under the docs/dtd dir, you should check it out to find the parts that match your weblogic config requirements.

          • 2. Re: Porting an app from WebLogic 6.1
            paddymac

            Hmmm

            I notice that WebSphere 5 has a new facility to take a WebLogic ear and convert everything necessary to run it straight away on WebSphere 5.

            Sounds like JBoss could do with something similar.

            • 3. Re: Porting an app from WebLogic 6.1

              there is one but I haven't used it so don't know how it works