7 Replies Latest reply on Jul 27, 2012 2:13 AM by jfclere

    migration tomcat 6 to jboss 5

    bika.chainsingh

      hello

       

       

      I make a appliction in tomcat 6 but i want to deploy it in jboss AS 5.

      I copy appilcation folder from webapps and paste in deploy folder.

       

      but when i start jboss , browser gives blank page

       

      please help to solve this problem

       

       

      thanks

       

      chain singh

        • 1. Re: migration tomcat 6 to jboss 5
          jfclere

          check the server.log and are you really sure you put it in the right deploy directory?

          server/default/deploy then you need to start -c default.

          • 2. Re: migration tomcat 6 to jboss 5
            bika.chainsingh

            thank you sir for reply

             

            yes sir i put directory in server/default/deploy.

             

            when i start joss using netbean 7.1.1 it deploy without error . but when i access through browser it gives blank page

             

             

            please help me sir

             

            chain singh

             

            • 3. Re: migration tomcat 6 to jboss 5
              jfclere

              do you have something in server.log?

              use curl -v http://your_server:8080/ what do you get?

              • 4. Re: migration tomcat 6 to jboss 5
                bika.chainsingh

                2012-07-26 18:08:33,328 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) Periodic recovery - first pass <Thu, 26 Jul 2012 18:08:33>

                2012-07-26 18:08:33,359 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) StatusModule: first pass

                2012-07-26 18:08:33,390 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] (Thread-12) [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_3] - TORecoveryModule - first pass

                2012-07-26 18:08:33,828 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] (Thread-12) [com.arjuna.ats.internal.jta.recovery.info.firstpass] Local XARecoveryModule - first pass

                2012-07-26 18:08:43,859 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) Periodic recovery - second pass <Thu, 26 Jul 2012 18:08:43>

                2012-07-26 18:08:43,859 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] (Thread-12) AtomicActionRecoveryModule: Second pass

                2012-07-26 18:08:43,859 DEBUG [com.arjuna.ats.txoj.logging.txojLoggerI18N] (Thread-12) [com.arjuna.ats.internal.txoj.recovery.TORecoveryModule_6] - TORecoveryModule - second pass

                2012-07-26 18:08:43,937 DEBUG [com.arjuna.ats.jta.logging.loggerI18N] (Thread-12) [com.arjuna.ats.internal.jta.recovery.info.secondpass] Local XARecoveryModule - second pass

                 

                server.log gives thiswher

                • 5. Re: migration tomcat 6 to jboss 5
                  bika.chainsingh

                  Please give me all detail which you want ,

                  my problem is not solved yet.

                   

                  Please help me

                  • 6. Re: migration tomcat 6 to jboss 5
                    bika.chainsingh

                    I copy whole folder from jboss eap ALL server to jboss as DEFAULT server

                    my context is localhost:8080/Beams3/.

                    my index.jsp is in MVC folder.

                     

                    jboss-web.xml have /Beams3 as

                    web.xml have  /MVC/index.jsp

                    • 7. Re: migration tomcat 6 to jboss 5
                      jfclere

                      And what is the problem? still a blank page?