The following properties define the
				Imago
				global configuration.
			
			
				- errors.internally=true
 
				- 
					Indicates whether Imago should handle errors internally by sending the error and exception stack
					trace to the client or return the HTTP error code to the web server to be handled.
				
 
				- errors.environment=true
 
				- 
					Dumps the XSLT environment to the log at startup and on error. If errors are handled internally the
					environment is also appended to the end of any error page.
				
 
				- errors.404=
 
				- Specify a file not found page
 
				- errors.500=
 
				- Specify a generic server error page
 
				- container.2.2=org.xenei.imago.framework.containers.Container2_2
 
				- 
					The class that implements the servlet container version-specific methods. In this case it is
					specifically for a version 2.2 container.
				
 
				- container.1.0=org.xenei.imago.framework.containers.Container1_0
 
				- 
					
						The class that implements the servlet container version-specific methods. In this case it is
						specifically for a version 1.0 container.
					
					
						If the specified container version can not be found the next lower version will be used. For
						example if a 2.3 container were used with the above configuration the class
						org.xenei.imago.framework.containers.Container2_2
						would be used.
					
				 
			
		
	All trademarks and copyrights are the property of their respective owners.
	Copyright © 2002-2004 by Xenei.com, All Rights Reserved