Need to be able to start the services of the CLM 5.0.2 components from a command line on the team server
My client has switched to not installing the Windows GUI on their MS Windows 2012 server OS. We are relegated to installation and maintenance of CLM 5.0.2 and WebSphere using the command line. We have been able to install the base products but need to start the services and I am not seeing the documentation that describes this for CLM 5.02.
Can someone provide a reference in the documentation that speaks to this?
One answer
Each WebSphere profile should have a startServer.bat and stopServer.bat under the bin directory in the profile install location. With WebSphere there is post-install configuration needed after the profile is launched. The typical incantation would be something like:
<Profile_Path>\bin\startServer.bat server1
After WebSphere is configured for JTS, CCM, etc, then stopping/starting WebSphere starts/stops the Jazz services.
<Profile_Path>\bin\startServer.bat server1
After WebSphere is configured for JTS, CCM, etc, then stopping/starting WebSphere starts/stops the Jazz services.