appfw htmlerrorpage¶
The following operations can be performed on "appfw htmlerrorpage":
rm appfw htmlerrorpage¶
Removes the specified XML error object.
Synopsys¶
rm appfw htmlerrorpage <name>
Arguments¶
name
Name of the XML error object to remove.
Example¶
rm htmlerrorpage <name>
show appfw htmlerrorpage¶
Displays the specified HTML error object.If no HTML error object is specified, lists all HTML error objects on the NetScaler appliance.
Synopsys¶
show appfw htmlerrorpage [<name>]
Arguments¶
name
Name of the HTML error object.
Outputs¶
response
Example¶
show appfw htmlerrorpage
import appfw htmlerrorpage¶
Imports the specified HTML error page to the NetScaler appliance and assigns it the specified name.
Synopsys¶
import appfw htmlerrorpage <src> <name> [-comment <string>] [-overwrite]
Arguments¶
src
URL (protocol, host, path, and name) for the location at which to store the imported HTML 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 HTML error object on the NetScaler appliance.
comment
Any comments to preserve information about the HTML error object.
overwrite
Overwrite any existing HTML error object of the same name.
Example¶
import htmlerrorpage http://www.example.com/errorpage.html my-html-error-page
update appfw htmlerrorpage¶
Updates the specified HTML error object from the source.
Synopsys¶
update appfw htmlerrorpage <name>
Arguments¶
name
Name of the HTML error page object to update.
Example¶
update htmlerrorpage my-html-error-page