8.5
Table Of Contents
- Contents
- About this Guide
- Getting started with QuarkXPress Server
- The QuarkXPress Server user interface
- Server Configuration dialog box
- Server preferences
- Preferences — Application — Display
- Preferences — Application — Input Settings
- Preferences — Application — Font Fallback
- Preferences — Application — Open and Save
- Preferences — Application — XTensions Manager
- Preferences — Application — Fonts
- Preferences — Application — EPS
- Preferences — Application — Error Reporting
- Preferences — Application — Full Res Preview
- Preferences — Application — Job Jackets
- Preferences — Application — Modifier
- Preferences — Application — PDF
- Preferences — Application — PSD Import
- Preferences — Application — Placeholders
- Preferences — Application — Fraction/Price
- Preferences — Application — Picture Effects
- Preferences — Project — General
- Preferences — Project — XML Import
- Preferences — Layout — General
- Preferences — Layout — Measurements
- Preferences — Layout — Paragraph
- Preferences — Layout — Character
- Preferences — Layout — Trapping
- Preferences — Layout — Grid Cell Fill
- Preferences — Layout — Color Manager
- Preferences — Layout — Layers
- Style sheets
- Colors
- H&Js
- Output styles
- Font mapping
- Source setups
- Output setups
- PPML consumers
- Server XTensions Manager
- Status Monitor
- Other QuarkXPress Server menu items
- Creating URL requests
- Modifying layouts with XML
- QuarkXPress Server XTensions software
- Telegraph XTensions software
- QuarkXPress Server Monitor
- QuarkXPress Server Manager
- Understanding QuarkXPress Server Manager
- Working with QuarkXPress Server Manager
- Starting QuarkXPress Server Manager
- Request handler binding
- Configuring QuarkXPress Server instances
- Managing the cache
- Managing logs
- Controlling load balancing
- Using a proxy server
- Generating automatic e-mail messages
- Using other global settings
- Saving a server configuration
- Exporting a server configuration
- Using custom error messages
- Sending requests from a browser
- QuarkXPress Server Manager Scripting Environment
- Glossary
- Legal notices
- Index
•
qxpsm_responseredirect: If you use servlet methodology to send a request to
QuarkXPress Server Manager with qxpsm_responseasurl=true, QuarkXPress Server
Manager returns a frameset page with one or more frames. If the response is not multipart,
the frameset contains a single page with a URL pointing to a response file in the temporary
cache. This can be problematic if, for example, you want to use the returned URL as an
image link in an HTML page. In such situations, submit the request with both
qxpsm_responseredirect=true and qxpsm_responseasurl=true. If you do this,
QuarkXPress Server Manager returns the URL of the rendered file in the temporary cache
instead of returning a frameset page. Note, however, that if the request results in a multipart
response (such as the response returned by the boxes parameter), QuarkXPress Server
Manager ignores the qxpsm_responseredirect=true parameter and returns the frameset
page.
•
qxpsm_timeout: This parameter lets you specify a timeout (in milliseconds) for a specific
request. If this parameter is absent or set to 0, the global timeout value is used. To disable
timeout for a request, use the value –1.
•
qxpsm_servername: By default, the target QuarkXPress Server instance for each request
is determined by the QuarkXPress Server Manager server's load-balancing system. To send
a request to a specific QuarkXPress Server instance, set this parameter to the name or IP
address of that QuarkXPress Server instance. Note that if you use this parameter with an
IP address, you must also submit the port number using the qxpsm_serverport parameter.
•
qxpsm_serverport: If you use the qxpsm_servername parameter with an IP address,
supply the corresponding port number as this parameter's value.
•
qxpsm_usecache: If you set this value to false, the request will be rendered regardless of
whether it is cached and regardless of whether caching is enabled at the global level.
•
qxpsm_username: The value of this parameter, if supplied, is used as the "Admin User"
value when the request is forwarded to a QuarkXPress Server instance.
•
qxpsm_password: The value of this parameter, if supplied, is used as the "Admin Password"
value when the request is forwarded to a QuarkXPress Server instance.
•
qxpsm_responseasurl: By default, QuarkXPress Server Manager writes responses as
temporary files in the cache folder and returns a URL to the client. This approach prevents
the performance degradation that can result from sending binary data using SOAP. However,
you might want QuarkXPress Server Manager to return the response directly if you are
creating an application that processes that response (simple or multipart) with its own
logic. To make QuarkXPress Server Manager send a response to the browser rather than
the URL of the temporary files in the cache, set this value to false. (Note that setting this
value to false might result in decreased performance.)
110 | A GUIDE TO QUARKXPRESS SERVER 8.5
QUARKXPRESS SERVER MANAGER