获取JBOSS
中以下代码的例外情况,但它在Tomcat
File path = new File(MyServlet.class.getProtectionDomain().getCodeSource().getLocation().toURI());
例外:
exception: java.lang.IllegalArgumentException: URI scheme is not "file"
JBOSS
中有哪些内容可以让我超越异常但在Tomcat
中正常工作,以及获取MyServlet
类