Server-level error pages

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: