the code below allows me to create an embedded undertow servlet server, i have a problem setting the ‘max-parameters’ of the connector settings, the way i understand it undertow is normally configured via xml file. public static String initCustomServer_(Servlet servlet,int preferedPort,String servletName,String[] resourceList,String... domainName){ String contextURL = null; int curPort = preferedPort==-1?9001:preferedPort; boolean initServ = […]
The post configure embedded undertow server programmatically appeared first on BlogoSfera.