Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-27 Thread Björn Höfling
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 06/23/2014 04:27 PM, Christopher Schultz wrote: Björn, On 6/23/14, 7:52 AM, Björn Höfling wrote: Hi Mark, On 06/20/2014 02:07 PM, Mark Thomas wrote: On 20/06/2014 11:58, Björn Höfling wrote: Hello, summary of my Problem: When a

start tomcat 7

2014-06-27 Thread Francesco Viscomi
hi all I'm using windows 8; java: java version 1.7.0_60 Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) and tomcat 7: Apache Tomcat/7.0.35 As reported below Server Information Tomcat Version JVM Version JVM Vendor OS Name OS

Re: start tomcat 7

2014-06-27 Thread André Warnier
Francesco Viscomi wrote: hi all I'm using windows 8; java: java version 1.7.0_60 Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) and tomcat 7: Apache Tomcat/7.0.35 As reported below Server Information Tomcat Version JVM

RE: start tomcat 7

2014-06-27 Thread Caldarale, Charles R
From: Francesco Viscomi [mailto:fvisc...@gmail.com] Subject: start tomcat 7 java version 1.7.0_60 Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) and tomcat 7: Apache Tomcat/7.0.35 Server Information Tomcat Version

Re: start tomcat 7

2014-06-27 Thread P Manchanda
Hi Francesco Viscomi, The following thread might help you to solve the issue: http://www.coderanch.com/t/506814/Tomcat/load-IA-bit-dll-AMD ___ Thks brgds P Manchanda On Fri, 27/6/14, Francesco Viscomi fvisc...@gmail.com wrote:

Where can I store data files in a tomcat war

2014-06-27 Thread Paul Taylor
Hi I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml format, the location of the indexes (outside of the war) are referred in the web.xml. It works fine locally but I want to deploy it using Elastic Beanstalk within Amazon

Re: start tomcat 7

2014-06-27 Thread Francesco Viscomi
thanks 2014-06-27 14:27 GMT+02:00 P Manchanda manchan...@yahoo.com.invalid: Hi Francesco Viscomi, The following thread might help you to solve the issue: http://www.coderanch.com/t/506814/Tomcat/load-IA-bit-dll-AMD ___ Thks brgds P Manchanda

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-27 Thread Filip Hanik
Are there any log entries that would indicate that the poller thread has died? This/these thread/s start when Tomcat starts. and a stack over flow on a processing thread should never affect the poller thread. Filip On Thu, Jun 26, 2014 at 4:01 PM, Christopher Schultz

Using SSL with Tomcat

2014-06-27 Thread Jerome A. Wendell
I am new to Tomcat, and just recently installed it as a container to run GeoServer. Everything is running fine, but now I have been asked to setup GeoServer to run using SSL. An EV Certificate is already installed on the server. Based on the documentation the default port for running Tomcat

Re: sha1 in digest access authentication

2014-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Federico, On 6/26/14, 12:52 PM, Federico Viscomi wrote: I am running tomcat 7.0.54 and Jdk 1.8.0_05 on Windows 7. Does it support sha1 as hash algorithm in digest access authentication? Nope. If it doesn't, is there any version of tomcat that

Re: Using SSL with Tomcat

2014-06-27 Thread Daniel Mikusa
On Fri, Jun 27, 2014 at 11:48 AM, Jerome A. Wendell jawend...@suddenlink.net wrote: I am new to Tomcat, and just recently installed it as a container to run GeoServer. Everything is running fine, but now I have been asked to setup GeoServer to run using SSL. An EV Certificate is already

Re: Problem with Transfer-Encoding: chunked (and AJP?)

2014-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Björn, On 6/27/14, 4:12 AM, Björn Höfling wrote: Hi, On 06/23/2014 04:27 PM, Christopher Schultz wrote: Björn, On 6/23/14, 7:52 AM, Björn Höfling wrote: Hi Mark, On 06/20/2014 02:07 PM, Mark Thomas wrote: On 20/06/2014 11:58, Björn

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml format, the location of the indexes (outside of the war) are referred in the web.xml.

Re: Connection count explosion due to thread http-nio-80-ClientPoller-x death

2014-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Filip, On 6/27/14, 11:36 AM, Filip Hanik wrote: Are there any log entries that would indicate that the poller thread has died? This/these thread/s start when Tomcat starts. and a stack over flow on a processing thread should never affect the

Re: start tomcat 7

2014-06-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 6/27/14, 8:21 AM, André Warnier wrote: Francesco Viscomi wrote: hi all I'm using windows 8; java: java version 1.7.0_60 Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed

RE: Using SSL with Tomcat

2014-06-27 Thread Jerome A. Wendell
From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Friday, June 27, 2014 2:49 PM To: Tomcat Users List; jawend...@suddenlink.net Subject: Re: Using SSL with Tomcat On Fri, Jun 27, 2014 at 11:48 AM, Jerome A. Wendell jawend...@suddenlink.net wrote: I am new to Tomcat, and just

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/27/2014 11:59 AM, Christopher Schultz wrote: Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml format, the location of the indexes

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Paul Taylor
On 27/06/2014 19:59, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml format, the location of the indexes

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Paul Taylor
On 27/06/2014 21:22, Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/27/2014 11:59 AM, Christopher Schultz wrote: Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses lucene created indexes to provide search results in a xml

Re: Where can I store data files in a tomcat war

2014-06-27 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 6/27/2014 1:25 PM, Paul Taylor wrote: On 27/06/2014 19:59, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Paul, On 6/27/14, 8:34 AM, Paul Taylor wrote: I have a simple WAR based web application that uses

RE: Using SSL with Tomcat

2014-06-27 Thread Jerome A. Wendell
From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Friday, June 27, 2014 2:49 PM To: Tomcat Users List; jawend...@suddenlink.net Subject: Re: Using SSL with Tomcat On Fri, Jun 27, 2014 at 11:48 AM, Jerome A. Wendell mailto:jawend...@suddenlink.net jawend...@suddenlink.net wrote:

RE: Using SSL with Tomcat

2014-06-27 Thread Jerome A. Wendell
From: Jerome A. Wendell [mailto:jawend...@suddenlink.net] Sent: Friday, June 27, 2014 4:48 PM To: 'Tomcat Users List' Subject: RE: Using SSL with Tomcat From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: Friday, June 27, 2014 2:49 PM To: Tomcat Users List; jawend...@suddenlink.net

Stop Tomcat8 Service Gracefully on Windows

2014-06-27 Thread Igal @ getRailo.org
I installed Tomcat 8.09 on Windows 2008R2 When trying to stop the service it takes a long time, and usually I get a prompt on the screen saying that there was an error. Windows Event Log did not show anything about this, but commons-daemon log shows: [2014-06-27 13:59:53] [info] [ 5504]

Re: Stop Tomcat8 Service Gracefully on Windows

2014-06-27 Thread Igal @ getRailo.org
And again there is a full minute between Service stop thread completed. and Run service finished., which doesn't look like a coincidence. [2014-06-27 20:24:14] [info] [ 3156] Stopping service... [2014-06-27 20:24:15] [info] [ 3156] Service stop thread completed. [2014-06-27 20:25:15] [info]