Re: Tomcat Concurrency

2013-07-15 Thread verlag.preis...@t-online.de
Hi, -Original-Nachricht- > Von: Mark Haroldson > An: > Example: > > Given the following servlet; > > > > Servlet() > > { > > Output("Start thread"); > > Thread.sleep(2); > > Output("End thread") > > } > > > > I would expect the following output > > > > Start Thread >

Re: IE 8 and before refusing to download files (I hate IE)

2013-06-03 Thread verlag.preis...@t-online.de
Hi, -Original-Nachricht- > Von: Jeffrey Janner > An: 'Tomcat Users List' > Ran into an interesting problem today. It seems that IE8 and before > no longer likes how we are sending BLOB files. > > Worked last week as far as we can tell. Works fine for IE9+ and other > browsers, but IE

[OT] Re: Console when running as a service.

2013-03-11 Thread verlag.preis...@t-online.de
Hi André, -Original-Nachricht- > Von: André Warnier > An: Tomcat Users List > Betreff: Re: Console when running as a service. > Datum: Mon, 11 Mar 2013 19:20:23 +0100 > +1. Eek, I tearfully and shamefully agree. > But still 90% or more of corporate internal documents are written as >

[OT] Re: Tomcat Linux/Windows Performance Question

2012-10-29 Thread verlag.preis...@t-online.de
Hi Christopher, -Original-Nachricht- > Von: Christopher Schultz > Datum: Mon, 29 Oct 2012 03:52:36 +0100 > > Personally, I prefer Linux based upon its friendliness to developers > and administrators: it's got the tools we need and it's easy to build > additional tools if necessary. Wel

Re: Two (different) issues with Tomcat 7.0.32 AJP-APR and AJP-NIO connectors

2012-10-25 Thread verlag.preis...@t-online.de
Hi Christopher, -Original-Nachricht- > Von: Christopher Schultz > Datum: Tue, 23 Oct 2012 23:10:41 +0200 > > That sure looks like a JVM bug, but it's always possible that tcnative > gave the JVM a bad pointer and so the bug is in tcnative. > > Can you provide the full back-trace? > O

Two (different) issues with Tomcat 7.0.32 AJP-APR and AJP-NIO connectors

2012-10-22 Thread verlag.preis...@t-online.de
Hi all, I'm running Tomcat 7.0.32 with Java 1.7.0_09 (64-bit) on Windows Server 2008 R2 (64-bit), behind IIS 7.5 with ISAPI Redirector 1.2.37. For the AJP connection, I used the AJP-APR connector (with Tomcat Native 1.1.24). 1) This worked perfectly fine since the initial setup of the server 3

Re: Q) ajp connector

2012-09-13 Thread verlag.preis...@t-online.de
Hi Alex, -Original-Nachricht- > Von: Alex Samad - Yieldbroker > An: Tomcat Users List > Betreff: RE: Q) ajp connector > Datum: Thu, 13 Sep 2012 05:52:55 +0200 > So would that then be > > Client -> websocket -> IIS -> is this still done as AJP or websocket > ->jboss/tomcat > > Is jb

Re: Equivalent of Web Service Extension in IIS6 on XP Professional

2012-07-10 Thread verlag.preis...@t-online.de
Hi, > On 7/10/12 3:29 AM, Vijaya wrote: > > In order to configure the ISAPI Redirector , according to the > > Apache documentation, I need to add a new Web Service Extension in > > IIS6. But the problem is that the web service extension option > > exists only on IIS6 on Windows 2003 server and not

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread verlag.preis...@t-online.de
Hello Jeff & all, > Von: Jeff MAURY > Datum: Mon, 25 Jun 2012 18:46:02 +0200 > Konstantin, > > your explanations are very interesting but unclear to me: what do you > call the inactivity timer ? When it is started ? After the request has > been processed by the servlet ? In that case, I see no

Re: Re : Re: Issue with keep-alive connections, when using APR Connector on Windows and starting Processes from Servlets

