Quantcast
Channel: BlogoSfera » programmatically
Viewing all articles
Browse latest Browse all 15

configure embedded undertow server programmatically

$
0
0

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.


Viewing all articles
Browse latest Browse all 15

Trending Articles