2 Replies Latest reply on Aug 14, 2017 5:31 AM by surivishal83

    Jboss Migration from 4.3 to 6.4(stuck for a month)

    surivishal83

      We have an application which is running on Jboss 4.3 . The application is single  with 2 war inside, with both war files sharing the session. To make session sharing we have done the following in jboss 4.3:

       

      Defined below in "context.xml" inside jbossweb.sar along with session sharing manager class defined as below

       

      <Context cookies="true" crossContext="true">

       

      <Manager pathname="" className="XXXXXXXXXXXSessionManager"/>

       

      this class is packaged inside a jar placed inside jbossweb.sar

       

       

      I tried searching a lot but not able to implement the same in jboss 6.4 , or to find a placeholder where i can define above configuration.

       

      The ear is getting deployed in jboss 6.4 , but only 1 war file is accessible.

       

      Looking for desperate help.