在action里得到tomcat路径

1. 得到tomcat安装路径 适合上传路径

      String    paths=ServletActionContext.getServletContext().getRealPath("/");
2.得到tomcat的访问路径

    String path = request.getContextPath();
        String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";

本文出自 “java爱好者” 博客,转载请与作者联系!

你可能感兴趣的:(tomcat,职场,休闲)