Deploying Sterling Configure, Price, Quote on WAS Liberty
The procedure to deploy Sterling Order Management System Software and its applications.
Before you begin
- Download the correct version of WebSphere Application Server Liberty. For detailed information about your software and the download process, see the Download document.
- Download and install the correct version of Java as required by the WebSphere Application Server Liberty. For detailed information about the supported Java version, generate the system requirements report by using the Software Product Compatibility Reports tool.
Note: If you are using OracleJDK8 or OpenJDK8 for deploying
Sterling Configure, Price, Quote on WAS Liberty, the following
error
occurs.
java.util.ServiceConfigurationError: javax.xml.datatype.DatatypeFactory: Provider org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl could not be instantiated
Solution:Navigate to <Runtime>/jdk/jre/lib, create a - jaxp.properties file, and add the following line.
javax.xml.datatype.DatatypeFactory=com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl
Also add this jaxp.properties file in the <JDK_installedfolder>jdk/jre/lib.
Procedure
What to do next
Run the following command to start or stop the Liberty server from the
path_to_liberty/wlp/bin:
./server start
server_name
./server stop
server_name
*server_name
is the name of the server to start
or stop.