Re: Apache 2.2.3(mod_proxy_ajp) - Tomcat 6.0.13 Loadbalancing - error logs in apache

2010-03-05 Thread jkv
Thanks for the reply Ster, "Find someone who does.", sorry when I said privilege I actually meant option, that is I cannot install a new Apache over the older 2.2.3 and we have to go with the default configuration. Because they have chosen RHEL 5.4 as the platform and it comes with 2.2.3 version,

Re: Apache 2.2.3(mod_proxy_ajp) - Tomcat 6.0.13 Loadbalancing - error logs in apache

2010-03-03 Thread jkv
r and five Tomcat instances (what we now have) can take this? Regards Pid Ster wrote: > > On 26/02/2010 06:36, jkv wrote: >> >> We are using the above setup to load balance http and https request, for >> https request > > Apache HTTPD 2.2.3 was released on

Apache 2.2.3 - mod_proxy_ajp - Tomcat 6.0.13 Loadbalancing

2010-02-24 Thread jkv
We are using the above setup to load balance http and https request, for https request Apache is configured to serve the certificates and the request is actually being processed by 3 tomcat instances running behind. We are getting a strange log in apache [error] ajp_read_header: ajp_ilink_receiv

Re: FileNotFoundException in Tomcat6.0

2009-12-18 Thread jkv
uot;If you aren't fully-specifying the path, then the path is relative. Relative to what? Relative to the current working directory of the JVM process." which is the bin folder of tomcat ofcourse. So I started to use getRealPath("/"), not sure of the implications though. Regards jkv

RE: FileNotFoundException in Tomcat6.0

2009-12-18 Thread jkv
my servlet init code a directly take a logger instance say Logger.getlogger(Sample.class); the logging goes on fine. Note: I have my log4j.jar inside WEB-INF/lib folder and not in tomcat's lib folder. Caldarale, Charles R wrote: > >> From: jkv [mailto:j.kumara...@gmail.com] >&g

RE: FileNotFoundException in Tomcat6.0

2009-12-17 Thread jkv
expected file path starting from root. Thanks for your valuable time Regards JKV Caldarale, Charles R wrote: > >> From: jkv [mailto:j.kumara...@gmail.com] >> Subject: FileNotFoundException in Tomcat6.0 >> >> I created a simple servlet where in the init method I have

FileNotFoundException in Tomcat6.0

2009-12-16 Thread jkv
Hello, I am using tomcat 6.0 and created a log4j configuration folder under WEB-INF/classes/log4j.properties. I have my log4j.jar file in WEB-INF/lib folder. I created a simple servlet where in the init method I have the following line PropertyConfigurator.configure("log4j.properties"); but thi

Singletons in Tomcat(6.0)

2009-12-01 Thread jkv
posted has a reference to apache.commons DiscoverSingleton for Singleton patterns. I have not tried that in my web applications. Will that help me?? instead of using the conventional singleton pattern?? Any suggestion is highly appreciated Thanks in advance jkv -- View this message in cont

Re: Tomcat Https loadbalancing??

2009-11-25 Thread jkv
oes to httpd then its load balanced between > https requests to > multiple tomcats. What you'll loose over the ajp protocol i'm sure > someone will let us know > > Hope this helps > > D > > > On 25/11/09 09:18, jkv wrote: >> Hello, >> >&g

Re: Tomcat Https loadbalancing??

2009-11-25 Thread jkv
and we can also conclude we cannot have a secure horizontal loadbalancing with Apache and Tomcat! Regards JKV Peter Crowther wrote: > > 2009/11/25 jkv : >> We are using Tomcat 6.0 and running HTTPS (enabled SSL). The number of >> requests has grown up and we have decided t

Tomcat Https loadbalancing??

2009-11-25 Thread jkv
appreciated. Thanks in advance. Regards jkv -- View this message in context: http://old.nabble.com/Tomcat-Https-loadbalancing---tp26509573p26509573.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To