How to configure Jazz Authorization Server 6.0.3 as Windows Service
I am installing CLM 6.0.3 on WIndows Server 2012 R2. Application server is WebSphere Integrated Solutions Console base 8.5.5.11.
After CLM is installed I'll install JAS using Installation Manager. I need like to use Jazz Authorization Server for user authentication to CLM. Please let me know how to configure JAS as Windows Service.
Thank You
NP
Accepted answer
Hi Narayanan
JAS is based on WAS Liberty profile. There is a possibility to set liberty profile as a Windows service using Apache Commons Daemon. Here is link to the article:
However, you may have to change the startup script with bat/sh files from JAS directory, example instead of "server.startup" use "start-jazz"