SSH ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor
Posted 沙弥
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SSH ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor相关的知识,希望对你有一定的参考价值。
修改struts.xml配置:struts.devMode value="false"
<constant name="struts.devMode" value="false" />
在实际应用开发或者是产品部署的时候,对应着两种模式:
开发模式(devMode);此时 DevMode=ture;
产品模式(proMode);此时 DevMode=false;
在一些服务器或者框架中也存在着这两种模式,例如:tomcat、struts2等(其他的有待学习,呵呵),在这两种不同的模式下,他们运行的性能方面有很大的差异,前面曾对tomcat产品部署作过介绍,下面主要介绍一下struts2在产品部署时要做的配置:
在struts.properties或者struts.xml中有devMode的配置,在devMode被激活的模式下,能够明显的提高开发效率,它会提供更多的日志或着debug信息。当然提高开发效率,在性能方面会付出一定的代价。所以struts默认的是非开发模式。设置为开发模式之后:
1、每次请求都会重新加载资源文件,所以当对properties文件进行修改后,下一次请求是就能够反映相应的变化。(struts.i18n.reload = true也可以达到相同的效果)
2、每次请求的时候也会重新加载xml配置文件、验证文件等,这样可以方便调试或者修改相应的配置文件,而不用重新部署重启web服务器。(struts.configuration.xml.reload = true 也可以达到相同的效果)
以上是关于SSH ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor的主要内容,如果未能解决你的问题,请参考以下文章
ssh连接:Socket error Event: 32 Error: 10053.
Xshell SSH连接报错Socket error Event: 32 Error: 10053
vscode ssh: Resolver error: Error: XHR failedscode错误
ssh秘钥分发错误“/usr/bin/ssh-copy-id: ERROR: No identities found”
/bin/ssh-copy-id: ERROR: failed to open ID file ‘/root/.ssh/iddummy‘: No such file or directory
/bin/ssh-copy-id: ERROR: failed to open ID file ‘/root/.ssh/iddummy‘: No such file or directory