RE: FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-15 Thread Mike Webb
Services after upgrade from 8.5.30 to 8.5.58 CAUTION: This e-mail originated outside the University of Southampton. Mike, On 9/13/21 10:56, Mike Webb wrote: > I manage a web application that uses REST Web Services. After upgrading from > 8.5.30 to 8.5.58, the web services return 403 me

RE: FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-14 Thread Mike Webb
Schultz Sent: 14 September 2021 4:02 PM To: users@tomcat.apache.org Subject: Re: FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58 CAUTION: This e-mail originated outside the University of Southampton. Mike, On 9/13/21 10:56, Mike Webb wrote: > I manage a web applicat

RE: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-13 Thread Mike Webb
64 OS Architecture: amd64 -Original Message- From: Mike Webb Sent: 13 September 2021 3:57 PM To: users@tomcat.apache.org Subject: FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58 I manage a web application that uses REST Web Services. After upgrading from 8.5.30 to 8

FW: 403 Errors for REST Web Services after upgrade from 8.5.30 to 8.5.58

2021-09-13 Thread Mike Webb
I manage a web application that uses REST Web Services. After upgrading from 8.5.30 to 8.5.58, the web services return 403 messages. Commenting out the and sections below allows the web services to run again, but it does remove the security constraints. How can I get it working securely aga

Question on Apache Tomcat Patches

2020-02-11 Thread Walker, Mike (GE Aviation, US)
Software Foundation folder for 7.99 files? Since this would imply a change to the path for Tomcat would registry or other tomcat config files need to be modified for the new path? I assume all deployed .war files would need to be re-deployed in the new version also? Thanks for any help! Mike

Question on Apache Tomcat Patches

2020-02-06 Thread Walker, Mike (GE Aviation, US)
see a new folder C:\Program Files\Apache Software Foundation\Tomcat 7.0_Tomcat7_99, or should I just see updates & modifications made to the existing folder C:\Program Files\Apache Software Foundation\Tomcat 7.0 ? Mike Walker W: 910.444.3018 M: 910.

Re: ELContext no longer available to tagfiles

2017-03-24 Thread Mike Strauch
On Tue, Mar 7, 2017 at 2:54 AM, Mark Thomas wrote: > > I think I have fixed this. The fix includes a simplistic test case. > Verification of the fix would be appreciated. > > Mark Hey Mark, Apologies, I just noticed your reply. I see the fix in the 8.0.42 release. I’ll take a

Re: ELContext no longer available to tagfiles

2017-03-24 Thread Mike Strauch
On Fri, Mar 24, 2017 at 3:21 PM, Mike Strauch wrote: > ... I’ll take a look. Appears to be working. Thanks again! -- Mike Strauch Lead Software Engineer, Hannon Hill w. www.hannonhill.com e mike.stra...@hannonhill.com -

classloader for components in META-INF/context.xml?

2017-03-17 Thread Mike Wilson
x found if placed in /lib). Would it make sense for Tomcat to use the webapp classloader for components that are specified in META-INF/context.xml? Best regards Mike Wilson [1] http://stackoverflow.com/questions/10924715/creating-a-custom-tomcat-session -manager-without-putting-the-jar-in-th

Re: ELContext no longer available to tagfiles

2017-03-03 Thread Mike Strauch
> Exactly. An ELContext is being created so that listener should fire. Cool, thanks! -- Mike Strauch Lead Software Engineer, Hannon Hill w. www.hannonhill.com e mike.stra...@hannonhill.com - To unsubscribe, e-mail: us

Re: ELContext no longer available to tagfiles

2017-03-03 Thread Mike Strauch
>> The former solution looks possible and - based on a fairly quick review >> of the specs - should be happening anyway. Just wanted to clarify here. Are you saying that it is correct to assume that each tagfile invocation should be accompanied by a ElContextListener.contextCreated() call? or wou

Re: ELContext no longer available to tagfiles

2017-03-02 Thread Mike Strauch
or additional commands, e-mail: users-h...@tomcat.apache.org > Hey Mark, Thanks for the quick reply. We do have a work around for the problem, but I will create a webapp that replicates it as soon as I can. Thanks again! -- Mik

ELContext no longer available to tagfiles

