i know that we use jetty as java servlet container on our staging/production servers but what is the java servlet container within laradock when it comes to solr? overall im only familiar with jetty/tomcat but those i cant find. we had to adjust the servlet configuration on staging but i would need those settings in the dev environment too.
and in case someone already had that problem within laradock - on staging we adjusted the
requestHeaderSize
from the default 8k to 64k bytes so the length of the uri is no issue anymore. and now we also need that setting within laradock/solr.