Re: Tomcat and "Chunked Transfer-Encoding"

2014-05-15 Thread Walter . Heestermans
Hi, We still have this issue open. The problem is happening from time to time. I have some wireshark logging. can this help you to further investigate? Walter From: Konstantin Kolinko To: Tomcat Users List , Date: 03/02/2014 19:58 Subject:Re: Tomcat and "Chunked Transfer-En

Re: Tomcat and "Chunked Transfer-Encoding"

2014-02-05 Thread Walter . Heestermans
Added apache.catalina.connector.RECYCLE_FACADES=true Let's see what this gives. Walter From: Konstantin Kolinko To: Tomcat Users List , Date: 03/02/2014 19:58 Subject:Re: Tomcat and "Chunked Transfer-Encoding" 2014-02-03 Mark Thomas : > On 03/02/2014 12:46, walter.heest

Tomcat and "Chunked Transfer-Encoding"

2014-02-05 Thread Walter . Heestermans
Hi, Is there something we can enable on the tomcat level to have more logging for this issue, to be able to see if the problem is related to application or the tomcat? Regards Walter From: walter.heesterm...@toyota-europe.com To: "Tomcat Users List" , Date: 03/02/2014 14:12 Subject

Re: Tomcat and "Chunked Transfer-Encoding"

2014-02-03 Thread Walter . Heestermans
We don't have the source code Walter From: Mark Thomas To: Tomcat Users List , Date: 03/02/2014 13:50 Subject:Re: Tomcat and "Chunked Transfer-Encoding" On 03/02/2014 12:46, walter.heesterm...@toyota-europe.com wrote: > I can't reproduce it with simple web application, it h

Re: Tomcat and "Chunked Transfer-Encoding"

2014-02-03 Thread Walter . Heestermans
I can't reproduce it with simple web application, it happens in one of our applications, SDL WorldServer application which we bought for translations. Even there the issue is random. Walter From: Mark Thomas To: Tomcat Users List , Date: 03/02/2014 13:43 Subject:Re: Tomcat

Re: Tomcat and "Chunked Transfer-Encoding"

2014-02-03 Thread Walter . Heestermans
Here the text format of the traffic GET /ws/ws_ext?servlet=upload_file_project_attributes&fileAttr=CompletedDTPCaptionKit&project=30452&token=1358616358&random=0.5308450920567584 HTTP/1.1 Host: td3worldserverlb.toyota-europe.com Accept: text/html, application/xhtml+xml, */* Accept-Language: nl-

Re: Tomcat and "Chunked Transfer-Encoding"

2014-02-03 Thread Walter . Heestermans
If it can't be disabled, who is then generating the issue, can it be tomcat issue or issue application relatd, not using correct response? Walter From: Mark Thomas To: Tomcat Users List , Date: 03/02/2014 12:10 Subject:Re: Tomcat and "Chunked Transfer-Encoding" On 03/02/2

Re: Tomcat and "Chunked Transfer-Encoding"

2014-02-03 Thread Walter . Heestermans
Hi, I have requested the trext format. In the meantime, how can I disable the 'Chunked Transfer-Encoding' inside Tomcat server? Regards Walter From: Mark Thomas To: Tomcat Users List , Date: 03/02/2014 11:15 Subject:Re: Tomcat and "Chunked Transfer-Encoding" On 03/02/201

Tomcat and "Chunked Transfer-Encoding"

2014-02-03 Thread Walter . Heestermans
Hi, We have some weird behaviopur with one of our applications using apache-tomcat-6.0.37. This is the report of the newtork engineer: The application (or app server - apache/coyote) is returning a response with "Chunked Transfer-Encoding", but is sending the first chunks before giving the ht

AUTO: Walter Heestermans/TMME is out of the office. (returning 22/07/2013)

2013-07-05 Thread Walter . Heestermans
I am out of the office until 22/07/2013. I will respond to your message as soon as possible. For urgent issues, contact WebSphere Support group for Java-WebSphere related activities or unix.admin group for Unix-WebSphere-Jetty related activities Note: This is an automated response to your messa

RE: Tomcat 6 and Windows Service

2013-06-07 Thread Walter . Heestermans
Implemented the listener and I can now start and stop the tomcat servers Thanks! Walter From: Jeffrey Janner To: 'Tomcat Users List' , Date: 06/06/2013 15:31 Subject:RE: Tomcat 6 and Windows Service > -Original Message- > From: Caldarale, Charles R [mailto:chuck.ca

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Walter . Heestermans
Ok, I will use the following: 1. Start using the normal Services dialog 2. Stop using shutdown script Regards Walter From: "Caldarale, Charles R" To: Tomcat Users List , Date: 05/06/2013 15:05 Subject:RE: Tomcat 6 and Windows Service > From: walter.heesterm...@toyota-euro

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Walter . Heestermans
tries to connect port 10150; but this is already in used. Stop hangs... Walter From: Walter Heestermans/IS/TME/BE/ToyotaEurope To: "Tomcat Users List" , Date: 05/06/2013 14:18 Subject:RE: Tomcat 6 and Windows Service Not working neither, I think that Tomcat as a serv

RE: Tomcat 6 and Windows Service

2013-06-05 Thread Walter . Heestermans
Not working neither, I think that Tomcat as a service is not using this Walter From: Urkens Jean-Pierre To: Tomcat Users List , Date: 05/06/2013 13:52 Subject:RE: Tomcat 6 and Windows Service Try creating a file $TOMCAT_HOME/bin/setenv.bat and include following line in it

Re: Tomcat 6 and Windows Service

2013-06-05 Thread Walter . Heestermans
Hi, When I add the arguments to the startup arguments entry, and try to start the service start -Dcom.sun.management.jmxremote.port=10150 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false Then the following error is given WARNING: Bootstrap: command "-

Tomcat 6 and Windows Service

2013-06-03 Thread Walter . Heestermans
Hi, I'm running tomcat as Windows service. Now I like to add JMX support to the process: -Dcom.sun.management.jmxremote.port=10150 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false Configuring the service added the above options to the Java options. T