2017-03-02 Thread Mike Strauch
be passed from the JSP “context” into the tagfiles. Just reading above change entries, though, the latter solution seems like it’d require reverting those exact changes which doesn’t seem ideal. Thanks for the help! -- Mike Strauch w. www.hannonhill.com e mike.stra...@hannonhill.com

Re: http to https all traffic not working

2016-09-22 Thread Mike Johnson
web apps do not use the same type of authentication that the manager-gui does. This may be a red herring, but that's why I posed the question to this listserv. Thanks! Mike. On Thu, Sep 22, 2016 at 11:38 AM, Mark Thomas wrote: > On 22 September 2016 15:43:47 BST, Mike Johnson > wro

Re: http to https all traffic not working

2016-09-22 Thread Mike Johnson
7;t overly important as none of our admins will log into manager remotely, so ssl into manager isn't required. It also seems to work fine with the webapp, which is the main goal. Thanks! Mike. On Thu, Sep 22, 2016 at 10:18 AM, Mike Johnson wrote: > I'm clearly misunderstanding how to

http to https all traffic not working

2016-09-22 Thread Mike Johnson
ve either. Any help would be appreciated. I am admittedly a hacker at this, and don't fully understand all the various config files with tomcat yet... Thanks! Mike. -- Mike Johnson Datatel Programmer/Analyst Northern Ontario School of Medicine 955 Oliver Road Thunder Bay, ON P7B 5E1 Phone: (807) 766-7331 Email: mike.john...@nosm.ca

Re: cookie-related regression in Tomcat 8.5?

2016-09-01 Thread Mike Wertheim
dot fixes the problem. However, this does seem to be a difference in the behavior of Tomcat 8.0 and 8.5, It should probably be mentioned in https://tomcat.apache.org/migration-85.html. On Mon, Aug 29, 2016 at 2:35 AM, Mark Thomas wrote: > On 29/08/2016 03:09, Mike Wertheim wrote: >

Re: cookie-related regression in Tomcat 8.5?

2016-08-29 Thread Mike Wertheim
I don't see any such errors in the logs. Did cookie validation change between Tomcat 8.0 and Tomcat 8.5, or would you expect them to behave identically? On Mon, Aug 29, 2016 at 2:35 AM, Mark Thomas wrote: > On 29/08/2016 03:09, Mike Wertheim wrote: > > I took a look using the L

Re: cookie-related regression in Tomcat 8.5?

2016-08-28 Thread Mike Wertheim
6:10 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mike, > > On 8/27/16 8:44 PM, Mike Wertheim wrote: > > I've found a difference in behavior between Tomcat 8.0.33 and > > Tomcat 8.5

cookie-related regression in Tomcat 8.5?

