RE: Apache Tomcat Native library not found on the java.library.pa th

2006-04-03 Thread KEREM ERKAN
Add /usr/local/apr/lib to LD_LIBRARY_PATH before starting Tomcat. That will do it. Regards, Kerem > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, April 03, 2006 4:40 PM > To: users@tomcat.apache.org > Subject: Apache Tomcat Native library not fou

RE: Better Linux Distribution for production environment

2006-03-23 Thread KEREM ERKAN
I prefer Debian on all my production systems. It is very stable. I use packages for only underlying components like openssl and custom compile my Apache, Tomcat MySQL etc. One of my systems has 2 processors, 4 gb RAM and lots of virtual hosts, jsps and servlets on Debian and it works like a charm.

RE: database connection pooling

2005-11-22 Thread KEREM ERKAN
When pooling on Tomcat, the connection must be closed. I think, by saying "closing would defeat the purpose of connection pooling", Khawaja may be thinking about pooling in Tomcat as some persistent connection method, and while it is a persistent connection with Tomcat and the DB server which it c

SAP Jco with Tomcat Pooling

2005-11-08 Thread KEREM ERKAN
Hi people, Is there anyone here who did a succesful SAP Jco connection pool with Tomcat? If possible can someone send some insight about it? Cheers, Kerem