Re: The APR based Apache Tomcat Native library was not found

2013-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 1/24/13 12:59 PM, Andrew Winter wrote: > We have a COBOL back end that handles the core functions of our > product. The only way we have for the servlet based front end to > get at that data is via a type 1 odbc driver. It is a real pain

Re: The APR based Apache Tomcat Native library was not found

2013-01-24 Thread Andrew Winter
We have a COBOL back end that handles the core functions of our product. The only way we have for the servlet based front end to get at that data is via a type 1 odbc driver. It is a real pain because it is not thread safe so we have to funnel all the traffic through a single thread. Anyway, I go

Re: The APR based Apache Tomcat Native library was not found

2013-01-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 1/23/13 9:54 PM, Andrew Winter wrote: > Sorry I forgot the versions of things I am using. > > Tomcat 6.0.36 Red Hat Enterprise Linux Server release 6.2 > (Santiago) Java 7u11 (32 bit) > > I think I found the problem, though. I have to r

Re: The APR based Apache Tomcat Native library was not found

2013-01-23 Thread Andrew Winter
Sorry I forgot the versions of things I am using. Tomcat 6.0.36 Red Hat Enterprise Linux Server release 6.2 (Santiago) Java 7u11 (32 bit) I think I found the problem, though. I have to run a 32 bit jvm because a COBOL odbc driver we have to use only comes in a 32 bit version. But the Red Hat box

Re: The APR based Apache Tomcat Native library was not found

2013-01-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 1/23/13 3:00 PM, Andrew Winter wrote: > I have been having problems getting comet to work and decided to > try the APR connector. So I installed APR from the RPM, version > apr-1.3.9-3.el6_1.2.i686. I followed instructions that I found

The APR based Apache Tomcat Native library was not found

2013-01-23 Thread Andrew Winter
I have been having problems getting comet to work and decided to try the APR connector. So I installed APR from the RPM, version apr-1.3.9-3.el6_1.2.i686. I followed instructions that I found locally and online and compiled up the tomcat-native-1.1.23. It installed in the /usr/local/apr/lib fold