problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread Alex Samad - Yieldbroker
Hi Hopefully this is the right list :) I have 2 x W2k8r2 + NLB (Network load balancing) + IIS 7.5 + Tomcat Plugin = 2 x RHEL 6.1 + Jboss 7 (I think). (not setup in JBoss cluster mode) We have a .net client that talks to the IIS and then onto Jboss. We have been running some tests

Re: [OT] problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread André Warnier
Alex Samad - Yieldbroker wrote: Hi Hopefully this is the right list :) Actually I don't know, but I would also like to know. I have noticed previously on this list, that whenever someone mentions JBoss, some of the people here (Tomcat developers ?) seem to react quite strongly, and tell

Re: [OT] problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread Mark Thomas
On 02/02/2012 09:57, André Warnier wrote: Alex Samad - Yieldbroker wrote: Hi Hopefully this is the right list :) Actually I don't know, but I would also like to know. I have noticed previously on this list, that whenever someone mentions JBoss, some of the people here (Tomcat developers

help debug cluster error --java.net.BindException: Cannot assign requested address

2012-02-02 Thread Randy Paries
Hello, I have two centos servers running tomcat 5.5 (yeah i know its old) one of the servers died and i had to rebuild from scratch. Everything is working but the clustering. is there anything between the cluster configs that needs to be different? I just copied one to the other. I had it

Re: How to configure certificate file (*.cer) in Tomcat 6

2012-02-02 Thread Pid
On 02/02/2012 05:06, Geet Chandra wrote: Thanks Dale!!! Please stop top-posting. Please post your reply below each relevant part of the previous email. Few more questions Like this. 1. As I have exported *.cer as I have using Digital Badge in Internet Explorer.Can I use the same *.cer to

Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-02-02 Thread Konstantin Kolinko
cc: dev 2012/1/23 kitagawa kitagawawo...@gmail.com: While developing using ubuntu 11.04, tomcat 6.0.33 and java 1.5 I ran into a problem after setting the character encoding filter for requests. When posting a request, the value of any field with only a single character submitted is

Re: Regarding compatibility

2012-02-02 Thread Pid
On 02/02/2012 10:27, bhawana rajpurohit wrote: Hi, This is to ask you that we have Apache 2.2.17 and tomcat 7.0.12. Why not upgrade to Apache HTTPD 2.2.22 and Apache Tomcat 7.0.25? Go on, it'll be fun! Kindy tell us that whether they are compatible with vtier(virtual Tier) architechture

Two auth methods for one application

2012-02-02 Thread Jan Vávra
Hello, I have implemented own realm. I extended RealmBase, overrided methods (1) public Principal authenticate(X509Certificate[] certs), (2) public Principal authenticate(String username, String credentials). I have Tomcat 6 that runs behind Apache Server over AJP. In the situation (1) client

Re: help debug cluster error --java.net.BindException: Cannot assign requested address

2012-02-02 Thread Pid
On 02/02/2012 10:17, Randy Paries wrote: Hello, I have two centos servers running tomcat 5.5 (yeah i know its old) one of the servers died and i had to rebuild from scratch. Everything is working but the clustering. is there anything between the cluster configs that needs to be

Re: Regarding compatibility

2012-02-02 Thread David kerber
On 2/2/2012 6:25 AM, Pid wrote: On 02/02/2012 10:27, bhawana rajpurohit wrote: Hi, This is to ask you that we have Apache 2.2.17 and tomcat 7.0.12. Why not upgrade to Apache HTTPD 2.2.22 and Apache Tomcat 7.0.25? Go on, it'll be fun! Kindy tell us that whether they are compatible with

Re: Regarding compatibility

2012-02-02 Thread André Warnier
bhawana rajpurohit wrote: Hi, This is to ask you that we have Apache 2.2.17 and tomcat 7.0.12.Kindy tell us that whether they are compatible with vtier(virtual Tier) architechture or not. We don't know. Did you try it ? (and check http://catb.org/esr/faqs/smart-questions.html)