2016-08-27 Thread Mike Wertheim
I've found a difference in behavior between Tomcat 8.0.33 and Tomcat 8.5.4. Here's the setup... I have some Tomcat servers behind an F5 load balancer. There are two top-level domains (which I'll call domain1.com and domain2.com) pointing to the load balancer. In addition, there is a separate se

Re: Tomcat 8.5 NIO w/ SSL Windows CPU issues

2016-08-10 Thread Mike Noordermeer
ucible it will at least allow us to better pinpoint the problem. The problem hasn't resurfaced after a switch to NIO2, so it seems NIO specific. Kind regards, Mike - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 8.5 NIO w/ SSL Windows CPU issues

2016-08-10 Thread Mike Noordermeer
y ideas or requests for more information are more than welcome. Regards, Mike - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat 8.5 slowdown with Resources element

2016-06-20 Thread Mike Noordermeer
Further profiling leads me to believe that Tomcat starts using JarWarResources if a block is placed in the server.xml file (even if unpackWars and unpackWar are true). Still looking into why it is doing this though... --Mike On 20 June 2016 at 12:06, Mike Noordermeer wrote: > Hi, >

Re: Tomcat 8.5 slowdown with Resources element

2016-06-20 Thread Mike Noordermeer
t does not really explain the issues I'm seeing. Regards, Mike - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat 8.5 slowdown with Resources element

2016-06-20 Thread Mike Noordermeer
ould be different in defining the webapp in server.xml or in a separate context file. Any insights and ideas are appreciated. Many thanks, Mike - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comma

Re: No access log line if client aborts

2015-12-02 Thread Mike Wartes
etting the line to show up at all. On Wed, Dec 2, 2015 at 12:08 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Mike, > > On 12/2/15 2:13 PM, Mike Wartes wrote: > > I'm having a problem where requests made to Tomcat that the client aborts > > earl

No access log line if client aborts

2015-12-02 Thread Mike Wartes
I'm having a problem where requests made to Tomcat that the client aborts early wind up not producing an access log line. I've reproduced it on Tomcat 7.0.39 and Tomcat 8.0.28. The repro case is pretty easy. Just use a browser to make a request to any application endpoint and then close the browse

Re: Tomcat Server and PHP Extensions

2015-11-03 Thread Mike Guo
etter solution for your issue. Of course , you can use mod_php on Apache too Mike Sent from my iPhone > 在 2015年10月29日,07:19,Chris Thompson 写道: > > Does Tomcat Server support PHP extensions? > > I am looking at installing TeamPass on our system and it requires PHP. >

Re: Does Tomcat support clustering for automatic fail over?

2015-11-03 Thread Mike Guo
And I think the important thing is the load balance setup, you can check the Apache proxy module and ajp module , all of them can be found in official document Mike Sent from my iPhone > 在 2015年11月4日,11:59,Mike Guo 写道: > > Hi, Javier. > > I guess you need a load b

Re: Does Tomcat support clustering for automatic fail over?

2015-11-03 Thread Mike Guo
Hi, Javier. I guess you need a load balance for this. Tomcat can be setup as cluster. You can find it in official document. But you have to take care of the session for you application. Mike From my iPhone > 在 2015年11月4日,08:56,javier_esp...@hna.honda.com 写道: > > > Good

Re: what's the Bootstrap? why when I stop it, and tomcat stop running too?

2015-09-24 Thread Mike Guo
Hi, Christoph. thanks for your response, finally, I got the answer for this issue. here’s the link: http://www.oracle.com/technetwork/articles/javase/headless-136834.html it explain why and how about this thing. thank

what's the Bootstrap? why when I stop it, and tomcat stop running too?

2015-09-23 Thread Mike Guo
Hi. all. I knew it should be sent to struts2 mail list, but I feel it is very strange . and kind of related with tomcat. it is a very strange issues. I tried to generate dynamic check code by struts2. so, I used buffered image class and javax.imageio for a ByteInputstream in my Action. l

DisableExplicitGC

2015-01-21 Thread Mike Seda
Is it advisable to have the following JVM option set in Tomcat 7 (with Java 7)? -XX:+DisableExplicitGC Or will this prevent Tomcat itself from calling System.gc() when it needs to? Mike - To unsubscribe, e-mail: users-unsubscr

Re: Undeploy Error

2015-01-14 Thread Mike Seda
On 01/04/2015 11:13 AM, Mark Thomas wrote: > On 03/01/2015 02:25, Mike Seda wrote: >> On 01/01/2015 09:35 AM, Mark Thomas wrote: >>> On 31/12/2014 22:38, Mike Seda wrote: >>> >>>> Please let us know what you think. >>> The information you provid

Re: Delay when: Deploying web application

2015-01-14 Thread Mike Smotritsky
Konstantin, thank you very much! Exactly what I needed! Thanks and Regards, Mike On 1/14/2015 2:05 PM, Konstantin Kolinko wrote: 2015-01-14 14:15 GMT+03:00 Mike Smotritsky : Hi guys, please help me solve this riddle: Startup times for my app are hugely growing with advancement of Tomcat

Delay when: Deploying web application

2015-01-14 Thread Mike Smotritsky
are up to date Very much appreciate you help! Thanks and Regards, Mike - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Undeploy Error

2015-01-02 Thread Mike Seda
On 01/01/2015 09:35 AM, Mark Thomas wrote: > On 31/12/2014 22:38, Mike Seda wrote: > >> Please let us know what you think. > The information you provided doesn't add up. > > CATALINA_BASE: /usr/local/tomcat > > -Dwebapp.path=/srv/tomcat/webapps/$1/ /usr/loca

Undeploy Error

2014-12-31 Thread Mike Seda
/7.0.52 Server built: Feb 13 2014 10:24:25 Server number: 7.0.52.0 OS Name:Linux OS Version: 3.4.83-70.111.amzn1.x86_64 Architecture: amd64 JVM Version:1.7.0_51-mockbuild_2014_01_15_06_32-b00 JVM Vendor: Oracle Corporation Please let us know what you think.

Re: "Invalid Server SSL Protocol" on Tomcat 8.0.15 with Tomcat Native library 1.1.32 and APR 1.5.1

2014-12-17 Thread Mike Wertheim
ocol" - changed sslProtocol from "TLS" to "TLSv1.2" - changed SSLCertificateChainFile to SSLCACertificateFile On Wed, Dec 17, 2014 at 6:20 PM, Sanaullah wrote: > > Hi Mike. > > here is my working configuration with APR. > > >protocol="org.apache

Re: "Invalid Server SSL Protocol" on Tomcat 8.0.15 with Tomcat Native library 1.1.32 and APR 1.5.1

2014-12-17 Thread Mike Wertheim
I should have included this in the previous message. The AprLifecycleListener is declared in server.xml like this: On Wed, Dec 17, 2014 at 5:12 PM, Mike Wertheim wrote: > > I'm trying to upgrade from Tomcat 7.0.41 with APR to Tomcat 8.0.15 with > APR. (I'm using JDK

"Invalid Server SSL Protocol" on Tomcat 8.0.15 with Tomcat Native library 1.1.32 and APR 1.5.1

2014-12-17 Thread Mike Wertheim
prEndpoint.java:527) The SSL Connector in server.xml looks like this: Can anyone see what might be going wrong? Thanks, Mike

