-
1. Re: migration tomcat 6 to jboss 5
jfclere Jun 13, 2012 8:42 AM (in response to bika.chainsingh)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 Jun 13, 2012 8:57 AM (in response to jfclere)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 Jun 14, 2012 2:46 AM (in response to bika.chainsingh)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 Jul 26, 2012 8:46 AM (in response to jfclere)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 Jul 26, 2012 8:47 AM (in response to 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 Jul 26, 2012 8:50 AM (in response to 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 Jul 27, 2012 2:13 AM (in response to bika.chainsingh)And what is the problem? still a blank page?