2 Replies Latest reply on Apr 12, 2018 3:08 PM by sgilda

    Migrating Struts based java application from JBOSS 5.x to JBOSS 7.x

    priyabaskar2004

      Hi,

         

            The following were the steps followed when we tried migrating from JBOSS 5.x to JBOSS 7.0.4

       

      1. Changed from JDK1.6 to JDK1.8

      2. changed datasources

      3.  Tried deployig in tomcat 7.x

      4.  Deployed in JBOSS 7.0.4

      5.  Server starts without any issues

       

       

      But when we start application after the login page which is the welcome page i am getting the error saying "Response already committed"

       

      I am using ant build and packaging the 3rd party jars in WEB-INF/lib folder. PFB the screenshot of all the packaged jars

       

      Close