RE: Websocket impl limits message rate?

2014-08-12 Thread Messinides, Mike
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, August 12, 2014 8:26 AM To: Tomcat Users List Subject: Re: Websocket impl limits message rate? On 12/08/2014 13:14, André Warnier wrote: > Messinides, Mike wrote: >> Tomcat 7.0.54/JVM 1.7.0_51-b13/W

Websocket impl limits message rate?

2014-08-12 Thread Messinides, Mike
Tomcat 7.0.54/JVM 1.7.0_51-b13/Win2008x64 I have a websocket server endpoint in Tomcat and a Tyrus 1.7 client. When I try to send text messages from the Tyrus client to Tomcat, it appears that messages get dropped when sent at a rate greater than 1 every ten seconds. Is there configuration that

Re: Error using same server.xml from a RedHat box on a Windows 2008 R2 box

2014-02-27 Thread Mike Johnson
Thank you all for your very thorough responses. I have learned a ton from 2 emails. I appreciate your time in responding to educate me. Mike. On Thu, Feb 27, 2014 at 10:09 AM, Mark Thomas wrote: > On 27/02/2014 14:40, Mike Johnson wrote: > > Here's the issue that I'm looki

Error using same server.xml from a RedHat box on a Windows 2008 R2 box

2014-02-27 Thread Mike Johnson
me at other organizations, and they have been able to reproduce this problem. It just doesn't seem right that I can't do the same thing on a Windows box. Anyone have any thoughts? Mike. -- Mike Johnson Datatel Programmer/Analyst Northern Ontario School of Medicine 955 Oliver Roa

Re: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-06 Thread Mike Abernethy
So was this a bug then?  The service.bat not being present in the zip file wasn't the core issue - it was the classpath not finding the tomcat-juli.jar in the right location. From: "Caldarale, Charles R" To: Tomcat Users List ; Mike Ab

Re: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-05 Thread Mike Abernethy
tz To: Tomcat Users List Sent: Thursday, September 5, 2013 12:42 PM Subject: Re: 7.0.42 - tomcat-juli.jar not found on classpath -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 9/4/13 4:42 PM, Mike Abernethy wrote: > I installed Tomcat 7.0.42 on my Windows 2008 server. I have Tomcat &g

Re: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-05 Thread Mike Abernethy
IGNED MESSAGE- Hash: SHA256 Mike, On 9/5/13 1:57 PM, Mike Abernethy wrote: > I'm not clear on what you're specifying.  First you suggest that > there shouldn't be a file tomcat7/bin/service.bat  but then later > cut text from it.  The file exists on the 7.0.42.zip that I

7.0.42 - tomcat-juli.jar not found on classpath

