Closed earldouglas closed 1 week ago
Users might be on one of a long list of Servlet versions:
Currently, the runner uses Tomcat 10.1 (via com.heroku:webapp-runner:10.1.28.0) to support Servlet 6.0.
com.heroku:webapp-runner:10.1.28.0
Let's make this easier to configure, with a setting like servletSpec := "6.0" which then chooses the appropriate runner.
servletSpec := "6.0"
Users might be on one of a long list of Servlet versions:
Currently, the runner uses Tomcat 10.1 (via
com.heroku:webapp-runner:10.1.28.0
) to support Servlet 6.0.Let's make this easier to configure, with a setting like
servletSpec := "6.0"
which then chooses the appropriate runner.