Java工程中的xml文件中的超链接地址已无效,如何解决?
Java工程中的xml文件中的超链接地址已无效,如何解决?
J2EE工程中部分xml文件如下:
<!-- An embedded servlet engine for serving up the Admin console -->
<jetty xmlns="http://mortbay.com/schemas/jetty/1.0">
<connectors>
<nioConnector port="8161"/>
</connectors>
<handlers>
<webAppContext contextPath="/admin" resourceBase="${activemq.base}/webapps/admin" logUrlOnStart="true"/>
<webAppContext contextPath="/demo" resourceBase="${activemq.base}/webapps/demo" logUrlOnStart="true"/>
<webAppContext contextPath="/fileserver" resourceBase="${activemq.base}/webapps/fileserver" logUrlOnStart="true"/>
</handlers>
</jetty>
该xml文件中http://mortbay.com/schemas/jetty/1.0已无效,请问怎么办啊?怎样找到有效的链接啊?哪位高手指点一下?可追加悬赏!
------解决方案--------------------LZ自言自语啊,
哈哈
------解决方案--------------------呵呵,你自问自答,我还没看明白是肿么了