Re: Strategy to prohibit concurrent users authenticated through Tomcat

2012-01-13 Thread chris derham
I am using Tomcat 7.0.11 and use Form Authentication (via j_security_check) to authenticate through the Tomcat server. Currently, two users with the same username can log into my application from two different computers and concurrently access the app. Is there a way to prohibit a user from

AW: AW: How much connections are handled per thread?

2012-01-13 Thread Uwe . Hellmann
Hello together, the developers have committed now that indeed there is a library implemented in the application which causes the below discussed error. Something about a filter which uses a static component for URL and the passed username. Just wanted to let you know. Uwe -Ursprüngliche

Clarification regarding JULI logger

2012-01-13 Thread Parthiban P
Dear Team, We are using TOMCAT-JULI logger for logging purpose in our application. We bundle tomcat(6.0.28) in our product and start the tomcat when our product is started (i.e. we start tomcat from our product-startup-code). For debugging purpose our application needs to change the Logger

Re: Tomcat default initial context factory values

2012-01-13 Thread Pid
On 13/01/2012 01:39, 이재만 wrote: hi there. what's default values at tomcat when i write some client programs on tomcat. java.naming.factory.initial = ? provide url = ? thanks. Please don't reply to an existing thread unless you are contributing to it. If you wish to ask a new question,

Accessing peer certificates of SSL in tomcat

2012-01-13 Thread ciphe
Hi, I have setup tomcat to be accessible through SSL, both client and server authenticate each other. (i.e. Client must present a certificate to server and vice versa, much like what is described in this link - http://java-notes.com/index.php/two-way-ssl-on-tomcat). Now, I'd like to access the

Re: Accessing peer certificates of SSL in tomcat

2012-01-13 Thread Pid
On 13/01/2012 12:03, ciphe wrote: Hi, I have setup tomcat to be accessible through SSL, both client and server authenticate each other. (i.e. Client must present a certificate to server and vice versa, much like what is described in this link -

Re: periodic (60 sec) problem from Vysper bosh servlet embedded in Tomcat 7.0.23

2012-01-13 Thread Pid
-Original Message- From: Pid [mailto:p...@pidster.com] Sent: Wednesday, January 11, 2012 4:30 AM To: Tomcat Users List Subject: Re: periodic (60 sec) problem from Vysper bosh servlet embedded in Tomcat 7.0.23 On 10/01/2012 21:04, Bob DeRemer wrote: Tomcat Community, I'm

Re: Clarification regarding JULI logger

2012-01-13 Thread Pid
On 13/01/2012 11:04, Parthiban P wrote: Dear Team, We are using TOMCAT-JULI logger for logging purpose in our application. We bundle tomcat(6.0.28) in our product and start the tomcat when our product is started (i.e. we start tomcat from our product-startup-code). For debugging purpose

Re: About certificates in Tomcat SSL support

2012-01-13 Thread Mark H. Wood
On Thu, Jan 12, 2012 at 09:14:28AM -0800, James Lampert wrote: Scenario: I created a self-signed certificate for the box I was testing: CN = James Lampert As already pointed out, there's your problem. To identify a networked service, the value of CN should be the FQDN of the host providing

Re: About certificates in Tomcat SSL support

2012-01-13 Thread James Lampert
Mark H. Wood wrote: As already pointed out, there's your problem. To identify a networked service, the value of CN should be the FQDN of the host providing the service. (This is why people suddenly became interested in securing DNS: we are relying on it to validate certificate bindings to

Interactive Services Detection

2012-01-13 Thread Shoffey, Montreal
Tomcat 64-bit is running on Windows 2008 Server. I have an application that is using Apache + Tomcat 6.0.30 and the application seems to be running fine. The popup error is from Interactive Services Detection with the message that tomcat6.exe is requesting attention. In the Tomcat properties, I

Re: JDK Version Mismatch

2012-01-13 Thread Mark Eggers
- Original Message - From: deniz denizdurmu...@gmail.com To: users@tomcat.apache.org Cc: Sent: Thursday, January 12, 2012 11:25 PM Subject: RE: JDK Version Mismatch Hello Chuck, thank you for your response, I have changed tomcat env to 1.7 so i am not getting the error right

Re: Tomcat 7 (64 bit) does not seem to honor session timeout?

2012-01-13 Thread Paul Joseph
This was a false alarm. My apologies. Paul On 1/12/2012 8:24 AM, Pid wrote: On 11/01/2012 21:50, Paul Joseph wrote: Hi there, I am running the Cocoon (2.11) servlet in Tomcat 7.0.23 (64 bit version) on Windows 2008 R2 (and also in 32 bit on Redhat linux). I am using the Java 1.6 JRE. I

Re: Interactive Services Detection

2012-01-13 Thread Pid
On 13/01/2012 19:47, Shoffey, Montreal wrote: Tomcat 64-bit is running on Windows 2008 Server. I have an application that is using Apache + Tomcat 6.0.30 and the application seems to be running fine. The popup error is from Interactive Services Detection with the message that tomcat6.exe

Re: 7.0.22+ fd leak with APR/native

2012-01-13 Thread Mike Wertheim
Has a bug been logged for this issue (what seems to be a file descriptor leak)? On Tue, Jan 3, 2012 at 1:17 PM, Mark Thomas ma...@apache.org wrote: I am trying to bring together all the information I have gleaned on this so far from the multiple threads to try and find the common factors. So

Re: 7.0.22+ fd leak with APR/native

2012-01-13 Thread Arijit Ganguly
I am curious to know if this leak is related to unix sockets, or the IPv6 file handles. I have seen a similar issue with the NIO HTTP handler, where it does not close some connections properly and they incarnate as file handles corresponding to unix sockets (all pointing to same inode number).

static content not served for non-root apps via mod_jk

2012-01-13 Thread Eric P
Hi all, I'm having trouble getting Apache to serve static content (jpg, css, js, etc.) for Tomcat apps via mod_jk for any application except the ROOT Tomcat app. The ROOT app shows static content just fine. I have the following Apache settings attempting to point *all* requests to Tomcat and

Re: static content not served for non-root apps via mod_jk

2012-01-13 Thread Eric P
I remember now why static content works for my ROOT app. I have Apache aliases set-up pointing to specific system directories for all static content. For example, I have all images for the ROOT app aliased here. Alias /img /opt/tomcat7/webapps/ROOT/img Directory /opt/tomcat7/webapps/ROOT/img