[JBoss-user] [Installation, Configuration & Deployment] - JBOSS SERVER IS GETTING SHUT DOWN

2006-02-06 Thread jboss05
Hi All, We've a JBoss server running and everything works fine. But sometimes, the JBoss server gets shutdown abruptly with no exception or error message in the server.log and also i don't see any crash file or any other trace to my knowledge. We are using JBoss 4.0.1sp1 with Java 1.5 on Mac

[JBoss-user] [Beginners Corner] - Re: Need help with JBoss connection pooling and performance!

2005-12-27 Thread jboss05
Thanks genman. We found the issue. The fetch size was not the same in the legacy and JBoss version of the code. It was 20 in our legacy server and is default value 10 in the JBoss version. After changing this, we saw a significant change in performance. But there is still a 40-50ms difference b

[JBoss-user] [Beginners Corner] - How to set the DB fetch size at Connection level in JBoss?

2005-12-26 Thread jboss05
Hi all, We are using JBoss connection pooling in our application for the Oracle DB. Could someone please let me know how to set the fetch size at connection level in JBoss? For example, in the JDBC applications, we can set the Oracle Row Prefetch size at the DriverManager.getConnection method

[JBoss-user] [Beginners Corner] - Re: Need help with JBoss connection pooling and performance!

2005-12-20 Thread jboss05
Could someone please respond to me? Thanks for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913717#3913717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913717 --

[JBoss-user] [Beginners Corner] - Need help with JBoss connection pooling and performance!

2005-12-20 Thread jboss05
Hi All, We currently have a legacy application server which does not do any connection pooling. We've recently ported this application to JBoss. When we ran the performance tests against both these servers, we found that our JBoss version of the server is taking more time compared to the legacy

[JBoss-user] [Beginners Corner] - Re: Yet another Class Loader problem - Please Help

2005-09-08 Thread jboss05
But i don't have TOMCAT_HOME as i'm using the the tomcat shipped within jboss container? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3893657#3893657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3893657 ---

[JBoss-user] [Beginners Corner] - Re: Yet another Class Loader problem - Please Help

2005-09-07 Thread jboss05
Thanks for your response Rajasekhar. I assume you that you are saying $JBOSS_HOME/server/default/lib. If i put commons-digerter.jar here and also package it with my application, when i hot deploy my sar, i get the following exception. The first time i start JBoss server, my SAR gets deployed

[JBoss-user] [Beginners Corner] - Yet another Class Loader problem - Please Help

2005-09-06 Thread jboss05
Hi All, For the first time, i wrote the MBean service. I'm using Commons Digester and run into class loader problem. My problem disappears if i remove $JBOSS_HOME/server/default/deploy/jbossweb-tomcat50.sar/commons-diggest.jar. But as soon as i remove, the tomcat throws the following exception.