Re: How to configure certificate file (*.cer) in Tomcat 6

2012-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dale, On 2/1/12 11:34 PM, Dale Ogilvie wrote: FYI, Here's how we did it with APR for local workstation SSL. Download APR from here: http://tomcat.apache.org/download-native.cgi Nit: that's tcnative, not APR. tcnative requires APR, but they are

Re: How to configure certificate file (*.cer) in Tomcat 6

2012-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geet, On 2/2/12 12:06 AM, Geet Chandra wrote: Thanks Dale!!! Few more questions 1. As I have exported *.cer as I have using Digital Badge in Internet Explorer.Can I use the same *.cer to configure in server.xml.If not, how can I generate the

Re: Two auth methods for one application

2012-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 2/2/12 6:26 AM, Jan Vávra wrote: Is it possible to configure tomcat to call both variants of functions? I'd like to write something like auth-methodCLIENT-CERT or BASIC/auth-method. The servlet spec doesn't support anything like this. I

Re: Regarding compatibility

2012-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David, On 2/2/12 7:50 AM, David kerber wrote: On 2/2/2012 6:25 AM, Pid wrote: On 02/02/2012 10:27, bhawana rajpurohit wrote: Hi, This is to ask you that we have Apache 2.2.17 and tomcat 7.0.12. Why not upgrade to Apache HTTPD 2.2.22 and

Re: Correct behavior while checking the thread binding in DirContextURLStreamHandler ?

2012-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 01/02/2012 11:50, Ivan wrote: 2012/2/1 Christopher Schultz ch...@christopherschultz.net Of course, you still need to check for null after the loop, so it's not like the change really affects anything other than minor readability. No

Re: Regarding compatibility

2012-02-02 Thread Pid
On 02/02/2012 15:01, Christopher Schultz wrote: David, On 2/2/12 7:50 AM, David kerber wrote: On 2/2/2012 6:25 AM, Pid wrote: On 02/02/2012 10:27, bhawana rajpurohit wrote: Hi, This is to ask you that we have Apache 2.2.17 and tomcat 7.0.12. Why not upgrade to Apache HTTPD 2.2.22 and

Re: help debug cluster error --java.net.BindException: Cannot assign requested address

2012-02-02 Thread Randy Paries
Pid so tcpListenAddress should be the IP of the machine correct? thanks thats probably it On Thu, Feb 2, 2012 at 5:28 AM, Pid p...@pidster.com wrote: On 02/02/2012 10:17, Randy Paries wrote: Hello, I have two centos servers running tomcat  5.5 (yeah i know its old) one of the servers died

Re: Two auth methods for one application

2012-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 2/2/12 10:28 AM, Pid wrote: On 02/02/2012 15:00, Christopher Schultz wrote: Tomcat has a CombinedRealm which allows authentication against one of several sub-realms (like LDAP /or/ JDBC), but does not have a CombinedAuthenticator, which

Re: Regarding compatibility

2012-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pid, On 2/2/12 10:25 AM, Pid wrote: We should start an Incubator wiki proposal page for OpenQuantumLoopGravity. The problem is that nobody can look at the page without changing its content. - -chris -BEGIN PGP SIGNATURE- Version:

Re: help debug cluster error --java.net.BindException: Cannot assign requested address

2012-02-02 Thread Pid
On 02/02/2012 15:34, Randy Paries wrote: Pid so tcpListenAddress should be the IP of the machine correct? thanks thats probably it Yep. p On Thu, Feb 2, 2012 at 5:28 AM, Pid p...@pidster.com wrote: On 02/02/2012 10:17, Randy Paries wrote: Hello, I have two centos servers running

Re: Two auth methods for one application

