部署到weblogic后,无法获取上传文件名
程序员文章站
2022-07-15 08:54:17
...
在tomcat可以正常上传,但是部署到weblogic后,无法获取上传文件名 导致上传失败
1、首先检查jar包冲突问题,确保<wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>配置开启为true。
2、tomcat和weblogic在实现request.getRealPath 或 getContextUrl等时返回值是不一样,看是不是这方面问题
1、首先检查jar包冲突问题,确保<wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>配置开启为true。
2、tomcat和weblogic在实现request.getRealPath 或 getContextUrl等时返回值是不一样,看是不是这方面问题