日期:2014-05-18  浏览次数:20743 次

weblogic和tomcat的路径问题
我在tomcat中有个下载的程序,下载到tomcat   服务器的目录下,把程序放到weblogic下就会提示找不到路径了,应该怎样解决

------解决方案--------------------
getResponse().sendRedirect(getRequest().getContextPath()+ "/file/download/ "+filename);
"/file/download/ "是部署工程的一个目录