Package org.jasig.cas.web.init

This package is concerned with the deployment of CAS regardless of configuration exceptions.

See:
          Description

Class Summary
SafeContextLoaderListener A ServletContextListener which wraps Spring's ContextLoaderListener and catches anything that delegate throws so as to prevent its having thrown a Throwable from aborting the initialization of our entire web application context.
SafeDispatcherServlet This servlet wraps the Spring DispatchServlet, catching any exceptions it throws on init() to guarantee that servlet initialization succeeds.
 

Package org.jasig.cas.web.init Description

This package is concerned with the deployment of CAS regardless of configuration exceptions. The default Spring behavior is to fail fast on deployment if there is an initialization exception. The classes in this package override that ability. The application will deploy regardless. However, when a user attempts to access the system, they will be presented with an error message regarding access to the application.

These classes are useful in the case where Tomcat is not fronted by Apache.



Copyright © 2004-2010 Java Architectures Special Interest Group. All Rights Reserved.