https://bz.apache.org/bugzilla/show_bug.cgi?id=60297
--- Comment #2 from Axel U <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
