我需要访问通常在 servlet 中可用的 ServletContext 对象,以便我可以调用如下方法:
String fullPath = getServletContext().getRealPath("images/file.jpg");
我确定有一些内置的东西,我只需要弄清楚它是什么。
我需要访问通常在 servlet 中可用的 ServletContext 对象,以便我可以调用如下方法:
String fullPath = getServletContext().getRealPath("images/file.jpg");
我确定有一些内置的东西,我只需要弄清楚它是什么。