起動中の Web アプリケーションが配備されている物理パスが知りたい場合は、 javax.servlet.GenericServlet の getServletContext() で ServletContext を取得し、 ServletContext の getRealPath(String) で取得します。
ソース記述例 protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { getServletContext().getRealPath("/"); }
Java プログラムメモ SSL証明書 オンラインショップ レンタルサーバー 書籍紹介 求人情報 検索ディレクトリ