2012-06-25 Thread verlag.preis...@t-online.de
> Von: Laurent Petit > Datum: Mon, 25 Jun 2012 17:46:06 +0200 > Hello Jeff & al, > > Here it is, I've created a Git repository with the sources for the > webapp & the test (maven projects), and instructions in the README on > how to reproduce the issue. > > https://github.com/lpetit-yseop/apr

Re: IIS 7.0 Worker process crashes on App Pool recycling since ISAPI redirector 1.2.33

2012-03-18 Thread verlag.preis...@t-online.de
-Original-Nachricht- > Von: Mladen Turk > An: users@tomcat.apache.org > Betreff: Re: IIS 7.0 Worker process crashes on App Pool recycling > since ISAPI redirector 1.2.33 > Datum: Sun, 18 Mar 2012 18:39:15 +0100 > > Could you please try the isapi_redirect_1.2.34_5-dev_win32.zip > If this o

Re: Path of log files changed in Tomcat 7.0.25 when installing as Windows Service

2012-01-27 Thread verlag.preis...@t-online.de
-Original-Nachricht- > Von: Mark Thomas > An: Tomcat Users List > Betreff: Re: Path of log files changed in Tomcat 7.0.25 when > installing as Windows Service > Datum: Fri, 27 Jan 2012 14:38:42 +0100 > > It means you messed up your install. A clean install of 7.0.25 (with > the install

Re: Tomcat 7.0.21: BufferOverflowException in AjpAprProcessor.output()

2011-09-15 Thread verlag.preis...@t-online.de
Hi Christopher, thanks for your reply. I would like to add that the Exceptions seems to have occured when the client aborted the connection, because at the same time of the exception, in the ISAPI log was the following: [Wed Sep 14 13:55:20.645 2011] [736:7288] [error] iis_write::jk_isapi_plu

Tomcat 7.0.21: BufferOverflowException in AjpAprProcessor.output()

2011-09-14 Thread verlag.preis...@t-online.de
Hi, I'm using Tomcat 7.0.21 with Native 1.1.22 and AJP-APR connector on Windows Server 2008 (32 bit) with Java 1.7.0, using ISAPI Connector 1.2.32 for IIS 7. When I looked into the log today, I found two occurrencies of a BufferOverflowException: Sep 14, 2011 1:55:20 PM org.apache.coyote.ajp.A

Re: Servlet 3.0 File Upload

2011-09-06 Thread verlag.preis...@t-online.de
Hi Chris, > > It seems dangerous to allow the client to specify the file name. All > kinds of bad things can happen such as specifying special file names > (does "PRN" still work in win32? through Java?) or overwriting files > from other clients. > > I would highly recommend that some portion of

Re: Multiple errors (regressions) on Tomcat 7.0.17

2011-07-04 Thread verlag.preis...@t-online.de
On 04/07/2011 16:56, Mark Thomas wrote: > The problem has been found and fixed. I'm leaning towards stopping the > 7.0.17 release and re-starting with a 7.0.18 tag. > > Mark Thanks a lot! Regards, Konstantin Preißer - To u

Re: Canceling Download on IIS7 with ISAPI Redirector 1.2.31 causes 100% CPU usage

2011-05-15 Thread verlag.preis...@t-online.de
Hi Tim, > This sounds like > https://issues.apache.org/bugzilla/show_bug.cgi?id=50839 > If you can capture a TRACE level log form the Tomcat Connector > (configure in isapi_redirect.properties) and attach it to the bug, > I'll take a look. > > cheers > tim Thanks! I will attach a Trace level lo

No response buffering in Tomcat 7.0.6?

2011-01-13 Thread verlag.preis...@t-online.de
Good afternoon, some weeks ago, I posted a question about the ISAPI redirector using chunked encoding for 304 responses (Topic: Tomcat Jakarta 1.2.31 ISAPI Reconnector incorrectly sending Content body with HTTP 304 Status) which created invalid responses. These issues were fixed in Tomcat 7.0.6