由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - JBoss - old problem, but big problem
相关主题
OpenShift怎么上数据库?How do I declare a transaction among 2 spring service calls
倒霉的Openshift重启后出现Exception你们的应用是如何存储数据库密码的 (转载)
Which WS stack should I use with JBoss AS ?问个Spring Framework的数据库设置的问题
求OpenShift上Spring-quickstart的mysql配置方法多线程真头疼,但也挺有趣
请高手指教:Tomcat JNDI problem我也来问问题了
Servlet里面怎样简单设置数据库路径Spring例子求解释
Struts基本思路请教请问高手:thrift 要通过什么连database 比如 mysql ?
关于 connectionPool 和 dataSource 的问题Spring的新手问题
相关话题的讨论汇总
话题: jboss话题: problem话题: server话题: select话题: old
进入Java版参与讨论
1 (共1页)
r**o
发帖数: 481
1
It's just slow as hack. returning response after 30 seconds. Besides
shutting down the server, is there any better way we can monitor what's
going on?
It's just happens in production. The testing server and development server
are all fine.
g*****g
发帖数: 34805
2
Check memory, CPU usage, DB connection pool and find out bottleneck
first, it's probably not related to Jboss itself.

【在 r**o 的大作中提到】
: It's just slow as hack. returning response after 30 seconds. Besides
: shutting down the server, is there any better way we can monitor what's
: going on?
: It's just happens in production. The testing server and development server
: are all fine.

r**o
发帖数: 481
3
ehhh, found the reason. In the Datasource config reconnection setting, we
use
"SELECT 1", which should be "SELECT 1 from DUAL". but isn't it odd? All the
samples we found online is " select 1"

【在 g*****g 的大作中提到】
: Check memory, CPU usage, DB connection pool and find out bottleneck
: first, it's probably not related to Jboss itself.

1 (共1页)
进入Java版参与讨论
相关主题
Spring的新手问题请高手指教:Tomcat JNDI problem
Java's top gunsServlet里面怎样简单设置数据库路径
Any free LDAP server?Struts基本思路请教
j2ee启动时, 启动了tomcat吗?关于 connectionPool 和 dataSource 的问题
OpenShift怎么上数据库?How do I declare a transaction among 2 spring service calls
倒霉的Openshift重启后出现Exception你们的应用是如何存储数据库密码的 (转载)
Which WS stack should I use with JBoss AS ?问个Spring Framework的数据库设置的问题
求OpenShift上Spring-quickstart的mysql配置方法多线程真头疼,但也挺有趣
相关话题的讨论汇总
话题: jboss话题: problem话题: server话题: select话题: old