2018
DEPLOYING IN AN EXTERNAL WEB CONTAINER
14 | Getting Started with QuarkXPress Server 2018
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. If •
you have a backup QLA server, enter the IP address (or hostname) and port
number in the Backup.QlaServer.machinename= and
Backup.QlaServer.port= fields.
(Windows OS only) Execute vcredist_x64.exe provided with the build before 7.
starting QXPS.
Copy the Documents folder to [TOMCAT_HOME]. 8.
Open [TOMCAT_HOME]/conf/server.xml and add the following inside the 9.
<Host name="localhost" appBase="webapps".....> tag:
<Context path="/qxps/documents"
docBase="../Documents/Documentation" >
<Manager pathname=""/>
</Context>Uncomment the Mac OS X settings section.
Make the following change in the respective config file: 10.
Remove tag <import •
resource="classpath:com/quark/azure/auth/AzureAuthContext.x
ml"/> from the $(apache-
tomcat_DIR)\bin\conf\QXPSLoadComponents.xml file.
Remove tag <import •
resource="classpath:com/quark/qxps/azure/config/AzureConfig
uration.xml"/> from the $(apache-
tomcat_DIR)\bin\conf\QXPSLoadComponents.xml file.
Remove tag <import •
resource="classpath:com/quark/qxps/azure/config/AzureConfig
uration.xml"/> from the $(apache-
tomcat_DIR)\bin\conf\QXPSLoadComponents.xml file.
Remove tag •
<value>file:./conf/AzureAuthenticate.properties</value> from
the $(apache-
tomcat_DIR)\bin\conf\PropertiesFilePlaceholders.xml file.
Remove the following tags from the $(apache-•
tomcat_DIR)\webapps\qxps\WEB-INF\qxps-servlet.xml file:
<value>file:./conf/AzureAuthenticate.properties</value>,
<property name="authManager"
ref="azureAuthenticationManager"/>,
<prop
key="/secure/azureauth">azureAuthReplyController</prop>,
<property name="authResultCBHandler"
ref="qxpsAzureAuthResultCBHandler"/>,
<property name="authManager"
ref="azureAuthenticationManager"/>
Deploying QXPSM in external Tomcat
To install QuarkXPress Server Manager as an independent Web application in an
existing Tomcat Web container: