https://github.com/dodevops/hybris-server-manager
Uses check-tomcat to securely start and stop a Hybris server
https://github.com/dodevops/hybris-server-manager
Last synced: over 1 year ago
JSON representation
Uses check-tomcat to securely start and stop a Hybris server
- Host: GitHub
- URL: https://github.com/dodevops/hybris-server-manager
- Owner: dodevops
- License: mit
- Created: 2018-02-28T07:53:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T07:56:48.000Z (over 8 years ago)
- Last Synced: 2025-01-18T04:43:49.253Z (over 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hybris-server-manager
## Introduction
When you start a Hybris instance using ./hybrisserver.sh start, it starts Hybris in the background, but will exit immediately. In test scenarios, you often want to wait until the complete Hybris server has started with all defined Tomcat contexts. Most of the time, you will either sleep for a static amount of time or do a bunch of http request to known URLs until you get a 200 code.
This script uses the [check-tomcat](https://github.com/dodevops/check-tomcat) to actively check the tomcat server using JMX, wether all defined contexts are loaded.
This repository is currently lacking a lot of documentation, please use the source of the script for details.