Re: relation between Tomcat and Apache Commons

2008-10-31 Thread Andrew Ralph Feller, afelle1
That is a good point. What is your preferred method of running Tomcat? JSVC? Startup / shutdown scripts? Front-end with Apache HTTP server? Standalone? A- On 10/30/08 3:49 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Andrew Ralph Feller, afelle1 [mailto:[EMAIL PROTECTED

Re: relation between Tomcat and Apache Commons

2008-10-31 Thread Andrew Ralph Feller, afelle1
. A- On 10/31/08 10:56 AM, Petr Sumbera [EMAIL PROTECTED] wrote: Caldarale, Charles R wrote: From: Andrew Ralph Feller, afelle1 [mailto:[EMAIL PROTECTED] Subject: Re: relation between Tomcat and Apache Commons it seems possible to run Tomcat on a non-privileged port with a non-root

Re: Problem to install APR Tomcat Native Library

2008-10-30 Thread Andrew Ralph Feller, afelle1
Torsten, Have you updated your LD_LIBRARY_PATH to include APR lib? A- On 10/30/08 12:15 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I am trying to install the APR Tomcat Native Library on a Solaris SPARC server. Since it has only OpenSSL installed and no build system available, I

Re: JSVC vs standard startup / shutdown scripts

2008-10-30 Thread Andrew Ralph Feller, afelle1
Thanks for the response Torsten! In our environment, the machines we have Tomcat running on strictly use Tomcat 6, APR for SSL support, and we load balance applications through an external load balancer. We have been able to get by without brining HTTPD for things like mod_rewrite or any of the

Re: Problem to install APR Tomcat Native Library

2008-10-30 Thread Andrew Ralph Feller, afelle1
Torsten, What is your LD_LIBRARY_PATH set to? Is it something like this: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/apr/lib Are there world permissions for anyone to read this directory? I know you mentioned that you front-end Tomcat with HTTPD and assumed your use of APR is to free

Re: JSVC vs standard startup / shutdown scripts

2008-10-30 Thread Andrew Ralph Feller, afelle1
to jsvc is it allows tomcat to be run by itself without funky iptables rules or a front-end server. It's a simpler setup and overall I'm a firm believer in simpler = better. --David Andrew Ralph Feller, afelle1 wrote: Thanks for the response Torsten! In our environment, the machines we

Re: relation between Tomcat and Apache Commons

2008-10-30 Thread Andrew Ralph Feller, afelle1
Chuck, I'm already following up on this on a different thread, however it seems possible to run Tomcat on a non-privileged port with a non-root account and have requests for port 443 redirected to Tomcat's listening port. This way Tomcat can run as non-root and no need to compile and use JSVC.

Re: Possibility of JSVC daemon with APR reacting strangely to TCP health checks

2008-07-14 Thread Andrew Ralph Feller, afelle1
After stepping through the tcpdump, we determined that the health checks are Layer 4 TCP health checks where the load balancer doesn't provide any HTTP request information whatsoever and closes the connection as soon as it is established. Here is the play-by-play of tcpdump: Source