Re: Max Threads - Worker Threads clarification

2012-10-24 Thread vicky007aggarwal
Christopher u r a GEM. Thanks christopher for explaining the basics so passionately & nicely. I have some more trivial questions pls share your brilliance on that as well & help many more like me to learn the concepts ;- In my environment i am using Apache 2.2 & Tomcat 6.0 version . @ Both

Re: any servlets to implement sort of a google-play-like functionality for android and other types of mobile devices?

2012-10-24 Thread Albretch Mueller
>> If using Java Web Start would not require any Java on the back end >> whatsoever, then Marinilli on this JNLP wouldn't have dedicated a >> chapter to it ;-) >I'm curious - what functionality is required to serve JNLP apps - is >there something more than HTTP requests? ~ for example the jardif

Re: Max Threads - Worker Threads clarification

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, On 10/24/12 3:03 PM, Caldarale, Charles R wrote: >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Subject: Re: Max Threads - Worker Threads clarification > >> It's a little more complicated than that, because a threaded >

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kumaresh, On 10/24/12 10:39 AM, KumareshGopalsamy wrote: > But when I shutdown Tomcat from command prompt > > C:\apache-tomcat-6.0.24-windows-x64\apache-tomcat-6.0.24\bin>shutdown > > I could see Apache Tomcat homepage in http://localhost:8080/ but

RE: Max Threads - Worker Threads clarification

2012-10-24 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Max Threads - Worker Threads clarification > It's a little more complicated than that, because a threaded Tomcat > can have multiple connections per child process. One presumes you meant "httpd" rather than "Tomcat"

Re: Max Threads - Worker Threads clarification

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vivek, On 10/24/12 12:21 PM, vivek aggarwal wrote: > I have following understanding with regards to your trailing mail > comments ,pls do correct me if that's not correct :- > > In workers.properties (Apache end) we have directive called > "connec

Re: SSl Query-- please help

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicky, On 10/24/12 11:37 AM, vicky007aggar...@yahoo.co.in wrote: > Thats really an extensive explanation Thanks for writing this > christopher I've updated the Wiki as well: http://wiki.apache.org/tomcat/FAQ/Connectors#Q2 - -chris -BEGIN PGP SIG

Re: Max Threads - Worker Threads clarification

2012-10-24 Thread vivek aggarwal
Chris, I have following understanding with regards to your trailing mail comments ,pls do correct me if that's not correct :- In workers.properties (Apache end) we have directive called "connection_pool_size" which is number of those connection that each apache web server child process can

Re: SSl Query-- please help

2012-10-24 Thread vicky007aggarwal
Thats really an extensive explanation Thanks for writing this christopher Thanks, Vicky On Oct 24, 2012, at 7:04 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vicky, > > On 10/23/12 11:43 PM, vicky007aggar...@yahoo.co.in wrote: >> Andre & Christopher t

RE: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Martin Gainty
Mark is correct there are NO tomcat errors in the attached log but your JSSE is complaining about missing cert or you are implementing a certificate from a non-CA authrity you cannot build your KeyMaterial without knowing the full path of the CA-authority issued cert and the keyFile location a

RE: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread KumareshGopalsamy
Hi Mark Thank you. You are right. It was my mistake as page takes more time to load. But when I shutdown Tomcat from command prompt C:\apache-tomcat-6.0.24-windows-x64\apache-tomcat-6.0.24\bin>shutdown I could see Apache Tomcat homepage in http://localhost:8080/ but not in https://localhost:84

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Mark Thomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/10/2012 15:00, KumareshGopalsamy wrote: > Hi Chris > > We are planning to setup JSSE keystore-based certificate > configuration so I have removed tcnative-1.dll file in > C:\apache-tomcat-6.0.24-windows-x64\apache-tomcat-6.0.24\bin path. > St

RE: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread KumareshGopalsamy
Hi Chris We are planning to setup JSSE keystore-based certificate configuration so I have removed tcnative-1.dll file in C:\apache-tomcat-6.0.24-windows-x64\apache-tomcat-6.0.24\bin path. Still no success, below are the error message I have attached server.xml in this. Error Message 24-Oct-2

Any known issues using Tomcat for container/app management, but netty for communication

