10.1
Table Of Contents
}
}
}
5
Create a file named "applicationContext.xml" in webapps/qxpsm/WEB-INF and fill it
with the the following content:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
"http://www.springframework.org/dtd/spring-beans.dtd">
<beans default-lazy-init="false" default-autowire="no"
default-dependency-check="none">
</beans>
6
Open the QuarkXPress Server Manager "web.xml" file and update contextConfigLocation
and listener-class as follows:
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/applicationContext.xml</param-value>
</context-param>
<listener>
<listener-class>CustomContextLoaderListener</listener-class>
</listener>
7
If the existing application is already using Spring’s PropertyPlaceholderConfigurer,
open "ManagerContainerConfig.xml" and specify the parent in the placeholderConfig
bean as follows:
<bean id=" placeholderConfig " parent="placeholderConfig"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
QUARKXPRESS SERVER 10.1 README | 13
DEPLOYING QUARKXPRESS SERVER MANAGER