nadment opened a new issue, #4569:
URL: https://github.com/apache/hop/issues/4569

   ### What would you like to happen?
   
   The hop-server.bat command has 3 setup modes 
   - SETUP BY CONFIG FILE: `hop-server.bat hop-server-config.xml `
   - SETUP BY SERVER NAME: `hop-server.bat -n HOPSERVER01 --gs`
   - SETUP BY HOSTNAME AND PORT: `hop-server.bat <hostname> <port> 
<shutdownport> -k -u=<user> -p=<password>`
   
   1) Remove the last mode because it's buggy and doesn't allow the command to 
indicate which protocol to use: HTTP or HTTPS)
   
   2) All config parameters must have a command line option, add the following:
   ```
   -h ou --host
   -port ou --port
   -shutdownport ou --shutdownport
   -ssl ou --ssl
   -ph --proxyhost
   -pp --proxyport
   ```
   3) If you are using config file or named server mode, it should be possible 
to override certain properties on the command line:
   `hop-server.bat hop-server-config.xml -gs -u=<user> -p=<password>`
   `hop-server.bat -n HOPSERVER01 -ph=192.0.0.1 -pp=8080`
   
   4) Add the command to stop a remote server
   `hop-server.bat hop-server-config.xml --kill`
   `hop-server.bat -n HOPSERVER01 --k`
   
   
   
   
   
   
   
   
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Server


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to