1. > 
  2. <struts> 
  3.  
  4.      
  5.     <include file="struts-default.xml">include> 
  6.      
  7.      
  8.      
  9.             <interceptor-stack name="mystack"> 
  10.                 <interceptor-ref name="timer">interceptor-ref> 
  11.                 <interceptor-ref name="logger">interceptor-ref> 
  12.             interceptor-stack> 
  13.         interceptors> 
  14.          
  15.          
  16.         <global-results> 
  17.             <result name="input">/error.jspresult> 
  18.         global-results> 
  19.          
  20.