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."IBM WebSphere Liberty" stopped when I let it run overnight. does not know why?
Bas Bekker
JAZZ DEVELOPER Jan 25 '16, 4:47 p.m.Look for WS Liberty logging in <install dir>/server/logs/console.log, messages.log and trace.log. Anything there giving a clue what happened?