-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optionally disable Embedded Tomcat from starting #12
Comments
Agreed. I think excluding the The only downside of disabling web is we lose actuator metrics and health REST access. Longer term maybe the jolokia agent could detect those and expose them over HTTP? Until then its probably easier to keep the |
Yeah IMHO its good to standardize on /health over HTTP for health checks. I suspect its a tad to complicated to disable HTTP and then use something else as health check? |
yeah - we currently tend to use jetty; though could use undertow instead to reduce the foot print a bit? We need a servlet engine for health checks though - plus for doing |
Yeah I have switched funktion to use undertow |
undertow should be fine |
For some cases, where you are creating a non REST based funktion, it would be nice not to have embedded Tomcat start. Pondering best way to disable - property maybe ?
The text was updated successfully, but these errors were encountered: