9.5

Table Of Contents
The /setprefs handler lets clients remotely control QuarkXPress Server preferences. For
example,
http://<servername>:<port>/setprefs?AddConnectionFilter=action=allow;
ipaddr=206.195.80.80;mask=255.255.255.1;pos=0 permits connection filters and
specifies the IP address and the subnet mask of the connection.
DescriptionTypeAttribute
Specifies the memory cache size from 1MB to 1024MB.integer
CacheSize
Specifies the document root directory.string
DocumentRootFolder
Specifies whether to include timing information (such as
processing time and opening time) in the transaction log.
Boolean
LogTiming
Causes QuarkXPress Server to close projects that are loaded into
cache from the document pool after rendering them.
Boolean
ForceServedDocumentsClosed
Specifies whether to store disk-based projects in a
memory-resident cache.
Boolean
AllowMemoryCaching
Sets the default. Valid values include PNG, PDF, EPS, PSCR, QXPD,
RAW, RLER, and JPEG.
string
DefaultRenderType
Specifies whether to log any project problems.Boolean
LogDocProblems
Setrendererprefs
The setrendererprefs request handler lets you set rendering preferences. To use this
request handler, issue a getrendererprefs request, determine the name of the tag that
needs to be modified, and then submit a setrendererprefs request with the using the
name of this tag. For example, set color TIFF and gray TIFF display preferences, you would
first submit a getrendererprefs request to the server, then update these settings and
submit a setrendererprefs request to the server, like so:
http://server:port/setrendererprefs?modify=<QXPSRENDERERPREFERENCES>
<DISPLAY><ColorTIFFs>8-bit</ColorTIFFs><GrayTIFFs>16 levels</GrayTIFFs></DISPLAY>
</QXPSRENDERERPREFERENCES>
This request handler sets the preferences for all renderers.
setrendererprefs
Namespace
The message "Preferences successfully set."Response
HTTP Error #401
Incorrect
administration
Alerts
This alert displays if you specify an invalid administrator user name and password.
realm user
What to do: Use the user name and password set in the QuarkXPress Server Manager
client Server Configuration dialog box.
name and
password.
See Understanding loggingLogs
A GUIDE TO QUARKXPRESS SERVER 9.5 | 165
USING QUARKXPRESS SERVER