2013-09-04 Thread Mike Abernethy
(or correct) behavior. Many thanks, Mike Abernethy - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

RE: getRequestURI() in relation to Connector.URIEncoding

2013-02-18 Thread Mike Wilson
e this alternative the least. 2) Invalid, throw an error back at the client This is strict and clear, might surprise some folks if implemented in a point release. 3) Decode binary chars in getRequestURI() according to URIEncoding (ie, returning a fully d

RE: getRequestURI() in relation to Connector.URIEncoding

2013-02-17 Thread Mike Wilson
Mark Thomas wrote: > On 17/02/2013 16:54, André Warnier wrote: > > Mike Wilson wrote: > > > > >> Example 2: path /ä in "binary" Unicode > >> GET /.. [0xC3,0xA4] > >> request.getRequestURI() -> "/.." [0xC3,0xA4] > >&g

RE: getRequestURI() in relation to Connector.URIEncoding

2013-02-17 Thread Mike Wilson
then should return byte[]) ? [Naturally, not doing URL-decoding also means that the underlying character encoding remains untouched. The "bug" here is when only character encoding is present. F ex, this appears in some mod_jk configurations.] Best regards Mike Christopher

getRequestURI() in relation to Connector.URIEncoding

2013-02-14 Thread Mike Wilson
question is if this behaviour has changed throughout Tomcat versions? We got problems with this when upgrading to Tomcat 7, and it seems we have been getting decoded strings previously when we were using Jboss 4 (based an Tomcat 5.5 IIRC).

help me unsubscribe

2012-10-02 Thread mike shugar
Hi Please help me unsubscribe from the digest list. I have sent about a dozen blank emails to users-digest-unsubscr...@tomcat.apache.org over the last month but I continue to receive digest emails. What am i doing wrong?

RE: Calling Bootstrap.main from a Java program

2012-07-26 Thread Mike O'Leary
Thanks, for this information. It helped me with everything I needed to know, including things I didn't realize that I needed to know at the time. Mike -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Sunday, July 15, 2012 4:55 PM To: Tomcat

Minimum Java Version question

2012-07-23 Thread mike shugar
long Java 1.6 is also installed? If so, would you expect Java 1.3 to be able to run on all future versions of Tomcat? Thanks, Mike

Calling Bootstrap.main from a Java program

2012-07-15 Thread Mike O'Leary
is the best way to start and stop Tomcat programmatically from a Java application? If it is better to do it using a different class, such as Tomcat or Embedded, could someone point me to information about how to do that? I tried using the Tomcat class recently and I couldn't get it to work either. I am working with Tomcat 7.0.25 x64 on Windows 2008 Server. Thanks, Mike

RE: multiple mod_jk server mappings and JSESSIONID

