Creating a Packager-Shipper
by
rmoskal
—
last modified
2006-05-24 22:40
Retailer specific jobs should be packaged in a jar file, a reference
to the retailer specific spring context file should be added to the
web.xml file, here:
<context-param><param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/applicationContext.xml
/WEB-INF/applicationContext-hibernate.xml /WEB-INF/packagerServices.xml
/WEB-INF/connectPackager.xml</param-value>
</context-param>