Re: tomcat clustering

2011-04-28 Thread Seth
ng error. Application [app war name] in used. touch war file [app war name] again! The app deploys to all my Tomcats in the cluster but then immediately un-deploys from one of them and throws that error.. Any suggestions? Seth -

HTTP Error 414. The request URL is too long.

2023-03-09 Thread Seth Mayers
I am running Apache Tomcat Version 9.0.48. If I post a transaction that is very large, I get the "414; The request URL is too long". I have tried adding a bunch of parameters to my server.xml file but none of them seem to work. I have tried: maxHttpHeaderSize="262144" maxSavePostSize="-1" maxPos

Re: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Seth Mayers
wrote: > On 3/9/2023 5:47 PM, Jason Tan wrote: > > Hi Seth, > > One of my customer had the same error. We also tried increasing > maxHttpHeaderSize as suggested on Google. It worked for him for a while, > but he encountered the same error again later on. > > Our developers g

Request Entity Too Large with mod_jk and SSL Client Certs

2006-04-03 Thread Seth Milder
somewhere? Thanks! Seth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Request Entity Too Large with mod_jk and SSL Client Certs

2006-04-04 Thread Seth Milder
Bill Barker wrote: "Seth Milder" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hi list, I am seeing this in the logs when posting to a particular URL: [Mon Apr 03 14:52:06 2006] [13089:15648] [debug] ajp_get_endpoint::jk_ajp_common.c (2131): acquired connect

Supporting accented characters in URL with URIEncoding=UTF-8

2007-12-04 Thread Rohit Seth
I tried to search the issue in forum but couldn't find any solution. We need to support special characters in URL (like ます or õñü). After going through various articles we have done following changes to accomplish the same 1. Added URIEncoding="UTF-8" in connector element. 2. Modified code to se

FarmWarDeployer Tomcat 7.0.12 Clustering Help

2011-04-29 Thread Seth Lenzi
I'm trying to use org.apache.catalina.ha.deploy.FarmWarDeployer with Tomcat 7.0.12 to deploy my war files to a Tomcat cluster (two Tomcat's both version 7.0.12.) They war file is successfully deployed to both Tomcats but then the war is immediately un-deployed from one of them. The followi

Re: FarmWarDeployer Tomcat 7.0.12 Clustering Help

2011-04-29 Thread Seth Lenzi
directory="logs" prefix="localhost_access_log." suffix=".txt" pattern="%h %l %u %t "%r" %s %b" resolveHosts="false"/> On 4/29/2011 10:36 AM, Mark Thomas wrote: On 29/04/2011 15:29

Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
Anyone here have any experience with asynchronous servlets under a Tomcat that's linked to Apache via mod_jk? I have an asynchronous servlet that's working nicely when accessed directly from Tomcat, but, when I access it by going through Apache and mod_jk the ServletRequest.startAsync() functi

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
connector. Thanks for your reply. -S On 6/6/2011 4:49 PM, André Warnier wrote: Seth Lenzi wrote: Anyone here have any experience with asynchronous servlets under a Tomcat that's linked to Apache via mod_jk? I have an asynchronous servlet that's working nicely when accessed dir

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-06 Thread Seth Lenzi
OK, thanks. I'll keep plugging away at it. -S On 6/6/2011 5:21 PM, ma...@apache.org wrote: Seth Lenzi wrote: I'm using Tomcat v7.0.14, Apache v2.2.17, and mod_jk v1.2.30. The Servlet I have does not implement CometProcessor. It's just a regular HttpServlet which creates

Re: Asynchronous servlets + Tomcat + mod_jk

2011-06-07 Thread Seth Lenzi
lina.tribes.group.interceptors.MessageDispatch15Interceptor"/> filter=""/> className="org.apache.catalina.ha.session.JvmRouteSessionIDBinderListener"/> className="org.apache.catalina.ha.session.ClusterSessionListener"/> -S On 6/6/2011 5:21 PM, ma...@apa

async requests on cluster

2011-06-07 Thread Seth Lenzi
The isAsyncSupported() method of the SerlvletRequest object returns false when you uncomment the className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/> element in the server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems to break support for asynchronous servlets... Is there s

Re: async requests on cluster

2011-06-07 Thread Seth Lenzi
OK, thanks for the info! -S On 6/7/2011 5:34 PM, Mark Thomas wrote: On 07/06/2011 21:46, Seth Lenzi wrote: The isAsyncSupported() method of the SerlvletRequest object returns false when you uncomment the element in the server.xml file (Tomcat 7.0.14). Basically, enabling clustering seems

Tomcat on Windows Server 2003 x64

2006-08-25 Thread Seth P. Low
something that I should be considering to maximize performance. What would this get me? Maybe I am missing something. Thanks as always, -Seth - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL