Installation guide
Chapter 9: Customizing the FlashCONNECT Server and Web Server
106 FlashCONNECT Administrator’s Guide
The FlashCONNECT Configuration dialog box displays (parameters are specified from
the Error handling tab):
The RedirectParametersPath parameter (Directory for temporary files in
Windows) specifies the path in which to create a text file that contains the name
and value pair parameters of the error as well as the W3EXCEPTIONERROR and
W3EXCEPTIONTEXT variables (generated by the error). The text file is appended and
sent to the URL of the specified error.
All other parameters specify the redirect URL for the specified error type.
For example, assume these values are set in the FlashCONNECT configuration file:
RedirectParametersPath=/tmp
NoServerException=http://localhost/cgi-bin/nofcserver.pl
If fccgi.exe and FCisapi encounter a NoServerException error a text file is created
and appended to the URL specified in the NoServerException path, resulting in this
format:
http://localhost/cgi-bin/nofcserver.pl?/tmp/filename.txt