https://bz.apache.org/bugzilla/show_bug.cgi?id=62830
--- Comment #6 from Igal Sapir <[email protected]> --- (In reply to Remy Maucherat from comment #3) > Personally, I think native libraries can use extra care and if you're going > to write a bit of Tomcat code, I would recommend writing a bit more and > using a Catalina listener to load them (like for tomcat-native, basically). Since a Listener can not accept any arguments, the only way I can think of is to use a System property that will specify which native libraries should be loaded, and I know that we usually don't like to rely on those for configurations. Are there other ideas? -- 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]
