Thursday, 24 May 2018

Register the Wildfly, Posgres, and Activemq as services on Windows

To unregister a service:
  • launch command shell as administrator. Run :

    sc delete ServiceName
To register:

Make sure to add JAVA_HOME pointing to your proper JDK installation

Wildfly : 

1. cd to [your wildfly installation]bin\service".
2. Run command : service install /controller localhost:9990

Postgres :
  1. cd to "[Postgre db installation directory]\bin".  
  2. Run command : pg_ctl.exe register -N "postgres-unionvms" -D "[Postgre db installation directory]\data" -w

ActiveMQ
  1. cd to "Activemq installation directory]bin\win64"
  2. Run command : InstallService

No comments:

About Me

My Photo