Re: Feature request: startup.bat: -title option needed

2009-12-29 Thread LiuYan 刘研
It's for "one installation, multi instances" situation, these tomcat instances share the same catalina.bat file, so I use an environment variable instead of a fixed value. :) maven apache wrote: > > 2009/12/30 LiuYan 刘研 > >> >> Hi maven: >> Thanks for your response. >> >> "How to run multip

Re: Feature request: startup.bat: -title option needed

2009-12-29 Thread maven apache
2009/12/30 LiuYan 刘研 > > Hi maven: > Thanks for your response. > > "How to run multiple tomcat instances" is not what I concerned. I setup > three Tomcat 5.0.x instances & one Tomcat 6.0.x in one windows OS in our > production environment for some weired reasons. And I can running multiple > to

Re: Feature request: startup.bat: -title option needed

2009-12-29 Thread maven apache
2009/12/30 LiuYan 刘研 > > Hi maven: > Thanks for your response. > > "How to run multiple tomcat instances" is not what I concerned. I setup > three Tomcat 5.0.x instances & one Tomcat 6.0.x in one windows OS in our > production environment for some weired reasons. And I can running multiple > to

Re: Feature request: startup.bat: -title option needed

2009-12-29 Thread LiuYan 刘研
Hi maven: Thanks for your response. "How to run multiple tomcat instances" is not what I concerned. I setup three Tomcat 5.0.x instances & one Tomcat 6.0.x in one windows OS in our production environment for some weired reasons. And I can running multiple tomcat instances from one tomcat inst

Re: Feature request: startup.bat: -title option needed

2009-12-29 Thread maven apache
2009/12/30 LiuYan 刘研 > > When running muitiple tomcat instances in same windows OS, the title of all > tomcat/DOS window are all "Tomcat", it's a little hard to distinguish which > window is which tomcat. > Not exactly sure what you are meaning. Did you mean that you have installed more than one

Feature request: startup.bat: -title option needed

2009-12-29 Thread LiuYan 刘研
When running muitiple tomcat instances in same windows OS, the title of all tomcat/DOS window are all "Tomcat", it's a little hard to distinguish which window is which tomcat. for example: bin\startup.bat -title "Tomcat Server 1 - XXX" bin\startup.bat -title "Tomcat Server 2 - YYY" bin\startup.ba

Re: Load balancing questions

2009-12-29 Thread Mark Thomas
On 29/12/2009 16:17, assan alhamoud wrote: > Hello Mark , > > we are using apache Server version: Apache/2.2.11 (Unix) > we use mod_jk.so module > jboss-3.2.5 > Tomcat5 > and jrockit-jdk1.4.2_19 > > at your disposal if you need more information Are you using Tomcat or JBoss? Tomcat version? m

RE: Load balancing questions

2009-12-29 Thread Gerhardus.Geldenhuis
Hi Ghassan, It looks like you might be using a default/old version of modjk. I would recommend as a start to either download the latest binary release or compile a custom version for your distribution. It is really straightforward to do the compile and everything you need to know is in the document

Re: Load balancing questions

2009-12-29 Thread assan alhamoud
Hello Mark , we are using apache Server version: Apache/2.2.11 (Unix) we use mod_jk.so module jboss-3.2.5 Tomcat5 and jrockit-jdk1.4.2_19 at your disposal if you need more information Regards, Ghassan 2009/12/29 Mark Thomas > On 29/12/2009 15:21, assan alhamoud wrote: > > Hello All > > > >

Re: Load balancing questions

2009-12-29 Thread Mark Thomas
On 29/12/2009 15:21, assan alhamoud wrote: > Hello All > > I have some questions and I hope to find answers about Load balancing . > > 1- The first question , our DBA says that it not normal and no logic to > have several instances of tomcat server on the same machine with the same > configu

Load balancing questions

2009-12-29 Thread assan alhamoud
Hello All I have some questions and I hope to find answers about Load balancing . 1- The first question , our DBA says that it not normal and no logic to have several instances of tomcat server on the same machine with the same configuration , is this correct ? 2- Each tomcat instance here

Re: TomCat multiple ssl support

