Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bostrt/modcluster-embedded
https://github.com/bostrt/modcluster-embedded
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bostrt/modcluster-embedded
- Owner: bostrt
- Created: 2017-09-03T00:45:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-03T01:18:35.000Z (over 7 years ago)
- Last Synced: 2024-11-01T10:08:36.697Z (2 months ago)
- Language: Java
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcembed
A proof-of-concept for Tomcat Embedded and mod_cluster.# Building
```
# git clone https://github.com/bostrt/modcluster-embedded.git
# cd modcluster-embedded
# mvn clean install
```# Usage
You should already have your proxy (e.g. Apache HTTPD) configured before proceeding:
```
# java -jar target/mcembed*
```There are some environment variables you can tweak:
- `PORT`: Configure the port that Tomcat listens on. Default is `8080`.
- `PROXY_HOST`: Configure the proxy hostname that mod_cluster attempts to connect to. Default is `localhost`.
- `PROXY_PORT`: Configure the proxy port that mod_cluster attempts to connect to. Default is `6666`.