We are currently migrating our application, that is running with RAD 8.0 and WAS 6.1, to RAD 9.5 and Liberty profile 8.5.5.5. The server configuration setup for liberty profile is done.
While running the application, we are facing java.lang.NoClassDefFoundError, since the com.ibm.ws.runtime_6.1.0.jar is missing in Liberty server. This is one of the runtime jars of WAS 6.1.
kindly let us know whether this jar is available with Liberty server. Also provide some inputs on how to include this runtime jar and make the liberty server pick this up dynamically during runtime.
Thanks.