> From: Randall Smith [mailto:rand...@tnr.cc]
> Subject: Memory Issue with Tomcat 6.0.28 and 6.0.29
> I didn't see a 6.0.27 release to try. Did something change between
> 6.0.26 and 6.0.28 that could cause this?
The only things I can spot in the changelog are related to we
I'm running a 3rd party application on Tomcat and getting out of memory
errors. With Tomcat 6.0.20 and 6.0.26 it runs fine and consumes < 100MB
of RAM max. If I use Tomcat 6.0.28 or 6.0.29, giving up to 5 GB to the
JVM heap, I get out of memory errors.
This is on both Windows Server
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: Re: Tomcat 6.0.28
> On 10/17/2010 4:22 AM, Brian Muha wrote:
> > I am looking for help with the GlobalRequestProcessor...
> As far as I know, this is not a Tomcat class. Can you give us the
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Brian,
On 10/17/2010 4:22 AM, Brian Muha wrote:
> I am looking for help with the GlobalRequestProcessor...
As far as I know, this is not a Tomcat class. Can you give us the
fully-qualified class name?
- -chris
-BEGIN PGP SIGNATURE-
Version:
Hello All
I am looking for help with the GlobalRequestProcessor Can someone define
what this actually is ... I am more concerned with the processing time in the
Mbean...
This seems to be my last bottleneck ... Per 1000 req/sec this is using about
150ms
The goal here is 10,000 Req/sec wit
On 24/09/2010 14:30, Sean Killeen wrote:
> @ Chuck / Mark,
>
> I have renamed the tcnative-1.dll to tcnative-1.skdll, and have commented
> out the AprLifecycleListener line.
>
> And it works! :)
>
> So, something to know is that despite Commenting out the
> AprLifecycleListener line, it was stil
that probably solves my issue -- thanks for all the help and
support!
All the best,
Sean
On Fri, Sep 24, 2010 at 9:07 AM, Caldarale, Charles R <
chuck.caldar...@unisys.com> wrote:
> > From: Sean Killeen [mailto:seankill...@gmail.com]
> > Subject: Re: Tomcat 6.0.28 w/ VeriSign S
> From: Sean Killeen [mailto:seankill...@gmail.com]
> Subject: Re: Tomcat 6.0.28 w/ VeriSign SSL & TLS -- Errors upon startup.
> Also, where is the "native DLL", and what should it be
> named for 6.0.28?
Rename bin/tcnative-1.dll to something that doesn't end
e keystore
> > with the same connector that starts up without error. However, the Tomcat
> > 6.0.28 instance starts up with error.
> >
> > I did a diff on the files with Notepad++ and they are pretty much exactly
> > the same. I pasted my 6.0 connector to replace 6.0.
On 23/09/2010 11:48, Sean Killeen wrote:
> Sorry for the additional reply but I found some additional information that
> might be relevant:
>
> We have a tomcat 6.0 installation that is referring to the same keystore
> with the same connector that starts up without error. Howe
with Memory Leaks on Tomcat 6.0.28
I'll do some of this inline:
> WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context}
> Setting
>property 'debug'
> to '0' did not find a matching property.
Two things here:
1. Place your context in a META-INF/cont
Sorry for the additional reply but I found some additional information that
might be relevant:
We have a tomcat 6.0 installation that is referring to the same keystore
with the same connector that starts up without error. However, the Tomcat
6.0.28 instance starts up with error.
I did a diff on
I'll do some of this inline:
> WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting
>property 'debug'
> to '0' did not find a matching property.
Two things here:
1. Place your context in a META-INF/context.xml file in your web application,
not in server.xml
2. Remove the
@Kishore: I attempted your fix, but the errors remain so I changed it back.
@Mark: I commented the AprLifecycleListener listener, but the error remains.
The listeners section of server.xml now looks like:
Thanks for the fast responses! Hoping to find a resolution to this soo
On 23/09/2010 11:26, Kishore Kumar Manthangod wrote:
> Looks this is culprit. Either file not found at d:\keystore\.keystore or
> change it to d:/keystore/.keystore (Forward slashing)
Nope. That is not the problem in this case.
Mark
-
On 23/09/2010 11:21, Sean Killeen wrote:
> Our Tomcat Connector (only connector in the file):
>
> port="8443"
> protocol="HTTP/1.1"
> protocols="TLSv1"
> SSLEnabled="true"
> enableLookups="false"
> acceptCount="100"
> maxThreads="200"
> scheme="https"
> keystoreFile="d:\keyst
HTTP/1.1"
> protocols="TLSv1"
> SSLEnabled="true"
> enableLookups="false"
> acceptCount="100"
>maxThreads="200"
> scheme="https"
> keystoreFile="d:\keystore\.keystore"
> keystorePass="[redacted]&q
can be found below; Please let me know if I can provide
any additional information that will help. Thank you!
--
Sean
---
Our Tomcat Connector (only connector in the file):
---
The full startup output of Tom
On 23/09/2010 10:58, Kevin Mai wrote:
> Sep 23, 2010 2:57:09 PM org.apache.catalina.core.StandardContext start
> SEVERE: Error listenerStart
The stack trace for this will be in the localhost log (or maybe an app
specific log).
Mark
--
talina
Sep 23, 2010 2:57:06 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.28
Sep 23, 2010 2:57:09 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
Sep 23, 2010 2:57:09 PM org.apache.catalina.core.StandardContext start
SEVERE: C
> From: Kevin Mai [mailto:k...@mrecic.gov.ar]
> Subject: Issues with Memory Leaks on Tomcat 6.0.28
> I'm getting this error on my tomcat installation:
> SEVERE: Error listenerStart
The above is the real problem. (Note that you didn't give us the interesting
part of
I'm getting this error on my tomcat installation:
SEVERE: Error listenerStart
Sep 23, 2010 2:29:40 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/Simon] startup failed due to previous errors
Sep 23, 2010 2:29:40 PM org.apache.catalina.loader.WebappClassLoader
clearThreadL
gov]
Sent: Wednesday, August 11, 2010 1:32 PM
To: 'Tomcat Users List'
Subject: RE: Configuring Tomcat 6.0.28 with SSL
>-Original Message-
>From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
>[mailto:jason.t.hansel@navy.mil]
>Subject: RE: Configuring Tomcat
>-Original Message-
>From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
>[mailto:jason.t.hansel@navy.mil]
>Subject: RE: Configuring Tomcat 6.0.28 with SSL
>
>Well, IIS is listening on 443. Our users authenticate via PKI, through
>IIS
>(which is set-u
> From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
> [mailto:jason.t.hansel@navy.mil]
> Subject: RE: Configuring Tomcat 6.0.28 with SSL
>
> Do you know of any methods to speed up performance when configuring
> Tomcat->isapi_redirect->IIS?
Sorry, no. I tr
, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Wednesday, August 11, 2010 11:46 AM
To: Tomcat Users List
Subject: RE: Configuring Tomcat 6.0.28 with SSL
> From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
> [mailto:jason.t.hansel@navy.mil]
> Subject: RE: Configuring Tomcat 6.0.28 wit
> From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
> [mailto:jason.t.hansel@navy.mil]
> Subject: RE: Configuring Tomcat 6.0.28 with SSL
>
> Well, IIS is listening on 443.
Then Tomcat can't - unless you use different IP addresses for IIS and Tomcat.
> if I
ldar...@unisys.com]
Sent: Wednesday, August 11, 2010 10:59 AM
To: Tomcat Users List
Subject: RE: Configuring Tomcat 6.0.28 with SSL
> From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
> [mailto:jason.t.hansel@navy.mil]
> Subject: RE: Configuring Tomcat 6.0.28 with SSL
>
> I do ge
> From: Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
> [mailto:jason.t.hansel@navy.mil]
> Subject: RE: Configuring Tomcat 6.0.28 with SSL
>
> I do get the "INFO: The APR based Apache Tomcat Native
> library which allows optimal performance in production
> env
t Users List
Subject: Re: Configuring Tomcat 6.0.28 with SSL
There are two ways to add SSL support to Tomcat
a) Pure java support
b) Using OpenSSL through the APR library
For (b) you need to compile (or use a distribution with) the Tomcat Native
Library.
Configuring SSL using (a) is differen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jason,
On 8/10/2010 3:41 PM, Hansel, Jason T CTR SPAWARSYSCEN-ATLANTIC, 55E00
wrote:
> I am abandoning the IIS/isapi_redirect.dll method of authenticating via SSL
> into our web application due to the "authentication" process taking a while,
> causing
There are two ways to add SSL support to Tomcat
a) Pure java support
b) Using OpenSSL through the APR library
For (b) you need to compile (or use a distribution with) the Tomcat
Native Library.
Configuring SSL using (a) is different than when using (b).
You may now if your server is running the
I am abandoning the IIS/isapi_redirect.dll method of authenticating via SSL
into our web application due to the "authentication" process taking a while,
causing the web app to run abnormally slow.
I am wanting to use our server certificate (PKCS12) as the keystore. I've
been doing a lot of resea
ark
>
> -Original Message-
> From: jean-frederic clere
> To : Tomcat Developers List ,
> annou...@apache.org, Tomcat Users List ,
> annou...@tomcat.apache.org
> Sent: Fri Jul 09 8:42:16 2010
> Subject: Re: [ANN] Apache Tomcat 6.0.28 released
>
> The
I take it the change log for 28 will be up soon?
-Original Message-
From: jean-frederic clere
To : Tomcat Developers List ,
annou...@apache.org, Tomcat Users List ,
annou...@tomcat.apache.org
Sent: Fri Jul 09 8:42:16 2010
Subject: Re: [ANN] Apache Tomcat 6.0.28 released
The Apache
The Apache Tomcat team announces the immediate availability of Apache
Tomcat 6.0.28 stable. This release includes bug-fixes over Apache
Tomcat 6.0.26.
Apache Tomcat 6.0 includes new features over Apache Tomcat 5.5,
including support for the new Servlet 2.5 and JSP 2.1 specifications, a
refactored
36 matches
Mail list logo