可以试试看这个是否初步满足你要求:
String base = System.getProperty("user.dir");
System.out.println(base); ------其他解决方案-------------------- XXXX.class.getClassLoader().getResource("").getPath();(XXX你的一个java类)这样可以得到。 ------其他解决方案-------------------- 不是jsp的话,就是servlet吧?(不知道如果是第三种是什么)
1. mark the context as crossContext=true in META-INF/context.xml
2. use getServletContext().getContext("/otherApp") to get an instance to the other app's SetvletContext