Re: [PATCH]: X-Forwarded-For support

2009-12-12 Thread William A. Rowe Jr.
Brane F. Gračnar wrote: > Hello :) > > This patch adds support for X-Forwarded-For (or any other) http request > header > holding ip address of real client so that request.getRemoteAddr() return > correct address if tomcat is running behind apache or any other reverse http > proxy. Note you c

svn commit: r889968 - /tomcat/tc5.5.x/trunk/container/webapps/docs/jasper-howto.xml

2009-12-12 Thread markt
Author: markt Date: Sat Dec 12 19:51:03 2009 New Revision: 889968 URL: http://svn.apache.org/viewvc?rev=889968&view=rev Log: Correct param name Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/jasper-howto.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/jasper-howto.xml URL:

svn commit: r889967 - /tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml

2009-12-12 Thread markt
Author: markt Date: Sat Dec 12 19:50:37 2009 New Revision: 889967 URL: http://svn.apache.org/viewvc?rev=889967&view=rev Log: Correct param name Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.or

svn commit: r889966 - in /tomcat/trunk: conf/web.xml java/org/apache/jasper/EmbeddedServletOptions.java

2009-12-12 Thread markt
Author: markt Date: Sat Dec 12 19:49:40 2009 New Revision: 889966 URL: http://svn.apache.org/viewvc?rev=889966&view=rev Log: Make init param name consistent Modified: tomcat/trunk/conf/web.xml tomcat/trunk/java/org/apache/jasper/EmbeddedServletOptions.java Modified: tomcat/trunk/conf/web

svn commit: r889965 - /tomcat/trunk/modules/bayeux/

2009-12-12 Thread markt
Author: markt Date: Sat Dec 12 19:48:33 2009 New Revision: 889965 URL: http://svn.apache.org/viewvc?rev=889965&view=rev Log: Ignores if building module in Eclipse Modified: tomcat/trunk/modules/bayeux/ (props changed) Propchange: tomcat/trunk/modules/bayeux/ ---

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-12 Thread anthonyvierra
I would like to attempt to get the team to complete this next week. At this point we are looking at the session manager. Is there some other area we should look at modifying? On Sat, Dec 12, 2009 at 5:06 AM, Mark Woodward wrote: > About 12 years ago, I wrote a system called msession for PHP that

Re: Storing Tomcat Sessions to MySQL (and Memcached) Round-Robin without sticky sessions

2009-12-12 Thread Mark Woodward
About 12 years ago, I wrote a system called msession for PHP that was basically a high-speed cache for sessions. I have been using it for PHP sites ever since. The one thing I've never liked about tomcat is sticky sessions. It doesn't scale well enough. With gig ethernet, a shared network based