Fw: Catalina.log not exist

2014-01-08 Thread hassan elzhar
  Hi,   I have Jakarta tomcat version 3.3.2. I wonder that Catalina.log is not exist. I searched about Catalina.sh which is not found also. can any one help me why this log file is not exist and if there is way to enable.   thanks for your time hassan

RE: Packet misses in Tomcat

2014-01-08 Thread Divyaprakash Y
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 08 January 2014 02:52 To: Tomcat Users List Subject: Re: Packet misses in Tomcat Christopher, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 1/7/14, 5:09 AM, André Warnier

SocketException when using localhost

2014-01-08 Thread Nancee Riehl
Hi all, I'm writing a JUNIT-Test to test a connection to tomcat 7.0.47 over HTTPS/TLSv1.1 with a corrupted Client-Certificate. When I run my test against a remote tomcat everything works fine, I get an SSLHandshakeException. When I run the same test against a local tomcat I get this error:

Re: Catalina.log not exist

2014-01-08 Thread Daniel Mikusa
On Jan 8, 2014, at 3:20 AM, hassan elzhar hassan_elz...@yahoo.com wrote: Hi, I have Jakarta tomcat version 3.3.2. I wonder that Catalina.log is not exist. I searched about Catalina.sh which is not found also. can any one help me why this log file is not exist and if there is way to

How to read time from a Tomcat server?

2014-01-08 Thread Bradley Rogers
HI Is there a command i can issue to get the exact system time that the remote Tomcat server is using? and then is there a command or some way (with applicable admin rights) to set the remote time? the idea is the sync'ing of the different PC's im hoping to use, if there is some other way used I

Re: How to read time from a Tomcat server?

2014-01-08 Thread André Warnier
Bradley Rogers wrote: HI Is there a command i can issue to get the exact system time that the remote Tomcat server is using? and then is there a command or some way (with applicable admin rights) to set the remote time? the idea is the sync'ing of the different PC's im hoping to use, if there

Tomcat 8.0.0-RC5: asynchron IO and back pressure with ReadListener

2014-01-08 Thread Yann Simon
Hi, I am trying to write a servlet that asynchronously read data from the servlet request input stream. I tested my servlet with tomcat 8.0.0-RC5. the symptoms: - I must synchronously read the input stream in onDataAvailable() so that the upload works what I expected: I want to be more reactive

Status of mod_jk-1.2.38

2014-01-08 Thread Martin Knoblauch
Hi, happy New year. Should be still early enough for this :-) I have one short question: what is the status of mod_jk-1.2.38? It has been over a year since 1.2.37 and I am just curious. I am specially interested in an official fix for *Bug

Re: How to read time from a Tomcat server?

2014-01-08 Thread Tim Funk
Depending on how you look at it - use the HTTP spec and look at the Date response header http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18 The above technique doesn't require shell access and is an easy way to get the date of ANY webserver. (read the spec for caveats) On Wed,

Re: Tomcat 8.0.0-RC5: asynchron IO and back pressure with ReadListener

2014-01-08 Thread Daniel Mikusa
On Jan 8, 2014, at 12:04 PM, Yann Simon yann.simon...@gmail.com wrote: Hi, I am trying to write a servlet that asynchronously read data from the servlet request input stream. I tested my servlet with tomcat 8.0.0-RC5. If possible, you might want to try 8.0.0-RC10 or trunk and see if you're

Re: Status of mod_jk-1.2.38

2014-01-08 Thread Rainer Jung
On 08.01.2014 18:25, Martin Knoblauch wrote: Hi, happy New year. Should be still early enough for this :-) I have one short question: what is the status of mod_jk-1.2.38? It has been over a year since 1.2.37 and I am just curious. I am specially interested in an official fix for *Bug

Re: Tomcat 8.0.0-RC5: asynchron IO and back pressure with ReadListener

2014-01-08 Thread Yann Simon
2014/1/8 Daniel Mikusa dmik...@gopivotal.com: On Jan 8, 2014, at 12:04 PM, Yann Simon yann.simon...@gmail.com wrote: Hi, I am trying to write a servlet that asynchronously read data from the servlet request input stream. I tested my servlet with tomcat 8.0.0-RC5. If possible, you might

Error when performing a reset of the server

2014-01-08 Thread Chuck Johnson
Greetings, I am running 64-bit Tomcat 7.0.42 on a Windows 2008 R2 server as a service. We are using 64-bit Java 7 (jre7 and jdk1.7.0_25 are both installed on the server). I don't have much of any experience running Tomcat server, so I am at the early stages of learning about it... my

Some questions

2014-01-08 Thread CyTG
New to list, if these questions are dumb please bare with me, i've searched the documentation and googled howtos and questions without finding specific answers to my questions.. :) .. I've actually been using Tomcat for a while though interfaced and deployed via Maven and different management

Re: Some questions

2014-01-08 Thread CyTG
Sorry .. never mind, apparantly it was just under my nose in context.xml ... On Wed, Jan 8, 2014 at 10:06 PM, CyTG cytg@gmail.com wrote: New to list, if these questions are dumb please bare with me, i've searched the documentation and googled howtos and questions without finding specific

Re: Some questions

2014-01-08 Thread Daniel Mikusa
On Jan 8, 2014, at 4:06 PM, CyTG cytg@gmail.com wrote: New to list, if these questions are dumb please bare with me, i've searched the documentation and googled howtos and questions without finding specific answers to my questions.. :) .. I've actually been using Tomcat for a while though

RE: Some questions

2014-01-08 Thread Caldarale, Charles R
From: CyTG [mailto:cytg@gmail.com] Subject: Some questions The darned thing is i cant find anything on configuring the loader .. I assume they mean ClassLoader and by the loader I assume it is a built-in ClassLoader .. such as WebappClassLoader .. but I cant find anything on cofiguring

Maximum HTTP parameters

2014-01-08 Thread Dames, Kristopher J
My webapp needs to pass several thousand parameters in an HTTP POST request. I am required to use RHEL's tomcat packages (currently on 6.0.24). I figured out Red Hat has capped the maximum HTTP parameters at 512 and to get around it, I have to add the Java parameter

Re: Maximum HTTP parameters

2014-01-08 Thread Mark Thomas
On 08/01/2014 21:47, Dames, Kristopher J wrote: My webapp needs to pass several thousand parameters in an HTTP POST request. I am required to use RHEL's tomcat packages (currently on 6.0.24). I figured out Red Hat has capped the maximum HTTP parameters at 512 and to get around it, I have to

Re: Error when performing a reset of the server

2014-01-08 Thread Filip Hanik
Chuck, does this happen upon startup, restart or shutdown of the service? That would be the first part of tracking it down. here is some general configuration options available to you as a service http://tomcat.apache.org/tomcat-6.0-doc/windows-service-howto.html On Wed, Jan 8, 2014 at 1:57

RE: Error when performing a reset of the server

2014-01-08 Thread Chuck Johnson
Hi Filip, I haven't had the error occur when I have had to restart the Tomcat server, my co-worker is the person who has experienced it and my understanding is that it happens when she attempts to perform a reset and the only way that she resolves it is to reboot the windows server. I will

Re: Error when performing a reset of the server

2014-01-08 Thread David kerber
I see this occasionally when trying to shut down the server, and I believe it's the app that has a stuck session or something, though I haven't been able to isolate it. However, it doesn't require a server reboot; just killing the tomcat process in task manager and then restarting it works

Re: Error when performing a reset of the server

2014-01-08 Thread David kerber
On 1/8/2014 7:04 PM, David kerber wrote: I see this occasionally when trying to shut down the server, and I Correction: when shutting down the Tomcat service, not the server itself. believe it's the app that has a stuck session or something, though I haven't been able to isolate it.

Re: Error when performing a reset of the server

2014-01-08 Thread Filip Hanik
David, for you it is pretty straight forward, configure the shutdown timeout, it could just be the app inside tomcat not shutting down, and you can force it with a timeout. see the link I sent you. Chuck, good chance this is what you need too. On Wed, Jan 8, 2014 at 5:18 PM, David kerber

Re: Error when performing a reset of the server

2014-01-08 Thread Howard W. Smith, Jr.
Chuck, On Wed, Jan 8, 2014 at 6:58 PM, Chuck Johnson chuck.john...@simpson.eduwrote: I haven't had the error occur when I have had to restart the Tomcat server, my co-worker is the person who has experienced it and my understanding is that it happens when she attempts to perform a reset and