Skip to content

appfw xmlerrorpage

The following operations can be performed on "appfw xmlerrorpage":

rm | show | import | update

rm appfw xmlerrorpage

Removes the object imported by import xmlerrorpage.

Synopsys

rm appfw xmlerrorpage <name>

Arguments

name

Indicates name of the imported xml error page to be removed.

Example

rm xmlerrorpage <name>

show appfw xmlerrorpage

Displays the specified XML error object.If no XML error page object is specified, displays a list of all XML error objects on the NetScaler appliance.

Synopsys

show appfw xmlerrorpage [<name>]

Arguments

name

Name of the XML error object.

Outputs

response

Example

show appfw xmlerrorpage

import appfw xmlerrorpage

Imports the specified XML error page to the NetScaler appliance and assigns it the specified name.

Synopsys

import appfw xmlerrorpage <src> <name> [-comment <string>] [-overwrite]

Arguments

src

URL (protocol, host, path, and name) for the location at which to store the imported XML error object.

NOTE: The import fails if the object to be imported is on an HTTPS server that requires client certificate authentication for access.

name

Name to assign to the XML error object on the NetScaler appliance.

comment

Any comments to preserve information about the XML error object.

overwrite

Overwrite any existing XML error object of the same name.

Example

import xmlerrorpage http://www.example.com/errorpage.xml my-xml-error-page

update appfw xmlerrorpage

Updates the specified XML error object from the source.

Synopsys

update appfw xmlerrorpage <name>

Arguments

name

Name of the XML error object.

Example

update xmlerrorpage my-xml-error-page

Was this article helpful?