how to auto start "IBM WebSphere Liberty" for CLM 6.0.1
3 answers
For an install on Windows, you could try to run the WebSphere Libery server as a service, this would be something like this command:
sc.exe create Liberty type= own start= auto error=severe binpath= <server install folder>\server\server.startup.bat
Details on the service command from Microsoft : http://technet.microsoft.com/en-us/library/cc990289.aspx
I haven't tried this myself, so no garantuees this works.
Comments
Mohamed Samatar
Jan 25 '16, 12:24 p.m.Bas Bekker
JAZZ DEVELOPER Jan 25 '16, 4:47 p.m.