QuarkXPress Server 10.
CONTENTS Contents QuarkXPress Server 10.1 ReadMe....................................................4 Related Documents...........................................................................5 System requirements........................................................................6 System requirements: Mac OS X............................................................................6 System requirements: Windows.............................................................................
CONTENTS Known and resolved issues.............................................................23 Contacting Quark............................................................................24 In the Americas.....................................................................................................24 Outside the Americas...........................................................................................24 Legal notices.......................................................................
QUARKXPRESS SERVER 10.1 README QuarkXPress Server 10.1 ReadMe QuarkXPress® Server is a high-fidelity content-composition and rendering server application. It is built on multiple technologies derived from QuarkXPress. Through a network connection and a browser, QuarkXPress Server can return rendered versions of QuarkXPress layouts and QuarkCopyDesk articles in a variety of formats. This document provides information about QuarkXPress Server software. 4 | QUARKXPRESS SERVER 10.
RELATED DOCUMENTS Related Documents For more information about using the QuarkXPress Server, you may need to reference the other QuarkXPress Server documentation/resources listed below. Document/Item Name Description Where to find QuarkXPress A guide written for the end user of support.quark.com/documentation/Server Server User Guide the QuarkXPress Server. Contains all of the QXPS documentation, including documentation for QXPSM, and Modifier schema.
SYSTEM REQUIREMENTS System requirements System requirements: Mac OS X Software • Mac OS X 10.7.x (Lion™), Mac OS X 10.8.x (Mountain Lion™), or Mac OS X 10.9 (Mavericks™) • Java J2SE™ Runtime Environment (JRE™) 1.5.x or 1.6.x Hardware • 1 processor core and 2GB of RAM for each renderer • 10GB of additional disk space per renderer for temporary files System requirements: Windows Software • Microsoft® Windows® Server 2008 R2, Windows® Server 2012 and Windows® Server 2012 R2 64-bit versions.
INSTALLING QUARKXPRESS SERVER Installing QuarkXPress Server The topics below describe how to install QuarkXPress Server. Installing QuarkXPress Server: Mac OS X To install QuarkXPress Server: 1 Disable any virus protection software. If you are concerned about a virus infecting your computer, run a virus check on the installer file and then disable your virus detection software. 2 Double-click the Installer icon and follow the instructions on the screen. 3 When prompted, enter the validation code.
INSTALLING QUARKXPRESS SERVER Installing QuarkXPress Server: Windows To install QuarkXPress Server: 1 Disable any virus protection software. If you are concerned about a virus infecting your computer, run a virus check on the installer file and then disable your virus detection software. 2 Double-click the Installer icon and follow the instructions on the screen. 3 In the Software Verification screen, enter the validation code. Do not discard the validation code. You will need it if you have to reinstall.
INSTALLING QUARKXPRESS SERVER Windows 2008 R2, Windows 2012 and Windows 2012 R2 64-bit versions running as a service under a local account: [boot drive]:\Windows\System32\config\systemprofile\AppData\Roaming\Quark\QuarkXPress Server Renderer 9.1 Windows 2008 R2, Windows 2012 and Windows 2012 R2 64-bit versions under a local account [boot drive]:\Windows\SysWOW64\config\systemprofile\AppData\Roaming\Quark\QuarkXPress Server Renderer 9.1 QUARKXPRESS SERVER 10.
DEPLOYING QUARKXPRESS SERVER MANAGER Deploying QuarkXPress Server Manager There are three ways to deploy QuarkXPress Server Manager: • As a standalone server. To deploy QuarkXPress Server Manager in this manner, install the software as described in "Installing QuarkXPress Server Manager," then double-click the server/QXPSMServerStart.command (Mac OS X) or server/QXPSMServerStart.bat (Windows) file in the QuarkXPress Server Manager application folder.
DEPLOYING QUARKXPRESS SERVER MANAGER Installing QuarkXPress Server Manager: Mac OS X You must uninstall the previous version of QuarkXPress Server Manager before installing this version. See "Uninstalling" for more information. To install QuarkXPress Server Manager: 1 Disable any virus protection software. If you are concerned about a virus infecting your computer, run a virus check on the installer file and then disable your virus detection software.
DEPLOYING QUARKXPRESS SERVER MANAGER Deploying QXPSM in a shared Spring context In this type of deployment, QuarkXPress Server Manager can be embedded in a Spring application and can share the same Spring container instance and Spring context. This deployment model also allows the consuming of QuarkXPress Server Manager services (RequestService and AdminService) as POJOs (plain old Java objects).
DEPLOYING QUARKXPRESS SERVER MANAGER } } } 5 Create a file named "applicationContext.xml" in webapps/qxpsm/WEB-INF and fill it with the the following content: 6 Open the QuarkXPress Server Manager "web.
DEPLOYING IN AN EXTERNAL WEB CONTAINER Deploying in an external Web container For development, and simple test deployments, QuarkXPress Server and QuarkXPress Server Manager are provided pre-installed in an instance of Apache Tomcat. However, for production deployment alongside other Web applications, QuarkXPress Server and QuarkXPress Server Manager can be deployed in an existing Tomcat, WebSphere, or JBoss Web container.
DEPLOYING IN AN EXTERNAL WEB CONTAINER 9 (Mac OS X only) Open the file [Tomcat_Home]/qxps/conf/ServerApp.properties and make the following changes: • Uncomment the Mac OS X settings section. • Comment out the Windows settings section. • qxpswebserver.embeddedwebcontainer=false 10 Open the file [Tomcat_Home]/qxps/conf/Qla.properties and make the following changes: • Enter the IP address or hostname of the QLA Server in the QlaServer.machinename= field.
DEPLOYING IN AN EXTERNAL WEB CONTAINER • Set cacheFolderContextFile to the path of the "cache.xml" file relative to the current working directory. • Set serverXmlFilePath to the path of the "Server.xml" file relative to the current working directory. 8 Open the file [Tomcat_Home]/conf/Catalina.properties and specify the path of the shared class loader. For example: shared.loader=${catalina.home}/qxpsm/lib/*.jar,${catalina.home}/conf 9 Open the file [Tomcat_Home]/conf/Catalina/localhost/cache.
DEPLOYING IN AN EXTERNAL WEB CONTAINER If you are installing on Mac OS X, comment out the following lines: • qxpserver.serverRendererExecutableName=QuarkXPress Server Renderer.exe • qxpserver.DocumentRootFolder=C\:\\QuarkXPress Server Documents If you are installing on Mac OS X, uncomment the following lines: • qxpserver.serverRendererPath=./webapps/ROOT/QuarkXPressServer Renderer/QuarkXPress Server.app/Contents/MacOS • qxpserver.serverRendererExecutableName=QuarkXPress Server • qxpserver.
DEPLOYING IN AN EXTERNAL WEB CONTAINER • qxps.webapp.context.name = /qxps 6 If you are installing on Mac OS X, comment out the following lines: • qxpserver.serverRendererExecutableName=QuarkXPress Server Renderer.exe • qxpserver.DocumentRootFolder=C\:\\QuarkXPress Server Documents Also, uncomment the following lines: • qxpserver.serverRendererPath=./webapps/ROOT/QuarkXPressServer Renderer/QuarkXPress Server.app/Contents/MacOS • qxpserver.serverRendererExecutableName=QuarkXPress Server • qxpserver.
DEPLOYING IN AN EXTERNAL WEB CONTAINER 4 (Windows only) Open the file qxps.war/WEB-INF/classes/ServerApp.properties and make the following changes: • qxpswebserver.embeddedwebcontainer=false • qxps.webapp.context.name = /qxps 5 Open the file qxps.war/WEB-INF/classes/Qla.properties and make the following changes: • Enter the IP address or hostname of the QLA Server in the QlaServer.machinename= field. • Enter the port number of the QLA Server in the QlaServer.port= field.
INTRODUCTION TO QLA SERVER Introduction to QLA Server QLA Server is the software component that issues licenses to the Quark application clients. After you install Quark License Administrator Server, download your license file from the Quark Web site. The server can be any computer on the network that meets the minimum system requirements. The server monitors license usage over the network and grants licenses to the client computers.
UNINSTALLING Uninstalling If the uninstaller detects a running instance of the application, an alert displays. Close the application before you begin to uninstall. Uninstalling: Mac OS X To uninstall QuarkXPress Server, open the "Applications" folder on your hard drive (or the folder in which QuarkXPress Server was installed) and drag the QuarkXPress Server folder to the trash.
CHANGES IN THIS VERSION Changes in this version This section will cover the various changes introduced in different versions of QuarkXPress Server . For details about all of these changes, see A Guide to QuarkXPress Server New for 10.1 Following are the changes in version 10.1: 1 QuarkXPress Server is now a 64-bit application on Windows. On Mac OS X, it is still a 32-bit application.
KNOWN AND RESOLVED ISSUES Known and resolved issues For lists of known issues and resolved issues in this version of the software, visit the Quark Web site at www.quark.com, euro.quark.com, or japan.quark.com. Product documentation, including lists of known and resolved issues, is available under Support > Product Documentation. QUARKXPRESS SERVER 10.
CONTACTING QUARK Contacting Quark The support portal allows you to log support tickets, track tickets, receive status notifications, chat with a technical support representative, search the Knowledge Base, and access product documentation. With direct access to documentation across all Quark software - from QuarkXPress and App Studio to Quark Enterprise Solutions - you can find answers to your questions at your convenience.
LEGAL NOTICES Legal notices ©2014 Quark Software Inc. and its licensors. All rights reserved. Protected by the following United States Patents: 5,541,991; 5,907,704; 6,005,560; 6,052,514; 6,081,262; 6,633,666 B2; 6,947,959 B1; 6,940,518 B2; 7,116,843; 7,463,793; and other patents pending. Quark, the Quark logo, and QuarkXPress are trademarks or registered trademarks of Quark Software Inc. and its affiliates in the U.S. and/or other countries. All other marks are the property of their respective owners.