2012-10-24 Thread Bob DeRemer
Hi Tomcat Community, GOAL: My goal is to use Netty for multiple-protocol communication handling, but run inside Tomcat to leverage the overall application lifecycle support (deployment, control, monitoring, etc.). To achieve this, I plan to disable all Connectors and use Netty for the actual

Re: Max Threads - Worker Threads clarification

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles, On 10/24/12 8:29 AM, Charles Richard wrote: > I do use load balancing on our production environment so I'll have > to check out the parallel timeout you mention, I don't think I've > read about this before. You'll need those values to be the

RE: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread KumareshGopalsamy
Hi Tim Thank you for your reply. I have attached Server.xml of my Tomcat. This machine is dedicated tomcat server as no other application runs in this, if any other is using please let me know how to delete/remove Thank you Regards Kumaresh Gopalsamy -Original Message- From: Tim Watt

Re: About two versions

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ram On 10/24/12 6:26 AM, Ram Laxman wrote: > Can I install tomcat 7.0.32 and 6.0.36 on same machine testing > purpose on the same machine > > or does it make system unstable ?? Looking for favourable reply. To add to what others have said: You can

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kumaresh, On 10/24/12 6:38 AM, KumareshGopalsamy wrote: > I have followed below steps to setup SSL > > Details Tomcat 6.0.24 Windows server 2008 R2 Datacenter Since you are using SSL, I suspect you are interested in protecting your data. You should

Re: SSl Query-- please help

2012-10-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicky, On 10/23/12 11:43 PM, vicky007aggar...@yahoo.co.in wrote: > Andre & Christopher thanks a lot for your time & help. > > One last query related to mod _jk & mod_proxy_balancer modules:- > among these two which one is preferred i mean which is m

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Mark Thomas
On 24/10/2012 11:38, KumareshGopalsamy wrote: > Hi > > > > I have followed below steps to setup SSL You are trying to use BIO/NIO (100% Java) SSL configuration for the APR(native) connector. That won't work. Fix your configuration or disable APR. See the SSL How-to, particularly the section

Re: Tomcat 6.0.24 SSL Setup issue

2012-10-24 Thread Tim Watts
On Wed, 2012-10-24 at 11:38 +0100, KumareshGopalsamy wrote: > > > >maxThreads="150" scheme="https" secure="true" > >clientAuth="false" sslProtocol="TLS" > keystorePass="changeit" keystoreFile=" > C:\apache-tomcat-6.0.24-windows-x64\key \.keystore"/> > The only

Re: About two versions

2012-10-24 Thread Ram Laxman
Thanks. For your replies. hv good day!! From: "techienote@gmail.com" To: Tomcat Users List ; Ram Laxman Sent: Wednesday, October 24, 2012 4:01 PM Subject: Re: About two versions Hi Ram, You can install multiple version of tomcat on single machine unles

Re: Max Threads - Worker Threads clarification

2012-10-24 Thread Charles Richard
Hi Chris, I do use load balancing on our production environment so I'll have to check out the parallel timeout you mention, I don't think I've read about this before. As far as Tomcat hanging, my apologies, I discovered late yesterday that it was Apache reaching its MaxClients limit and therefore

Re: About two versions

2012-10-24 Thread techienote . com
Hi Ram, You can install multiple version of tomcat on single machine unless and until your machine is having sufficient hardware(Ram, CPU). Vidyadhar Sent on my BlackBerry® from Vodafone -Original Message- From: Ram Laxman Date: Wed, 24 Oct 2012 03:26:13 To: users@tomcat.apache.org Re

RE: About two versions

2012-10-24 Thread David Sills
I use at least 3 versions routinely, all running at the same time. Just make sure that they use different ports (conf/server.xml). -Original Message- From: Ram Laxman [mailto:ram.laxman241...@yahoo.com] Sent: Wednesday, October 24, 2012 6:26 AM To: users@tomcat.apache.org Subject: About t

Re: About two versions

2012-10-24 Thread Miguel Gonzalez
>De: Ram Laxman >Para: "users@tomcat.apache.org" >Enviado: Miércoles 24 de octubre de 2012 12:26 >Asunto: About two versions >Can I install tomcat 7.0.32 and 6.0.36 on same machine testing purpose on the >same machine >or does it make system unstable ?? Lo