2012-02-02 Thread Pid
On 02/02/2012 15:34, Christopher Schultz wrote: Pid, On 2/2/12 10:28 AM, Pid wrote: On 02/02/2012 15:00, Christopher Schultz wrote: Tomcat has a CombinedRealm which allows authentication against one of several sub-realms (like LDAP /or/ JDBC), but does not have a CombinedAuthenticator,

[OT] Re: Regarding compatibility

2012-02-02 Thread Pid
On 02/02/2012 15:36, Christopher Schultz wrote: Pid, On 2/2/12 10:25 AM, Pid wrote: We should start an Incubator wiki proposal page for OpenQuantumLoopGravity. The problem is that nobody can look at the page without changing its content. LMAO That might be achievable. p --

Re: Two auth methods for one application

2012-02-02 Thread Jan Vávra
On 02/02/2012 15:00, Christopher Schultz wrote: Jan, On 2/2/12 6:26 AM, Jan Vávra wrote: Is it possible to configure tomcat to call both variants of functions? I'd like to write something like auth-methodCLIENT-CERT or BASIC/auth-method. The servlet spec doesn't support anything like this.

Re: [OT] problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread Bilal S
On Thu, Feb 2, 2012 at 5:06 AM, Mark Thomas ma...@apache.org wrote: On 02/02/2012 09:57, André Warnier wrote: Alex Samad - Yieldbroker wrote: Hi Hopefully this is the right list :) Actually I don't know, but I would also like to know. I have noticed previously on this list,

Re: [OT] problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread Pid *
On 2 Feb 2012, at 16:09, Bilal S bilal.so...@gmail.com wrote: On Thu, Feb 2, 2012 at 5:06 AM, Mark Thomas ma...@apache.org wrote: On 02/02/2012 09:57, André Warnier wrote: Alex Samad - Yieldbroker wrote: Hi Hopefully this is the right list :) Actually I don't know, but I would also

RE: [OT] problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread Alex Samad - Yieldbroker
big snip If you believe that the problem is localized around the connector have you tried to bypass it to verify that assumption and create a baseline? Yes, thought I mentioned we went directly to tomcat/jboss and were able to open 1000 connection within a couple of sec's If you used IIS

Re: [OT] problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread Bilal S
If you believe that the problem is localized around the connector have you tried to bypass it to verify that assumption and create a baseline? If you used IIS HTTP proxy what are the results? If you were hitting the tomcat servers on HTTP directly (no IIS) what are the results? If

Re: [OT] problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread Mark Thomas
On 02/02/2012 20:19, Bilal S wrote: I am willing to learn but finding the Apache related processes singularly difficult to deal with. We are working with mailing list, in the age of websites and social media. Correct. This is deliberate. Mailing lists are the lowest common denominator and

Re: Two auth methods for one application

2012-02-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan, On 2/2/12 11:05 AM, Jan Vávra wrote: I'm trying to do SSL or Basic auth. This is slightly different: SSL or Form auth. How I'm thinking about that basic vs. form auth should be the only one difference. I'll explore this. The code posted on

Re: Regarding compatibility

2012-02-02 Thread André Warnier
Pid wrote: On 02/02/2012 15:01, Christopher Schultz wrote: David, On 2/2/12 7:50 AM, David kerber wrote: On 2/2/2012 6:25 AM, Pid wrote: On 02/02/2012 10:27, bhawana rajpurohit wrote: Hi, This is to ask you that we have Apache 2.2.17 and tomcat 7.0.12. Why not upgrade to Apache HTTPD

RE: Reinstall with 302 error

2012-02-02 Thread Benjamin Madore
-Original Message- From: Bilal S [mailto:bilal.so...@gmail.com] Sent: Saturday, January 28, 2012 10:09 AM To: Tomcat Users List Subject: Re: Reinstall with 302 error It would not be unusual for a page to redirect to itself. Have you tried an alternate connection mechanisms. Http proxy

Re: [OT] Re: Regarding compatibility

