如果是在纯java类中
String dirpath = SystemgetProperty("userdir"); String xmlFile = dirpath + "/WebRoot/WEB-INF/serverxml"; String fileName = dirPath + "/serverxml";
在servlet中
String dirPath = getServletContext()getRealPath( "/WEB-INF"); String xmlFile = dirPath + "/serverxml";
在jsp中
String dirPath= requestgetServletContext()getRealPath("/WEB-INF"); String xmlFile = dirPath+"serverxml";
我自己的xml文件是放在WebRoot/WEB_INF下
参考:
>
以上就是关于web项目的WebRoot/user/user.xml这个路径,在java里中该如何读取这个文件,路径如何写,请高手指点,多谢全部的内容,包括:web项目的WebRoot/user/user.xml这个路径,在java里中该如何读取这个文件,路径如何写,请高手指点,多谢、java web工程普通java类获得当前项目的工程路径读取xml文件,路径会被定位到tomcat安装路路径的bin下面、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)