Deploy the Service Layer Application
-
Locate the PASService-websphere.war file and rename it to PASService.war
-
Copy the modified file to the /path/to/ibm-liberty/IBM/WebSphere/Liberty/usr/servers/ServiceLayer/apps directory.
-
Stop and Start the ServiceLayer Server to deploy the application.
-
To Stop: /path/to/ibm-liberty/IBM/WebSphere/Liberty/bin/server stop ServiceLayer
-
To Start: /path/to/ibm-liberty/IBM/WebSphere/Liberty/bin/server start ServiceLayer
-
Note: To check the log trace, tail to the
/path/to/ibm-liberty/IBM/WebSphere/Liberty/usr/servers/ServiceLayer/logs/console.log file.
tail -f /path/to/ibm-liberty/IBM/WebSphere/Liberty/usr/servers/ServiceLayer/logs/console.log
Configure a Shared Library for ServiceLayer
Refer to the ServiceLayer's server.xml file for the Shared Library configurations under the classloader section.
Start the ServiceLayer Application
Stop and Start the ServiceLayer Server to START the application automatically.
-
To Stop: /path/to/ibm-liberty/IBM/WebSphere/Liberty/bin/server stop ServiceLayer
-
To Start: /path/to/ibm-liberty/IBM/WebSphere/Liberty/bin/server start ServiceLayer
Note:
To check the log trace, tail to the
/path/to/ibm-liberty/IBM/WebSphere/Liberty/usr/servers/ServiceLayer/logs/console.log file.
tail -f /path/to/ibm-liberty/IBM/WebSphere/Liberty/usr/servers/ServiceLayer/logs/console.log