the session tracking of tomcat 6 and tomcat 7 behaves strangely

2015-06-22 Thread chedana jayasinghe
In my web application, in a jsp there is a javascript which sends request to a servlet every twenty seconds, so it kills my applications user idle time tracking by resetting the lastAccessed time in session. the funny thing is lastAccessed time doesn't get updated in tomcat 6 and my applications

RE: SSL configuration using PFX as keystore

2015-06-22 Thread Michael Salisbury
Thanks guys, I was wondering when I'd get a point where it's no longer practical to run the client through Windows, perhaps I'm getting close. I can connect fine over HTTP, but when I put in the SSL/certificate configuration no go - implementing the suggestions made by all. Michael Salisbury

Re: We have a problem involving weird error messages in our Tomcat context, and catalina.out growing to enormous size.

2015-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 6/22/15 4:58 PM, James H. H. Lampert wrote: > On 6/22/15 12:11 PM, Christopher Schultz wrote: >> Well... what's in the catalina.out file? Is it huge numbers of >> exceptions of the type described above? > > Still haven't been able to see

Re: We have a problem involving weird error messages in our Tomcat context, and catalina.out growing to enormous size.

2015-06-22 Thread James H. H. Lampert
On 6/22/15 12:11 PM, Christopher Schultz wrote: Well... what's in the catalina.out file? Is it huge numbers of exceptions of the type described above? Still haven't been able to see what's in it (the terminal-based tools won't handle stream files that big), but when this happened before, it w

Re: Weird situation

2015-06-22 Thread Nabusg Tomcat
It is a servlet. Manish On Mon, Jun 22, 2015 at 12:01 PM, André Warnier wrote: > Nabusg Tomcat wrote: > >> mod_jk version 1.2.40 >> >> yes there is a jkmount directive to send every requests that start with >> /secure/ to tomcat. >> >> JkMount /secure/* ajp_myhost >> JkMount /secure ajp_

Re: We have a problem involving weird error messages in our Tomcat context, and catalina.out growing to enormous size.

2015-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 6/22/15 2:54 PM, James H. H. Lampert wrote: > We have two weird things going on at the same customer > installation. > > First, we have a situation in which catalina.out is inexplicibly > growing to enormous size (4558505886 bytes) in a v

Re: We have a problem involving weird error messages in our Tomcat context, and catalina.out growing to enormous size.

2015-06-22 Thread André Warnier
James H. H. Lampert wrote: We have two weird things going on at the same customer installation. First, we have a situation in which catalina.out is inexplicibly growing to enormous size (4558505886 bytes) in a very short time (under a week), and growing by 4k in under a minute. And yet the cat

Re: Weird situation

2015-06-22 Thread André Warnier
Nabusg Tomcat wrote: mod_jk version 1.2.40 yes there is a jkmount directive to send every requests that start with /secure/ to tomcat. JkMount /secure/* ajp_myhost JkMount /secure ajp_myhost "Somehow the association of a "myprog.cgi" on the Apache side, and a "request.getParameter()" on

We have a problem involving weird error messages in our Tomcat context, and catalina.out growing to enormous size.

2015-06-22 Thread James H. H. Lampert
We have two weird things going on at the same customer installation. First, we have a situation in which catalina.out is inexplicibly growing to enormous size (4558505886 bytes) in a very short time (under a week), and growing by 4k in under a minute. And yet the catalina.[date] files are all

Re: Weird situation

2015-06-22 Thread Nabusg Tomcat
mod_jk version 1.2.40 yes there is a jkmount directive to send every requests that start with /secure/ to tomcat. JkMount /secure/* ajp_myhost JkMount /secure ajp_myhost "Somehow the association of a "myprog.cgi" on the Apache side, and a "request.getParameter()" on the Tomcat side sounds

Re: Weird situation

2015-06-22 Thread André Warnier
Nabusg Tomcat wrote: Apache HTTPD version 2.4.10 Tomcat version apache-tomcat-7.0.61 Ubuntu 12.04.5 16G RAM Dual Core processor 64-bit Lately I am noticing that the request parameters are present when the request hits Apache, but are dropped when request reaches tomcat. for e.g /secure/myprog.

Re: Weird situation

2015-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Manish, On 6/22/15 12:40 PM, Nabusg Tomcat wrote: > Apache HTTPD version 2.4.10 Tomcat version apache-tomcat-7.0.61 > Ubuntu 12.04.5 16G RAM Dual Core processor 64-bit > > > Lately I am noticing that the request parameters are present when > the

Weird situation

2015-06-22 Thread Nabusg Tomcat
Apache HTTPD version 2.4.10 Tomcat version apache-tomcat-7.0.61 Ubuntu 12.04.5 16G RAM Dual Core processor 64-bit Lately I am noticing that the request parameters are present when the request hits Apache, but are dropped when request reaches tomcat. for e.g /secure/myprog.cgi?username=user1&mast

Re: Apache Tomcat 8.0.22 server on different machines

2015-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 6/20/15 7:34 AM, André Warnier wrote: > André Warnier wrote: >> Christopher Schultz wrote: >>> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >>> >>> Prarthana, >>> >>> On 6/19/15 5:08 AM, Prarthana Agwania wrote: We have a require

Re: SSL configuration using PFX as keystore

2015-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 6/19/15 9:14 AM, André Warnier wrote: > Daniel Mikusa wrote: >> On Fri, Jun 19, 2015 at 12:42 AM, Michael Salisbury >> wrote: >> >>> Hi there, >>> >>> I’m trying to get the above working using Tomcat 8.0, >>> previously working with 7.

Re: Access tomcat instance from Java application

2015-06-22 Thread Daniel Mierswa
On 06/22/2015 02:28 PM, David kerber wrote: Or are you trying to use the database connection information in your tomcat installation, in a standalone java program? I think to do that, you will need to read in the .xml files and parse out the information you want from there. That's precisely

Re: Access tomcat instance from Java application

2015-06-22 Thread David kerber
On 6/20/2015 1:57 PM, Daniel Mierswa wrote: Good afternoon list, I would like to know how to access a running tomcat installation from within another Java application which is not running in the tomcat container. More specifically I would like to end up using the datasource which is configured v

Re: SSL configuration using PFX as keystore

2015-06-22 Thread André Warnier
Mark Thomas wrote: On 22/06/2015 09:39, Mark Thomas wrote: On 22/06/2015 00:25, Michael Salisbury wrote: When connecting from a Windows client (any Windows client) I get a 'network path not found' error 0x80070035. I know the path is valid as I can reach it via other means, and other Web

Re: SSL configuration using PFX as keystore

2015-06-22 Thread Mark Thomas
On 22/06/2015 09:39, Mark Thomas wrote: > On 22/06/2015 00:25, Michael Salisbury wrote: >> When connecting from a Windows client (any Windows client) I get a 'network >> path not found' error 0x80070035. I know the path is valid as I can reach >> it via other means, and other WebDAV clients.

Re: SSL configuration using PFX as keystore

2015-06-22 Thread André Warnier
Mark Thomas wrote: On 22/06/2015 00:25, Michael Salisbury wrote: Thanks, I've done much searching - hence why I'm finally posting here. Windows WebDAV is actually quite reasonable Many people would disagree with that statement. It hasn't been updated since the early days of Windows 7 but this

Re: SSL configuration using PFX as keystore

2015-06-22 Thread Mark Thomas
On 22/06/2015 00:25, Michael Salisbury wrote: > Thanks, I've done much searching - hence why I'm finally posting here. > > Windows WebDAV is actually quite reasonable Many people would disagree with that statement. It hasn't been updated since the early days of Windows 7 but this site gives you a