Re: I have a problem with Apache, Tomcat

2009-05-06 Thread nohacks
/mod/mod_cache.html#cachedisable Thanks Again. Phil Rainer Jung-3 wrote: > > On 05.05.2009 22:17, nohacks wrote: >> 1) Which component should respond to this request, Apache or Tomcat? >> >> Tomcat should answer all. I am not using Apache to server any Static &g

RE: I have a problem with Apache, Tomcat

2009-05-05 Thread nohacks
Apache has better Security and Load balancing for the tomcat cluster. Phil Caldarale, Charles R wrote: > >> From: nohacks [mailto:philipfwil...@gmail.com] >> Subject: Re: I have a problem with Apache, Tomcat >> >> I am not using Apache to server any Static

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread nohacks
P/1.1" 2001254 "http://www.myAppName.com/login.jsf"; "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; FDM; .NET CLR 2.0.50727)" Thanks Phil Rainer Jung-3 wrote: > > On 05.05.2009 16:12, nohacks wrote

Re: I have a problem with Apache, Tomcat

2009-05-05 Thread nohacks
Hi Guys, Thanks for your feedback with this issue. This has been making me crazy for such a long time. I have put this in last night and tested. JkMount /*.jsp loadbalancer JkMount /*.jsf loadbalancer JkMount /* loadbalancer JkMount /servlet/* loadbalancer

Re: I have a problem with Apache, Tomcat

2009-05-04 Thread nohacks
uot; 78.124.0.12 - - [04/May/2009:11:24:42 -0400] "POST /login.jsf;jsessionid=7B8278D155437DE625509198918C08D4.tomcat2 HTTP/1.1" 404 7014 "http://www.myAppName.com/login.jsf"; "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET C

Re: I have a problem with Apache, Tomcat

2009-05-02 Thread nohacks
e image/png A2592000 ExpiresByType image/jpg A2592000 ExpiresByType image/jpeg A2592000 === end of httpd.conf === Christopher Schultz-2 wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Nohacks, > > On 4/30/2009 4:18 PM, nohacks wrote: >> You can

I have a problem with Apache, Tomcat

2009-04-30 Thread nohacks
You can see from my logs that apache returns a 200 for my login page then returns a 404 from It seems to be an issue now and then. It works for a while then it tosses a 404. Maybe after a timeout I really dont know...Hard to recreate. but my logs are full of 404 jsessionid issues... Any help out

Re: How do I host multiple websites with Apache2 and Tomcat Cluster ??

2009-04-27 Thread nohacks
SIGNED MESSAGE- > Hash: SHA1 > > Phil, > > On 4/26/2009 2:47 AM, nohacks wrote: >> How you host multiple websites with Apache2 and Tomcat Cluster ?? > > When you say "multiple websites" do you mean "multiple webapps"? Serving >

Re: How do I host multiple websites with Apache2 and Tomcat Cluster ??

2009-04-25 Thread nohacks
This is my httpd.conf file. LoadModule jk_module /usr/lib/apache2/modules/mod_jk-1.2.27-httpd-2.2.6.so JkStripSession On JkMount /*.jsp loadbalancer JkMount /*.jsf loadbalancer # JkMount /*.jsp ajp13 # JkMount /*.jsf ajp13 JkWorkersFile workers.properties JkShmFile /var/log/httpd/mod_jk.

How do I host multiple websites with Apache2 and Tomcat Cluster ??

2009-04-25 Thread nohacks
Hi All, I have a question for any Apache Tomcat master. How you host multiple websites with Apache2 and Tomcat Cluster ?? It would be nice to have separate log files ?? I am using AJP and wondering how this would work. Also, with sticky sessions and separate websites ?? Thanks for all help. P

Re: Tomcat 6 Cluster with Apache 2.2.9 issues

2009-04-08 Thread nohacks
Look for the replacement of "balanced_workers" in http://tomcat.apache.org/connectors-doc/reference/workers.html Also remove the ps line from workers.properties. It has no meaning. Furthermore look at the page http://tomcat.apache.org/connectors-doc/generic_howto/timeouts.html to learn mor

RE: Tomcat 6 Cluster with Apache 2.2.9 issues

2009-04-08 Thread nohacks
thanks for the reply. I updated my workers.properties file to worker.list=loadbalancer still get this in my mod_jk.log. [Wed Apr 08 17:21:46.840 2009] [29811:3075569408] [warn] jk_map_validate_property::jk_map.c (410): The attribute 'worker.loadbalancer.balanced_workers' is deprecated - pl

Re: Tomcat 6 Cluster with Apache 2.2.9 issues

2009-04-08 Thread nohacks
This is my workers.properties file too. Thanks Phil # workers.properties ps=/ # list the workers by name worker.list=tomcat1,tomcat2,tomcat3,loadbalancer # # Specifies the load balance factor when used with # a load balancing worker. # Note: # > lbfactor must be > 0 # > Low lbfactor

Tomcat 6 Cluster with Apache 2.2.9 issues

2009-04-08 Thread nohacks
Hi All, I have been working with this problem for 3 weeks now and can't seem to figure it out. I have a cluster of 3 Tomcat servers using mod_jk/1.2.27 and Apache 2.2.9 and Tomcat 6.0.18 I am seeing these errors in my mod_jk.log. [Tue Apr 07 17:57:11.829 2009] [29020:3075438336] [warn] jk_map_v