2 Replies Latest reply on Jun 19, 2013 10:03 AM by nilesh.patidar

    How to Convert Weblogic.xml to JBoss-web.xml  in Weblogic9.1 to JBoss5.2 Migration

    nilesh.patidar

      Hello ,

       

      Kindly help me convert the Weblogic.xml file  to JBoss-web.xml .

       

      Weblogic.xml

       

      <?xml version='1.0' encoding='UTF-8'?>
      <weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <!-- src unix_dev/weblogic.xml -->
      <session-descriptor> 
             <tracking-enabled>true</tracking-enabled>
             <cookies-enabled>true</cookies-enabled>
             <cookie-name>MYAPPSession</cookie-name>
             <cookie-path>/</cookie-path>
             <persistent-store-type>memory</persistent-store-type>

      </session-descriptor>

      <jsp-descriptor>

             <keepgenerated>true</keepgenerated>
             <package-prefix>jsp_servlet</package-prefix>
             <page-check-seconds>10</page-check-seconds>
             <verbose>true</verbose>
             <working-dir>D:/temp</working-dir>

      </jsp-descriptor>

      <container-descriptor>
        <!-- required WL7 to WL9 conversion, dropping out of https mode dke -->
        <redirect-with-absolute-url>false</redirect-with-absolute-url>
      </container-descriptor>

      </weblogic-web-app>

       

      Please  suggest me any tool if  there which can convert Weblogic files  to JBoss files.

      KIndly help me change  this to JBoss-web.xml