2012-06-10 Thread Mike Wilson
3/xyz|/* = serverA-lb For future reference I answer your replies below. Thanks for all input! Best regards Mike Rainer Jung wrote 28 april 2012 17:16: > On 28.04.2012 16:52, Mike Wilson wrote: > > I need to set up a configuration where a site's path space > > gets distributed over tw

multiple mod_jk server mappings and JSESSIONID

2012-04-28 Thread Mike Wilson
D cookie on one of the servers? Best regards Mike Wilson - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

clarification on "Correct error in fix for 49683"

2012-01-21 Thread Mike Wertheim
The change log for Tomcat 7.0.25 contains this entry: "Correct error in fix for 49683. (markt)" Is this bug fix expected to fix the file descriptor leak that was reported in Tomcat 7.0.23? - To unsubscribe, e-mail: users-unsubscr

Re: 7.0.22+ fd leak with APR/native

2012-01-13 Thread Mike Wertheim
Has a bug been logged for this issue (what seems to be a file descriptor leak)? On Tue, Jan 3, 2012 at 1:17 PM, Mark Thomas wrote: > I am trying to bring together all the information I have gleaned on this > so far from the multiple threads to try and find the common factors. > > So far I have: >

Re: 7.0.22+ fd leak with APR/native

2012-01-04 Thread Mike Wertheim
On Tue, Jan 3, 2012 at 1:17 PM, Mark Thomas wrote: > I am trying to bring together all the information I have gleaned on this > so far from the multiple threads to try and find the common factors. > > So far I have: > - 7.0.21 is OK > - 7.0.22 has an fd leak > - 7.0.23 has an fd leak and may leak

Re: help analyzing thread dump for Tomcat 7.0.23 issue

2012-01-03 Thread Mike Wertheim
On Mon, Jan 2, 2012 at 6:55 PM, Mike Wertheim wrote: > On Mon, Jan 2, 2012 at 3:09 PM, Christopher Schultz > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Mike, >> >> On 12/29/11 9:01 PM, Mike Wertheim wrote: >>> I did a stac

Re: help analyzing thread dump for Tomcat 7.0.23 issue

2012-01-02 Thread Mike Wertheim
On Mon, Jan 2, 2012 at 3:09 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Mike, > > On 12/29/11 9:01 PM, Mike Wertheim wrote: >> I did a stack dump on 7.0.23 when it was in its messed up state. >> No threads are blocked

Re: File leak in 7.0.23?

2012-01-02 Thread Mike Wertheim
On Mon, Jan 2, 2012 at 4:31 PM, Konstantin Kolinko wrote: > 2011/12/31 Janne Jalkanen : >> Hi all! >> >> I am seeing odd behaviour with 7.0.23, with the tomcat user's open file >> count increasing slowly, but consistently. Two other instances running the >> exact same codebase on identical hardw

Re: File leak in 7.0.23?

2012-01-02 Thread Mike Wertheim
If a simple test case isn't discovered, I'm happy to test out potential fixes (by deploying the fixes to one of my production servers and seeing whether or not the server dies after running for a day). On Sun, Jan 1, 2012 at 7:17 AM, wrote: > Janne Jalkanen wrote: > >>APR + native. Good catch t

Re: help analyzing thread dump for Tomcat 7.0.23 issue

2011-12-31 Thread Mike Wertheim
On Sat, Dec 31, 2011 at 12:53 PM, Pid * wrote: > On 31 Dec 2011, at 16:14, Mike Wertheim wrote: > >> I'm using the APR Connector. >> >> Here's my server.xml: >> >> >> >> >>  > SSLEngine="on" /> >>   >

Re: File leak in 7.0.23?

2011-12-31 Thread Mike Wertheim
7.0.21 and 7.0.22, keeping an eye out for anything that could be causing a file leak. On Sat, Dec 31, 2011 at 11:17 AM, Pid * wrote: > On 31 Dec 2011, at 18:19, Mike Wertheim wrote: > >> I'm not sure how useful this comment is, but...  I also recently >> posted about an app th

Re: File leak in 7.0.23?

2011-12-31 Thread Mike Wertheim
I'm not sure how useful this comment is, but... I also recently posted about an app that runs fine on Tomcat 7.0.21 and dies a slow horrible death on Tomcat 7.0.23. It would seem that a bug was introduced in either 7.0.22 or 7.0.23. On Sat, Dec 31, 2011 at 6:48 AM, André Warnier wrote: > Jann

Re: help analyzing thread dump for Tomcat 7.0.23 issue

2011-12-31 Thread Mike Wertheim
I'm using the APR Connector. Here's my server.xml: On Sat, Dec 31, 2011 at 5:39 AM, Pid wrote: > On 30/12/2011 02:01, Mike Wertheim wrote: >> I have an app that runs on Tomcat 7

help analyzing thread dump for Tomcat 7.0.23 issue

2011-12-29 Thread Mike Wertheim
I have an app that runs on Tomcat 7.0.21 and APR 1.4.7 just fine. The app serves both SSL and non-SSL traffic. SSL traffic makes up roughly 1% of the overall traffic. The Connectors for SSL and non-SSL both use the default value (200) for maxThreads. When I try to run the app on Tomcat 7.0.23 (

Re: keepalive issue

2011-12-16 Thread Mike Wertheim
t DSL connection or cable connection, could I get away with reducing it to perhaps to 2 seconds, or just 1 second? On Fri, Dec 16, 2011 at 8:20 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: mike.werth...@gmail.com [mailto:mike.werth...@gmail.com] On &

Re: keepalive issue

2011-12-16 Thread Mike Wertheim
In my server.xml, I have this line which turns on APR: And the Connectors look like this: With this configuration, can I assume that the Connector that I'm using is the APR/native Connector (the 3rd one in the Connector Comparison table)? On Fri, Dec 16, 2011 at 5:21 AM, Caldarale,

keepalive issue

2011-12-15 Thread Mike Wertheim
I have a Java app running on Tomcat 7.0.21 with APR 1.4.7. The app runs on 64-bit Java 7 Update 1 on CENT OS servers, with an A10 load balancer that sends traffic to the servers. On average, each server is handling about 80 requests per second. We are having problems with our network connections

Re: increase in file descriptor use from Tomcat 7.0.21 to 7.0.23

2011-11-29 Thread Mike Wertheim
3 (70%) Number of those file descriptors that have filename with "eventpoll": 5579 (29%) On Tue, Nov 29, 2011 at 3:04 PM, Caldarale, Charles R wrote: >> From: mike.werth...@gmail.com [mailto:mike.werth...@gmail.com] On Behalf Of >> Mike Wertheim >> Subject: Re: increase

Re: increase in file descriptor use from Tomcat 7.0.21 to 7.0.23

2011-11-29 Thread Mike Wertheim
descriptors but fewer active connections. Does this info help? Is there anything else I can tell you? Any idea in what changed between 7.0.21 and 7.0.23 that could account for this? Thanks! Mike On Tue, Nov 29, 2011 at 12:35 AM, Pid * wrote: > On 29 Nov 2011, at 01:05, Mike Wertheim wrot

increase in file descriptor use from Tomcat 7.0.21 to 7.0.23

2011-11-28 Thread Mike Wertheim
I have a web app that has been running on Tomcat 7.0.21 with APR 1.4.2 and Tomcat Native 1.1.20 on 64-bit Java 1.6.0.23 on CentOS Linux. I upgraded half of my servers to Tomcat 7.0.23 and left the other half at 7.0.21. I copied the modified server.xml, context.xml and web.xml files from the 7.0.2

Re: Undeploy fails with Tomcat 7 manager application

2011-10-25 Thread Mike
Christopher Schultz christopherschultz.net> writes: > Mike, > > Sounds like you aren't properly shutting-down your logging system when > your webapp undeploys. That would result in the file staying open and > thus being unavailable for delete. > > I agree with Pid

Re: Undeploy fails with Tomcat 7 manager application

2011-10-22 Thread Mike
Mark Thomas apache.org> writes: > > Where is the log file created? Why are you trying to delete it? > > Mark > The logfile is created within the application deployed to the webapps directory of tomcat (and there within "[applicationName]\resources\log"). I am not trying to delete it. Howeve

Re: Undeploy fails with Tomcat 7 manager application

2011-10-21 Thread Mike
aving this problem because the logfile which is created by log4j cannot be deleted since tomcat7 is still accessing it. I don't think this would be called a memory leak!? Even when trying to delete it manually in the file browser it doesn't work. After tomcat is stopped the

6.0.33 catalina.properties - loaders not expanding system properties

2011-09-09 Thread mike . waters
I am using: Tomcat 6.0.33 In the catalina.properties file I have the following: shared.loader=/path/to/a/directory,${tomcat.additional.classpath} My issue is that "/path/to/a/directory" is added to the classpath, but the contents of ${tomcat.additional.classpath} are not. 'ps -eaf' does sho

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
Oh, I see, it was a level confusion. I thought I was being told about an Exception in the compilation process rather than in my source. Thanks, Mike Spreitzer

Re: Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
na/localhost/manager drwxr-xr-x 2 mspreitz staff 68 Jul 6 17:53 work/Catalina/localhost/rippledriver Thanks, Mike Spreitzer From: Pid To: Tomcat Users List Date: 07/06/2011 05:14 PM Subject:Re: Need help debugging JSP compilation failure On 06/07/2011 21:54, Mike Sprei

Need help debugging JSP compilation failure

2011-07-06 Thread Mike Spreitzer
M) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425) Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode) Thanks, Mike Spreitzer

Multiple hosts pointing to different index files for one webapp

2011-06-07 Thread Mike Kennedy
oxyVia On ProxyPreserveHost Off Again, many thanks for your consideration. -Mike

RE: servlet spec violation?

2011-02-05 Thread Mike Wilson
Ok, so how do we get this fixed? Should I submit a bug report somewhere, post the full code that reproduces the problem, or something else? Thanks Mike Mike Wilson wrote: > Konstantin Kolinko wrote: > > 2011/1/25 mikewse : > > > > > > Trying out a simpl

RE: servlet spec violation?

2011-01-25 Thread Mike Wilson
://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; id="WebApp_ID" version="2.5"> servlet25tries index.html index.jsp pathservlet LoggingServlet

FORM based authentication with MD5 encrypted password

2010-12-07 Thread mike lan
Hello everyone, is there a way to do FORM based authentication in tomcat but with MD5 encrypted password ? thanks

Re: connection Pooling in tomcat 6

2010-11-03 Thread mike houston
Can you please explain to me in detail. Thanks, M On Thu, Nov 4, 2010 at 10:43 AM, Will Sumekar wrote: > you can use commons dbcp or c3p0 that are available openly. > > > Will > > > On Thu, Nov 4, 2010 at 12:50 PM, mike houston >wrote: > > > Hi.. > > &g

connection Pooling in tomcat 6

2010-11-03 Thread mike houston
. Thanks, Mike

Re: Tomcat 5.5.30 - connection refused with APR

2010-09-28 Thread Mike Gardiner
due to an error coming out of libcrypto. I think I'll rebuild my openssl and make sure it's using the proper one. -Mike On Tue, Sep 28, 2010 at 3:07 PM, André Warnier wrote: > Mike Gardiner wrote: > >> Hello, >> >> I've set up Tomcat 5.5.30 and am using

Tomcat 5.5.30 - connection refused with APR

2010-09-28 Thread Mike Gardiner
k next for the cause of the trouble? I'm running RedHat with kernel 2.4.18 Thanks, Mike

Tomcat 5.5 won't do TLS

2010-05-04 Thread Looijmans, Mike
esource May 4, 2010 3:13:53 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 453 ms Changing the keystoreFile to "bogus" does not seem to provoke any error either. No other webserver or anything is listening on port 80 or 443. What am I missing? -- Mike This message and attachme

RE: if user's browser doesn't support Cookies, then where to store user's session information?

2010-01-12 Thread Looijmans, Mike
There's an option somewhere to put the session ID into the URL. You can store state information in the session. Be careful, a browser with two windows will share the session between the two windows, so that a user may get very confusing results when you store "currentpage" in the session. Typicall

RE: about the version of HTTP protocol

2010-01-08 Thread Looijmans, Mike
> I want to know does this Tomcat support HTTP/1.0 or HTTP/0.9 > protocol. > Pleas help me make sure of it. > I think the version of used HTTP protocol is > determined by browser, is it right? Tomcat still supports the older protocols. The browser determines the version. Browsers have

RE: How to change effective user id on Windows

2010-01-07 Thread Looijmans, Mike
The current configuration is correct in terms of security - the 'SYSTEM' user is a limited account that has no access to the desktop nor shared network resources. Be warned that running a service under other credentials than the system user is likely to lead to a less secure configuration, instead

RE: Toggling

2010-01-06 Thread Looijmans, Mike
Just redirect "as required". http://myserver/login redirects to https://myserver/login, form submits to the same page and when OK, it redirects to http://myserver/home or whatever. You'll probably need to pass a 'secret' to the home link to preserve the user's login, which might be a simple URI pa

Re: ubuntu 9.10 tomcat6 security manager blocks access to system.properties

2009-12-22 Thread Mike Power
This is not useful information I have read this. It does not answer my specific question. Is it or is it no wrong for a read request via java.lang.System.getProperties to trigger an access request for both read and write permissions? Konstantin Kolinko wrote: 2009/12/23 Mike Power

ubuntu 9.10 tomcat6 security manager blocks access to system.properties

2009-12-22 Thread Mike Power
org.sonatype.nexus.web.PlexusContainerConfigurationUtils.buildContext(PlexusContainerConfigurationUtils.java:93) Mike Power - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

RE: AW: Re: AW: RE: RE: Ignore http header if-modified-since

2009-12-17 Thread Looijmans, Mike
In the days that I was forced to write my own HTTP server implementation, I totally avoided Locale functions, to avoid this particular type of problems. It's safer to create a few string arrays with the proper (english) values and use those for day/month names. Actually, I think the HTTP spec is si

  1   2   3   4   5   >