https://issues.apache.org/bugzilla/show_bug.cgi?id=54700

--- Comment #2 from Nick Williams <nicho...@nicholaswilliams.net> ---
My specific use case:

We're creating a lightweight application that runs using an embedded Tomcat
instance. We want to ship one JAR that does everything for any* OS. This means
embedding the .dll/.so4/.jnilib files in the JAR and, while starting up the
embedded Tomcat from the main method, discovering the OS and picking the
correct APR/native library file to copy to the temp directory and point Tomcat
to.

* "Any" means Windows, Max OS X, RedHat/CentOS, SuSE/OpenSUSE, Debian/Ubuntu.

-- 
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

Reply via email to