2009-12-29 Thread Markus Schönhaber
29.12.2009 15:28, Mark Thomas: > However, there is a spec for this: RFC 4366, SNI (Server Name > Indication). It should be implementable for at least the APR/native > connector. Not sure of the extent, if any, of support in the browsers. If a recent article in the German c't magazine is right (an

Re: TomCat multiple ssl support

2009-12-29 Thread André Warnier
Peter Crowther wrote: 2009/12/29 DOrlov Hello, I have TomCat 6 server and I have 3 SSL sertificates for: 1. p.domain.com 2. p1.domain.com 3. p2.domain.com I would like to use all 3 on 1 SSL connector (Don't create 3 SSL connectors) I'm using keytool app and kestore SSL logic for TomCat SSL c

Re: TomCat multiple ssl support

2009-12-29 Thread Zacheusz Siedlecki
Exactly Thomas :) Regards, Zacheusz On Tue, Dec 29, 2009 at 3:28 PM, Mark Thomas wrote: > On 29/12/2009 14:04, Peter Crowther wrote: >> 2009/12/29 DOrlov >> >>> >>> Hello, I have TomCat 6 server and I have 3 SSL sertificates for: >>> >>> 1. p.domain.com >>> 2. p1.

Re: TomCat multiple ssl support

2009-12-29 Thread Zacheusz Siedlecki
These are three different domains. Theoretically you can choose cerfificate for subdomain. Look at: RFC 4680: TLS Handshake Message for Supplemental Data RFC 4366: Transport Layer Security (TLS) Extensions Basically, the client sends the target host during the initial handshake so you can pic

Re: TomCat multiple ssl support

2009-12-29 Thread Mark Thomas
On 29/12/2009 14:04, Peter Crowther wrote: > 2009/12/29 DOrlov > >> >> Hello, I have TomCat 6 server and I have 3 SSL sertificates for: >> >> 1. p.domain.com >> 2. p1.domain.com >> 3. p2.domain.com >> >> I would like to use all 3 on 1 SSL connector (Don't create 3 SSL >> connectors) >> I'm using

Re: TomCat multiple ssl support

2009-12-29 Thread Peter Crowther
2009/12/29 DOrlov > > Hello, I have TomCat 6 server and I have 3 SSL sertificates for: > > 1. p.domain.com > 2. p1.domain.com > 3. p2.domain.com > > I would like to use all 3 on 1 SSL connector (Don't create 3 SSL > connectors) > I'm using keytool app and kestore SSL logic for TomCat SSL configur

Re: TomCat multiple ssl support

2009-12-29 Thread Pid
On 29/12/2009 13:20, Zacheusz Siedlecki wrote: On Tue, Dec 29, 2009 at 1:56 PM, Mark Thomas wrote: On 29/12/2009 12:30, DOrlov wrote: Hello, I have TomCat 6 server and I have 3 SSL sertificates for: 1. p.domain.com 2. p1.domain.com 3. p2.domain.com I would like to use all 3 on 1 SSL connec

Re: TomCat multiple ssl support

2009-12-29 Thread Zacheusz Siedlecki
You could modify connector sources. Regards, Zacheusz On Tue, Dec 29, 2009 at 1:56 PM, Mark Thomas wrote: > On 29/12/2009 12:30, DOrlov wrote: >> >> Hello, I have TomCat 6 server and I have 3 SSL sertificates for: >> >> 1. p.domain.com >> 2. p1.domain.com >> 3. p2.do

Re: TomCat multiple ssl support

2009-12-29 Thread Mark Thomas
On 29/12/2009 12:30, DOrlov wrote: > > Hello, I have TomCat 6 server and I have 3 SSL sertificates for: > > 1. p.domain.com > 2. p1.domain.com > 3. p2.domain.com > > I would like to use all 3 on 1 SSL connector Tomcat does not support this. Mark -

TomCat multiple ssl support

2009-12-29 Thread DOrlov
Hello, I have TomCat 6 server and I have 3 SSL sertificates for: 1. p.domain.com 2. p1.domain.com 3. p2.domain.com I would like to use all 3 on 1 SSL connector (Don't create 3 SSL connectors) I'm using keytool app and kestore SSL logic for TomCat SSL configuration. I created 3 keystores and imp