2018
DEPLOYING IN AN EXTERNAL WEB CONTAINER
Getting Started with QuarkXPress Server 2018 | 15
Verify that Tomcat 7.0.77 is installed. 1.
Locate the Tomcat installation folder (referred to here as [Tomcat_Home]). 2.
Locate the QuarkXPress Server Manager external Tomcat installation folder 3.
(referred to here as [QXPSM_Tomcat]).
Drag the contents of [QXPSM_Tomcat]/conf to [Tomcat_Home]/conf. 4.
Drag the contents of [QXPSM_Tomcat]/webapps to 5.
[Tomcat_Home]/webapps.
Drag [QXPSM_Tomcat]/qxpsm to [Tomcat_Home]. 6.
Open the file [Tomcat_Home]/conf/ManagerContainerConfig.xml and 7.
make the following changes in the ContainerAdapter bean:
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.
Open the file [Tomcat_Home]/conf/Catalina.properties and specify the 8.
path of the shared class loader. For example:
shared.loader=${catalina.home}/qxpsm/lib/*.jar,${catalina.home
}/conf
Open the file [Tomcat_Home]/conf/Catalina/localhost/cache.xml and 9.
set the docbase attribute to the path of the appropriate cache folder.
Double-click the “startup.sh” shell file (Mac OS) or the “startup.bat” file 10.
(Windows). These files can be found in the TOMCAT_HOME/bin folder.
Deploying QXP Server in WebSphere
To install QuarkXPress Server as an independent Web application in an IBM
WebSphere Web container:
Prerequisites
Download the IBM Installation Manager 1.6.2 software and extract its contents 1.
to your local folder (for example, IBM_MANAGER_DIR).
Download the IBM WebSphere 8.5.5.0 developer version software. This is in 3 2.
parts in an archived (.zip) format.
Extract all 3 parts of IBM WebSphere 8.5.5.0 to your local folder (for example, 3.
IBM_WEBSPHERE_DIR).
Download the SDK for Java 1.7 for IBM WebSphere 8.5.5.0, This is in 3 parts in 4.
an archived (.zip) format.
Extract all 3 parts of SDK for Java 1.7 to your local folder (for example, SDK-5.
FOR-Java-1.7_DIR).