备库搭建后,进入备库报错psql: FATAL: the database system is starting up 原因:备库配置文件没有hot_standby = on master -bash-4.1$ ps aux |grep post postgres 89707 0.0 0.0 43196188 2872 ? Ss 00:15 0:27 postgres: wal sender process rep 10.40.55.69(26717)
在struts2中整合axis2后,访问wsdl的时候显示404 not found There is no Action mapped for action name xxxxxxxx. 解决办法: 在struts.xml配置文件中加入排除过滤的地址 <constant name="struts.action.excludePattern" value="/services.*"/> value中的“.”符号是必须的,如过滤地址为 “/servic