本地测试没有问题,但是部署上服务器后,出现部分地址能访问,但是某些JSP页面找不着
ERROR ErrorPageFilter:225 - Cannot forward to error page for request [/qrCode/statement] as the response has already been committed. As a result, the response may have the wrong status code. If your application is running on WebSphere Application Server you may be able to resolve this problem by setting com.ibm.ws.webcontainer.invokeFlushAfterService to false
本地测试一点问题没有,Jenkins,部署完成后,访问时出现这个问题,但是也有些网也能访问
是URL的问题,还是什么原因呢个,请大神指导1
https://blog.csdn.net/weixin_41622183/article/details/84652437
如果后台没报错的话,不用Jenkins自己手动部署下,如果没问题那就是Jenkins配置有问题
检查一下你的路径的前缀,不要加斜杠,在windows下没问题,但是linux下就不对了。
比如 /qrCode/statement 改成 qrCode/statement 可能就没问题了,这是一个方向,你可以尝试一下