2012-02-02 Thread André Warnier
Pid wrote: On 02/02/2012 15:36, Christopher Schultz wrote: Pid, On 2/2/12 10:25 AM, Pid wrote: We should start an Incubator wiki proposal page for OpenQuantumLoopGravity. The problem is that nobody can look at the page without changing its content. LMAO That might be achievable. Note

Re: Regarding compatibility

2012-02-02 Thread Donn Aiken
On Feb 2, 2012 5:01 PM, André Warnier a...@ice-sa.com wrote: Pid wrote: On 02/02/2012 15:01, Christopher Schultz wrote: David, On 2/2/12 7:50 AM, David kerber wrote: On 2/2/2012 6:25 AM, Pid wrote: On 02/02/2012 10:27, bhawana rajpurohit wrote: Hi, This is to ask you that we have

Re: Regarding compatibility

2012-02-02 Thread Hassan Schroeder
On Thu, Feb 2, 2012 at 3:12 PM, Donn Aiken donn.ai...@gmail.com wrote: It will be open source, right? Both open *and* closed source. ( Radioactive Isotope and Hammer Not Included. ) -- Hassan Schroeder hassan.schroe...@gmail.com http://about.me/hassanschroeder

Re: [OT] Re: Regarding compatibility

2012-02-02 Thread David Kerber
On 2/2/2012 5:09 PM, André Warnier wrote: Pid wrote: On 02/02/2012 15:36, Christopher Schultz wrote: Pid, On 2/2/12 10:25 AM, Pid wrote: We should start an Incubator wiki proposal page for OpenQuantumLoopGravity. The problem is that nobody can look at the page without changing its content.

RE: [OT] Re: Regarding compatibility

2012-02-02 Thread Alex Samad - Yieldbroker
[snip] OpenQuantumLoopGravity. The problem is that nobody can look at the page without changing its content. LMAO That might be achievable. Note that you could get over the issue which Chris mentioned, by having the response time be random. So you would either get a predictable

Re: Regarding compatibility

2012-02-02 Thread David Kerber
On 2/2/2012 6:32 PM, Hassan Schroeder wrote: On Thu, Feb 2, 2012 at 3:12 PM, Donn Aikendonn.ai...@gmail.com wrote: It will be open source, right? Both open *and* closed source. But you won't know which until you download it and open the package... ( Radioactive Isotope and Hammer Not

RE: Regarding compatibility

2012-02-02 Thread Caldarale, Charles R
From: David Kerber [mailto:dcker...@verizon.net] Subject: Re: Regarding compatibility It will be open source, right? Both open *and* closed source. But you won't know which until you download it and open the package... Furry source... Are we all going to be entangled in this? -

How to combine SPNEGO and BASIC authenticators?

2012-02-02 Thread Konstantin Krasnov
Hello! How to combine SPNEGO and BASIC authenticators? Thanks. -- Konstantin Krasnov

Re: problems with performance with IIS 7.5 and Tomcat Connector

2012-02-02 Thread Rainer Jung
On 02.02.2012 10:04, Alex Samad - Yieldbroker wrote: I have 2 x W2k8r2 + NLB (Network load balancing) + IIS 7.5 + Tomcat Plugin = 2 x RHEL 6.1 + Jboss 7 (I think). (not setup in JBoss cluster mode) We have a .net client that talks to the IIS and then onto Jboss. We have been running some

Re: Regarding compatibility

2012-02-02 Thread André Warnier
Caldarale, Charles R wrote: From: David Kerber [mailto:dcker...@verizon.net] Subject: Re: Regarding compatibility It will be open source, right? Both open *and* closed source. But you won't know which until you download it and open the package... Furry source... Are we all going to

Re: How to combine SPNEGO and BASIC authenticators?

2012-02-02 Thread André Warnier
Konstantin Krasnov wrote: Hello! How to combine SPNEGO and BASIC authenticators? Have a look at the ongoing discussion RE: Regarding compatibility. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For