<global-exceptions>
  <exception key="global.error.message" type="java.lang.Error" path="index.jsp"></exception>
  </global-exceptions>
  <global-forwards />有一个问题请高手指教我做了一个登录页面(login.jsp)使用的框架是MyEclipse + spring + hibernate
现在想实现的功能是点登陆按钮时
当数据库(oracle)连接失败或网线断开
跳到error.jsp页面
使用struts-config.xml 中的 <global-exceptions/>方法