The Configuration
You will need to add the interceptor to your stack and also create a global result mapping for "loginRedirect".
<interceptors>
<interceptor name="login" class="your.package.LoginInterceptor"/>
...
...
</interceptor-stack>
</interceptors>
<result name="loginRedirect" type="redirect">/login</url>
</global-results>