redis under windows / tomcat service from the start

// set redis service from the start
// execute statements based on individual configuration.  
redis-server --service-install redis.windows.conf --loglevel verbose
#  redis-server --service-install redis.windows-service.conf --loglevel verbose
 
redis uninstall the service: redis-server --service-uninstall
 
redis start the service: redis-server --service-start
 
redis stop the service: redis-server --service-stop
 
 
 
tomcat service from the start
First configure tomcat cool environment
Example:
CATALINA_HOME:E:\lin\tomcat8
Then enter cmd into the open in the tomcat bin directory execute: service.bat install
Then enter the service query Apache tomcat set it to automatic.

Guess you like

Origin www.cnblogs.com/Linlearn/p/10972334.html