Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Jazz Authorization Server as a Windows service?

We are just trying out the new Jazz Authorization Server (6.0 RC1).

Installation with IM worked without any problem but we are wondering if there is the possibility to run it as a Windows service.

We also didn't found anything about Liberty Profile as a Windows service

1 vote


Accepted answer

Permanent link
There is no solution currently supported by IBM, but the procedure described in the following page about running Liberty as a windows service using the Apache Commons Daemon  should work:
          https://developer.ibm.com/answers/questions/7668/liberty-profile-windows-service-apache-commons-daemon/?smartspace=wasdev

Note that the command to run the Jazz Authorization Server (JAS) as a service is slightly different than the one shown in the link above (JAS has a jazz specific wrapper to the Liberty start up/shutdown scripts).

The command would look like this:
prunsrv //IS//WLP --Startup=manual --DisplayName="IBM Jazz Authorization Server" --Description="IBM Jazz Authorization Server based on WebSphere Liberty Profile" ++DependsOn=Tcpip  -LogPath=C:\JAS\wlp\usr\servers\jazzop\logs --StdOutput=auto --StdError=auto --StartMode=exe --StartPath=C:\JAS\wlp --StartImage=C:\JAS\start-jazz.bat --StopMode=exe --StopPath=C:\JAS\wlp --StopImage=C:\JAS\stop-jazz.bat

Where C:\JAS is the Jazz Authorization Server installation directory.

Dieter Paul selected this answer as the correct answer

2 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 2,357

Question asked: May 27 '15, 5:17 a.m.

Question was seen: 3,023 times

Last updated: Jun 03 '15, 8:58 p.m.

Confirmation Cancel Confirm