String base_Url = request.getSession().getServletContext().getRealPath("/"); String windows_path = "js\\weixin\\wxMenuTemplate.json"; String linux_path = "js/weixin/wxMenuTemplate.json"; String osName = System.getProperties().getProperty("os.name"); String url = base_Url + (osName.equals("Window") ? windows_path : linux_path); log.info("=============generateMenu=====wxMenuTemplate.json url=================: "+url); //String tempUrl = "/home/application/tomcat11002-website/webapps/ROOT/js/weixin/wxMenuTemplate.json"; String jsonStr=FileUtil.read(url,"UTF-8");