访问web.xml中的外部jar xml资源(无弹簧)

时间:2014-07-09 09:01:53

标签: java eclipse web jar web.xml

有没有办法从web.xml访问驻留在jar中的xml资源?

    <init-param>
      <param-name>configFile</param-name>
      <param-value>config.xml</param-value>
    </init-param>

如果config.xml在外部jar中,我该如何访问它? (我不使用春天)

0 个答案:

没有答案