jamf / jamfpro

JamfPro Docker image
https://www.jamf.com
MIT License
72 stars 15 forks source link

Add support for configure the load balancing settings #3

Closed ahousseini closed 5 years ago

ahousseini commented 5 years ago

At the moment the tomcat server is installed without any modifications to the server.xml. It would be great if following settings can be set when working behind a load balancer:

At the moment I'm manually creating the server.xml and adding it to the image like this: ADD server.xml /usr/local/tomcat/conf/

battlecow commented 5 years ago

Modifying the server.xml is really out of scope for this project. Either using this image as your base and doing what you are already doing, or utilizing either a Docker file mount or a Kubernetes mountPath is the recommended approach. There are too many possible permutations in server.xml to account for all use cases.