Chinaunix首页 | 论坛 | 博客
  • 博客访问: 285845
  • 博文数量: 124
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 21
  • 用 户 组: 普通用户
  • 注册时间: 2016-08-20 14:44
文章分类

全部博文(124)

文章存档

2020年(1)

2018年(2)

2016年(2)

2015年(6)

2014年(10)

2013年(23)

2012年(7)

2011年(18)

2010年(15)

2009年(8)

2007年(8)

2006年(23)

2005年(1)

我的朋友

分类:

2011-05-30 22:21:18

1. 在Solaris 10下启动Jboss 5.1.0会报告如下错误:
 ERROR [AbstractKernelController] Error installing to Instantiated: name=AttachmentStore state=Described

这是Jboss在solaris下的一个bug, 修正方法为:
The fix was to add class="java.io.File" to conf/bootstrap/profile.xml:
 name="AttachmentStore" 
    class="org.jboss.system.server.profileservice.repository.AbstractAttachmentStore">
    
	 class="java.io.File">
	     bean="BootstrapProfileFactory" 
	    	    property="attachmentStoreRoot"/>
	
2. 启动jboss时可以添加参数-b去绑定新的监听ip地址! run.sh -b 192.168.2.2 (0.0.0.0绑定所有).
这里的地址然后会显示在
阅读(1300) | 评论(0) | 转发(1) |
0

上一篇:bpel

下一篇:struts 2 入门.

给主人留下些什么吧!~~