2018

DEPLOYING IN AN EXTERNAL WEB CONTAINER
20 | Getting Started with QuarkXPress Server 2018
Open the “ServerApp.properties” file in the 5.
[$wls]/wlsxxxx/user_projects/domains/base_domain/conf folder and
update the following entries:
qxpswebserver.embeddedwebcontainer= false
qxps.webapp.context.name= /qxps
Open the “‘QXPSLoadComponents.properties”‘ file located at 6.
[$wls]/wlsxxxx/user_projects/domains/base_domain /conf and
remove the following entries:
<import
resource="classpath:com/quark/azure/auth/AzureAuthContext.xml"
/>
<import
resource="classpath:com/quark/qxps/azure/config/AzureConfigura
tion.xml"/>
<import
resource="classpath:com/quark/qxps/azure/config/AzureConfigura
tion.xml"/>
Open the “PropertiesFilePlaceholders.properties”‘ file located at 7.
[$wls]/wlsxxxx/user_projects/domains/base_domain /conf and
remove the following entries:
<value>file:./conf/AzureAuthenticate.properties</value>
In the [$wls]/wlsxxxx/ user_projects/domains/base_domain 8.
/conf/Qla.properties file, set the host name, 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.
If you are running WebLogic on Windows, execute the file “vcredist_x86.exe” 9.
Extract the “‘EAR (qxps-2017.ear)”‘ file. Open the “qxps-servlet.xml”‘ file 10.
located 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 11.
in the extracted folder: $(QXPS-EAR_DIR)