- 浏览: 12051 次
最新评论
文章列表
一、Local方式
1、cmd进入dos下,进入到应用程序所在目录,执行语句如下:
java -Dcom.sun.management.jmxremote -jar 程序名.jar
(java -Dcom.sun.management.jmxremote -jar Java2Demo.jar)(测试例子Java2Demo.jar在C:\Program Files\Java\jdk1.6.0_02\demo\jfc\Java2D\)
还 ...
- 2009-05-20 23:10
- 浏览 924
- 评论(0)
爱因斯坦:
We can't solve problems by using the same kind of thinking we used when we created them.
- 2008-09-27 09:55
- 浏览 799
- 评论(0)
BPEL--WebService Based
jPDL-- Java Based
- 2008-08-25 22:26
- 浏览 972
- 评论(0)
J2EE Cluster问题
- 博客分类:
- J2EE
今天遇到一个Cluster问题, 静态类持有静态资源时,在Cluster环境下出现资源不同步的问题:
关于J2EE Cluster 问题:www.theserverside.com/tt/articles/article.tss
当前我的解决方案是取消静态资源的持有,直接从共享资源里读,如数据库.
但这样又会出现一个问题: 反复读取数据库程序员运行效率会降低,
不知道大家有没有什么好的方法?
- 2007-01-06 15:50
- 浏览 1022
- 评论(0)
中文用户手册, 不过感觉没什么作用.
http://dev2dev.bea.com.cn/console-help/doc/zh-cn/com/bea/wlserver/core/index.html
- 2006-11-27 11:29
- 浏览 1185
- 评论(0)
WebLogic类加载, 遇到问题两天了,今天终于解决了,谢谢下面作者.
http://www.dev2dev.co.kr/pub/a/2002/10/musser.jsp
引用:
Making the Most of WebLogic Classloaders
by John Musser
2002/10/29
As a Java developer, have you ever found yourself running into what might be politely called 'issues' related to the CLASSPATH and class loa ...
- 2006-11-27 11:28
- 浏览 5690
- 评论(0)
If you’ve haven’t run into this issue yet, you’ll appreciate this little nugget. I’m not sure if this is a feature or a bug in WebLogic’s deployment infrastructure. I ran into this issue a while back and completely forgot about it, till I ran into it this weekend.
A little background first: Most peo ...
- 2006-11-26 19:23
- 浏览 1449
- 评论(0)