|
DevNexus 2010 Trip Report
1 day ago
by arungupta
As mentioned earlier, I presented on Java E 6 & GlassFish v3 at DevNexus earlier this week. This is an annual conference by Atlanta Java Users Group and had three parallel tracks. The conference was a sold out and the attendees packed Cobb Galleria conference rooms on both the days. Anyway, the slid ...
Arun Gupta, Miles to go ... - blogs.sun.com/arungupta · Rank: 143,294 · 26 references
|
|
Jersey 1.1.5.1 is released
2 days ago
by sandoz
We have just released version 1.1.5.1 of Jersey, the open source, production quality, reference implementation of JAX-RS. The JAX-RS 1.1 specification is available at the JCP web site and also available in non-normative HTML here. For an overview of JAX-RS features read the Jersey user guide. To get ...
Earthly Powers - blogs.sun.com/sandoz · Rank: 39,067 · 33 references
|
|
Linux下OpenMQ集群的启动异常
2 days ago
by H.E.
今天需要部署2台 Sun OpenMQ集群,在过程中遇到一些小问题和大家分享一下。 首先和往常一样先从GlassFishV3目录下Copy MQ出来到另外一台机器上让OpenMQ JSM消息服务独立运行,远程copy完成,然后键入命令 nohup /opt/mq/bin/imqbrokerd -tty -name myBroker -port 6000 -cluster 10.101.101.223:6000,101.101.224:6000 -D"imq.cluster.masterbroker=10.101.101.223:6000" & 现如下错误异常信息: " Invalid brok ...
J... - javabloger.com
|