https://bz.apache.org/bugzilla/show_bug.cgi?id=60297
--- Comment #2 from Axel U <ulrich.a...@gmail.com> --- The changes made will do the trick in regards to using the supplied connector. It leaves the second part of my comment open though. So, is there any harm if the getServer() method always adds an APR LifescyleListener as follows: AprLifecycleListener listener = new AprLifecycleListener(); listener.setUseAprConnector(true); server.addLifecycleListener(listener); This would create the default connector to APR if available, which is in line with the standard default config. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org