Jboss.xml忽略了context-root

时间:2011-06-14 15:19:36

标签: web-services jboss5.x

我试图在jboss 5.0中为我的webservice设置context-root元素,并且在部署期间忽略它。这是我正在使用的示例xml,我只需要context-root

    <?xml version="1.0" encoding="UTF-8"?>
<jboss version="3.0" 
    xmlns="http://www.jboss.com/xml/ns/javaee"
    xmlns:javaee="http://java.sun.com/xml/ns/javaee" 
    xmlns:xml="http://www.w3.org/XML/1998/namespace"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss_5_0.xsd">
    <webservices>
        <context-root>/MyWebService</context-root>
    </webservices>
</jboss>

1 个答案:

答案 0 :(得分:0)

可能是因为您的代码属性。 尝试不用它。