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
-
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
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
somewhere?
Thanks!
Seth
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo