Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says Page not Found and otherwise with just http it works fine. Please let us know the possible solution. Thanks

tomcat7 maven plugin and X509TrustManager

2013-09-11 Thread Loïc Guerrin
Hello, I use tomcat7-maven-plugin:2.1 with SSL config and client authentication. My plugin configuration: plugin groupIdorg.apache.tomcat.maven/groupId artifactIdtomcat7-maven-plugin/artifactId configuration systemProperties

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Prashant Shinde prashant.shi...@hoonartek.com: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says “Page not Found” and otherwise with just http it works fine.

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
Prashant Shinde wrote: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says Page not Found and otherwise with just http it works fine. Please let us know the possible

Re: Using a P7B certificate file

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 9/10/13 6:50 PM, James H. H. Lampert wrote: On 9/10/13 2:19 PM, Christopher Schultz wrote: P7B is otherwise known as a PKCS#7 file and usually contains a certificate. Does the file contain *only* a certificate, or does it also

RE: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
Hi We are accessing the URL as https://hostname.co.in:8443 Thanks Regards, Prashant Shinde Senior Consultant Hoonar Tekwurks Consulting LLP email: prashant.shi...@hoonartek.com | cell: +91 98220 38097| desk: +91 20 4900 5204 -Original Message- From: André Warnier

RE: Using a P7B certificate file

2013-09-11 Thread Prashant Shinde
Hi I am getting following error when I try with wget OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Unable to establish SSL connection. Thanks Regards, Prashant Shinde Senior Consultant Hoonar Tekwurks Consulting LLP email: prashant.shi...@hoonartek.com | cell:

RE: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
Hi I am getting following error when I try with wget OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Unable to establish SSL connection. Thanks Regards, Prashant Shinde Senior Consultant Hoonar Tekwurks Consulting LLP email: prashant.shi...@hoonartek.com |

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Sushil Prusty
HI Prasanth For configuring https you have to create keystore in your java keytool and that you need to coint in your server.xml file . is it corrct one keystoreFile=/etc/tomcat6/.keystore ? where is your keystore password configuration ? On Wed, Sep 11, 2013 at 6:37 PM, Prashant Shinde

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
Please do not top post (see Wikipedia, and the rules for this list) Prashant Shinde wrote: Hi We are accessing the URL as https://hostname.co.in:8443 That is for HTTPS (which is not working). How do you access the same with HTTP (which you say is working) ? Thanks Regards, Prashant

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 9/10/13 6:34 PM, George S. wrote: On 9/10/13 3:14 PM, Christopher Schultz wrote: - Is there a way that I can specify something in the server.xml code that would register them? The only thing I can see is to create a

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread George S.
Christopher, Thanks so much for your help. I've been digging into this and with your help, I've made some real progress. I've made additional comments below. On 9/11/13 9:36 AM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 9/10/13 6:34 PM, George S.

How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat DefaultServlet for above all video request , now we have to benchmark our application for following scenario 1) video

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Eli
Who can answer a question Sent from my iPhone On Sep 11, 2013, at 1:38 PM, Arun Kumar mi2a...@gmail.com wrote: Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 9/11/13 1:48 PM, David kerber wrote: On 9/11/2013 1:38 PM, Arun Kumar wrote: Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are

Re: (ATTN: ELI) How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread George S.
On 9/11/13 12:17 PM, Eli wrote: Can I ask a tomcat question here. I'm trying to use Tickets.com and get error message and it says tomcat with numbers after Sure, but this is a list for people who are using Tomcat to write software and deploy it. The best thing to do would be to take a

Re: Need settings/configuration details to improve tomcat performance

2013-09-11 Thread Arun Kumar
Hi for better request handling you need to know all about tomcat connectors , just try jk_mod with tomcat http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html http://tomcat.apache.org/connectors-doc/ On Wed, Sep 11, 2013 at 11:17 PM, Akbar Thanakalacheruvu akb...@sumtotalsystems.com

Re: Need settings/configuration details to improve tomcat performance

2013-09-11 Thread David kerber
On 9/11/2013 1:47 PM, Akbar Thanakalacheruvu wrote: Hi All We are deploying around 10 to 15 websites on a tomcat server where each website will have concurrency of 100 users at a given time. This concurrency will continue though out the day. So, I need settings/configuration details of tomcat

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Larry Shatzer, Jr.
On Wed, Sep 11, 2013 at 11:39 AM, Eli elikat...@yahoo.com wrote: Who can answer a question Eli, Please read http://www.catb.org/esr/faqs/smart-questions.html And from your email in another thread, if you didn't know, you are subscribed to the Tomcat Users mailing list. So only questions

Re: Need settings/configuration details to improve tomcat performance

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Akbar, On 9/11/13 1:47 PM, Akbar Thanakalacheruvu wrote: We are deploying around 10 to 15 websites on a tomcat server where each website will have concurrency of 100 users at a given time. 100 sessions or 100 simultaneous requests/connections

Re: (ATTN: ELI) How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Eli
Can I ask a tomcat question here. I'm trying to use Tickets.com and get error message and it says tomcat with numbers after Sent from my iPhone On Sep 11, 2013, at 2:16 PM, George S. geor...@mhsoftware.com wrote: Really, Eli, if you hadn't noticed, there are unsubscribe instructions at the

Re: (ATTN: ELI) How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Eli
Ty did tht no help Sent from my iPhone On Sep 11, 2013, at 2:21 PM, George S. geor...@mhsoftware.com wrote: On 9/11/13 12:17 PM, Eli wrote: Can I ask a tomcat question here. I'm trying to use Tickets.com and get error message and it says tomcat with numbers after Sure, but this is a

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Eli
To complicated Sent from my iPhone On Sep 11, 2013, at 1:58 PM, Larry Shatzer, Jr. lar...@gmail.com wrote: On Wed, Sep 11, 2013 at 11:39 AM, Eli elikat...@yahoo.com wrote: Who can answer a question Eli, Please read http://www.catb.org/esr/faqs/smart-questions.html And from your

Re:(ATTN: ELI) How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread George S.
Really, Eli, if you hadn't noticed, there are unsubscribe instructions at the bottom of the message: On 9/11/13 12:01 PM, Eli wrote: To complicated Sent from my iPhone - To unsubscribe, e-mail:

[Tomcat-7.0.42/JmxRemoteLifecycleListener] rmiBindAddress vs localhost

2013-09-11 Thread Marcin Domański
Hi there! I am trying to setup a Tomcat instance using only specific address for all communications. This is convenient for us from the point of IPsec. I was able to succeed in http, https, ajp, etc. but for JMX I still cannot get it right. For this example, let's assume, my desired address is

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Hi *David */ Christopher Thanks for your useful reply So tomcat is utilizing full socket output stream capability for corresponding threads :-) Now i have some other querys , how many max concurrent users request is allowed for following configuration , approximate number is enough dont

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Christopher Schultz ch...@christopherschultz.net: On 9/10/13 6:34 PM, George S. wrote: On 9/10/13 3:14 PM, Christopher Schultz wrote: - Is there a way that I can specify something in the server.xml code that would register them? The only thing I can see is to create a

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread David kerber
On 9/11/2013 1:38 PM, Arun Kumar wrote: Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat DefaultServlet for above all video request , now we have to benchmark our application

Need settings/configuration details to improve tomcat performance

2013-09-11 Thread Akbar Thanakalacheruvu
Hi All We are deploying around 10 to 15 websites on a tomcat server where each website will have concurrency of 100 users at a given time. This concurrency will continue though out the day. So, I need settings/configuration details of tomcat server to improve its performance. Please

Re: Need settings/configuration details to improve tomcat performance

2013-09-11 Thread André Warnier
Akbar Thanakalacheruvu wrote: Hi All We are deploying around 10 to 15 websites on a tomcat server where each website will have concurrency of 100 users at a given time. This concurrency will continue though out the day. So, I need settings/configuration details of tomcat server to improve its

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread André Warnier
Eli wrote: Don't know I'm in this email chain I need to ask someone that really knows computers No chance of finding that here, there are only soft ware guys. Sent from my work PC. - To unsubscribe, e-mail:

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Christopher my native client is using http range parameter for requesting video On Thu, Sep 12, 2013 at 12:13 AM, Arun Kumar mi2a...@gmail.com wrote: Hi Eli i think you subscribed tomcat user mailing list accidentally so please unsubscribe it please send empty mail to

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread André Warnier
Eli wrote: To complicated Figures. Sent from my iPhone Cute, and so original. I haven't got one of those. It's Chuck's fault. Ever since he told me that his iPhone had more RAM than my server, I've been snubbing them. -

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 9/11/13 12:44 PM, Konstantin Kolinko wrote: 2013/9/11 Christopher Schultz ch...@christopherschultz.net: On 9/10/13 6:34 PM, George S. wrote: On 9/10/13 3:14 PM, Christopher Schultz wrote: - Is there a way that I can specify

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Shanti Suresh
Hi Konstantin, Hi Chris, On Wed, Sep 11, 2013 at 1:43 PM, Christopher Schultz ch...@christopherschultz.net wrote: BTW, beware of known issue, mentioned in the FAQ, http://wiki.apache.org/tomcat/FAQ/KnownIssues#ImageIOIssues +1 Could you please explain this bug better? So from the nice

Re: Registering Plugins, e.g. javax.imageio...

2013-09-11 Thread Eli
Don't know I'm in this email chain I need to ask someone that really knows computers Sent from my iPhone On Sep 11, 2013, at 1:43 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 9/11/13 12:44 PM, Konstantin

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread André Warnier
Arun Kumar wrote: Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat DefaultServlet for above all video request , now we have to benchmark our application for following scenario

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Hi Eli i think you subscribed tomcat user mailing list accidentally so please unsubscribe it please send empty mail to users-unsubscr...@tomcat.apache.org for To remove your address from the list (mail chain), Regards Arunkumar On Wed, Sep 11, 2013 at 11:31 PM, Eli elikat...@yahoo.com

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Prashant, On 9/11/13 9:07 AM, Prashant Shinde wrote: I am getting following error when I try with wget OpenSSL: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol Unable to establish SSL connection. So, connecting with a web

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Mark Eggers
On 9/11/2013 12:13 PM, André Warnier wrote: Eli wrote: To complicated Figures. Sent from my iPhone Cute, and so original. I haven't got one of those. It's Chuck's fault. Ever since he told me that his iPhone had more RAM than my server, I've been snubbing them. Then I won't mention my