2018

DEPLOYING IN AN EXTERNAL WEB CONTAINER
18 | Getting Started with QuarkXPress Server 2018
In the [TOMCAT_HOME]/bin/conf/Qla.properties file, set the host name, 4.
port number, and serial number of your instance of QLA Server.
Set QlaServer.machinename to the IP address or hostname of the QLA
server.
Set QlaServer.port to the port number of the QLA server.
If you have a backup QLA server, set Backup.QlaServer.machinename
and Backup.QlaServer.port to its IP address or hostname and port
number.
Extract the “EAR (qxps-2017.ear)” file. Open the “qxps-servlet.xml” file located 5.
at $(QXPS-EAR_DIR)\qxps-2017\source\qxps\WEB-INF\ and remove the
following entries:
<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"/>
Create the WAR bundle by using the “CreateQXPS_EAR.bat” batch file located 6.
at the extracted folder: $(QXPS-EAR_DIR)
Open http://localhost:9080/ibm/console/ in a browser and login. 7.
Select the Application tab from the right and select New Application. 8.
Select New Enterprise Application. When asked for the path to the new 9.
application, choose the file and click Next.
When asked “How do you want to install the application?”, select Fast Path 10.
and click Next.
Change the application name if required and click Next. 11.
Select both the modules and click Next. 12.
Select both the web modules and click Next. 13.
Select the qxpsadmin module and click Next and then Finish. 14.
Save the changes to the master configuration. 15.
Select the Server tab from the right and select WebSphere Application 16.
Servers> server1 > Web server plug-in properties.
Set the maximum number of connections that can be handled by the 17.
application server to 150.
Save the changes. 18.
Select the Application tab from the right and select Application Types -> 19.
WebSphere Enterprise applications. Select qxps and Start.