- 博客(6)
- 收藏
- 关注
原创 Solaris常用的几个命令
ps查看进程,常用的用法有ps -ef | grep xxxx 查看含xxxx字符串的进程 (如果xxxx是命令中的一段,而这个命令很长,xxxx位于最后面,这个程序就找不到了,看下面的ucb ps)例子:zhanju:/home/zhanju $ps -ef | grep was oracle 18112 1 0 Sep 23 ? 0:00 ora_s000_was
2004-10-29 09:35:00 1000
原创 Log4j优化
有多少人用Log4j的时候会在每一个Debug/Info之前加一个判断?可能很多人都说了,这有什么关系,我在运行的时候是把Log Level设置成Error的。那么请看下面这个代码:String result;.........logger.debug(”result is” + result );再看看这个代码:String result;.........if(logger.isDebugEn
2004-10-28 14:17:00 889
原创 J2EE Application/WAR Application找不到log4j.properties
简单来说,是你的classloader 有问题。资源文件没有在classpath中。一个简单的解决方法就是在AppServer启动参数中加上 -Dlog4j.configuration=file:/path/to/log4j.properties如果你不想加这个参数,在websphere中,把log4j.properties放到AppServer的工作目录(Working Directory)中应
2004-10-28 13:52:00 1209
原创 LOG4J 的初始化
Log4j 是使用的最广泛的logging框架之一。我碰到的最多人问的问题就是:为什么用了Log4j之后,我的程序占用那么多的CPU?是不是Log4j的设计有问题啊?这里我把Log4j常见的一些问题列出来,供大家参考:Log4j告诉我说没有正确初始化,怎么办?现象:运行程序时出现log4j: No appenders could be found for category (some.catego
2004-10-28 13:39:00 1948 1
转载 Stateful UI Transactions
Background:Atomicity is one of the mandatory requirements of transactional applications. It is about executing all or nothing, hence most of the times application defines transaction boundaries like,t
2004-10-28 13:07:00 687
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人