This section explains how to test the modifications made to Sterling Selling and Fulfillment Foundation when using JBoss.
To configure JBoss to run the application in exploded mode:
-Dsci.opsproxy.disable=Y -Dvendor=shell
-DvendorFile=/servers.properties
For example, if you have some customizations in the Catalog module, add the files in the <JBOSS_HOME>/server/<SERVER_NAME>/deploy/smcfs.ear/smcfs.war/ycm directory.
Create a new directory and name it smcfs.ear.
For example:
If you modify... | In these files... | Then... |
---|---|---|
Startup parameters | properties | Restart JBoss. |
UI extensibility | JSP, JavaScript, CSS, theme XML | Load dynamically. |
Localization literals | alertmessages and localization bundle files | Restart JBoss. |
Database extensions | entity XMLs | Rebuild the entities.jar file and include the jar in the JBOSS_HOME/server/SERVER_NAME/deploysmcfs.ear directory, then restart JBoss. |
APIs and other template files | template XMLs | Rebuild the resources.jar file and include the jar in the JBOSS_HOME/server/SERVER_NAME/deploy/smcfs.ear directory, then restart JBoss. |
Application configuration files | web.xml, application.xml, and property files | Restart JBoss. |