using APR with jpackage tomcats
August Simonelli <[email protected]>
| Newsgroups | gmane.linux.jpackage.general |
|---|---|
| Message-ID | <[email protected]> |
Hi All, Just want to check if my logic is right here. I'm using the tomcat6 packages from jpackage. I'd like to use with APR with them. Setting this up with a src tomcat is pretty well documented and easy. For jpackage do i need to do anything different? I was going to 1. grab the tomcat src matching the jpackage tomcat version i have 2. install apr-devel rpm 3. unpack the tomcat-native tarball from the tomcat src's bin 4. build as normal (ie as per the tomcat doc) so i have apr libraries in /usr/local/apr/lib that i can just point at with LD_LIBRARY_PATH There's not a "jpackage way" i would be better following (ie there's not a jpackage package for the tomcat native sources is there)? Thanks, August