Posted on 2009-11-18 12:40
landor 阅读(2349)
评论(0) 编辑 收藏 所属分类:
weblogic
修改weblogic10 出现如下错误
<Schema validation errors while parsing
D:\bea10\user_projects\domains\test_domain\config\config.xml - Expected
elements 'listen-port-enabled......
查看schema文件,修改为如下方式
<server>
<name>AdminServer</name>
<use81-style-execute-queues>true</use81-style-execute-queues>
<listen-port>7011</listen-port>
<listen-address></listen-address>
</server>
测试通过!希望出现同样问题的朋友能得到帮助