lucee / lucee-dockerfiles

Official Lucee Dockerfiles for Docker Hub build images
https://hub.docker.com/u/lucee/
MIT License
86 stars 50 forks source link

Tomcat should be configured for port 8080 #11

Closed modius closed 9 years ago

modius commented 9 years ago

We moved the internal Tomcat port to 8888 to match the installer set up for Lucee servers. Unfortunately, the base Tomcat image exposes port 8080 by default, and this cannot be removed without building or own Tomcat base.

Might be better to follow Tomcat best practice and have port 8080 as the exposed port on our installation rather than 8888 which appears to be fairly specific to Lucee installers.

modius commented 9 years ago

We've decided to try and keep everything across Lucee distros the same. So port 8888 wins for Tomcat. Will try and improve the documentation where we can to reduce confusion.

Apparently Docker will introduce an UNEXPOSE option at some point :)