To set up server-level error pages, set the value of the com.sybase.jaguar.server.servlet.error-page property on the Advanced tab of the Server Properties dialog box. Use the following syntax to define a comma-delimited list of complex properties. Each property includes a location, and either an error code or an exception field.
(location=/file.jsp,error-code=code), (location=/exception.htm,exception=java.lang.Exception)
where:
The locations of error pages file.jsp and exception.htm are relative to the HTML document root.
code is the error code that triggers the error page.
java.lang.Exception is the fully-qualified Java class name of the exception that triggers the error page.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |