Re: Installing certificate chain on Tomat

2010-04-10 Thread nowled.excite
Maybe you are getting the certificate myhost issued by CA X is not trusted, because you a fucking virus -Original Message- From: /U [uma...@comcast.net] Date: 04/10/2010 12:02 AM To: users@tomcat.apache.org Subject: Re: Installing certificate chain on Tomat Note: Original message

Re: symbolic links deleted when restarting tomcat

2010-04-10 Thread Pid *
On 9 April 2010 22:16, Karin Moscovici karin.moscov...@correlix.com wrote: Thanks Chris. Indeed, my issue is different than the one you've described - The links are deleted from common/lib and server/lib, and their targets are unharmed. I don't know of any other reason that could have

Re: Tomcat 5.4 exist?

2010-04-10 Thread Pid *
There is/was no Tomcat 5.4. There was a 5.5.4, which is very, very old. http://archive.apache.org/dist/tomcat/tomcat-5/archive/ http://archive.apache.org/dist/tomcat/tomcat-5/archive/ p 2010/4/10 Sébastien Charland charland.sebast...@gmail.com Hi, I just want to know if there is a Tomcat

Re: Tomcat 6 fresh install, will not startup,

2010-04-10 Thread Pid *
Installed apache-tomcat-6.0.26 into folder C:\apache-tomcat-6.0.26\ C:\apache-tomcat-6.0.26\bin catalina.bat version Using CATALINA_BASE: C:\apache-tomcat-6.0.26\ Using CATALINA_HOME: C:\apache-tomcat-6.0.26\ Using CATALINA_TMPDIR: C:\apache-tomcat-6.0.26\\temp Those two slashes look

Re: Tomcat 6 fresh install, will not startup,

2010-04-10 Thread Pid *
Ignore my last, didn't see your last reply. p On 10 April 2010 10:03, Pid * p...@pidster.com wrote: Installed apache-tomcat-6.0.26 into folder C:\apache-tomcat-6.0.26\ C:\apache-tomcat-6.0.26\bin catalina.bat version Using CATALINA_BASE: C:\apache-tomcat-6.0.26\ Using CATALINA_HOME:

Re: Installing certificate chain on Tomat

2010-04-10 Thread Pid *
On 10 April 2010 08:58, nowled.excite now...@excite.com wrote: Maybe you are getting the certificate myhost issued by CA X is not trusted, because you a fucking virus No need for that. p -Original Message- From: /U [uma...@comcast.net] Date: 04/10/2010 12:02 AM To:

Re: Tomcat 5.4 exist?

2010-04-10 Thread David Kerber
Pid * wrote: There is/was no Tomcat 5.4. There was a 5.5.4, which is very, very old. And 5.0.4 which is even older. D - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Installing certificate chain on Tomat

2010-04-10 Thread /U
hello Pid, am i right in assuming that the identity certificate+private key is installed in keystoreFile of the SSL connector (C:\keystore below) and the CA certificate chain is installed in jre/lib/security/cacerts? Connector port=443 protocol=HTTP/1.1 SSLEnabled=true

Re: Installing certificate chain on Tomat

2010-04-10 Thread Michael Dockery
i had to install my ca root certs in a keystore specificed/referenced by the truststorefile parameter NOT the keystorefile parm From: /U uma...@comcast.net To: users@tomcat.apache.org Sent: Sat, April 10, 2010 10:07:47 AM Subject: Re: Installing certificate

Re: Installing certificate chain on Tomat

2010-04-10 Thread Crypto Sal
On 04/10/2010 12:01 AM, /U wrote: i am installing certificate chain on tomcat 6.x (JRE 1.6). From my CA I have private key (PEM), identity cert (PEM) (CA X trusts myhost) and a cert chain file (PEM file) (entrust trusts CA X) The cert chain is: (entrust) === trusts == (CA X) ==

Re: Installing certificate chain on Tomat

2010-04-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /U, On 4/10/2010 12:01 AM, /U wrote: i am installing certificate chain on tomcat 6.x (JRE 1.6). From my CA I have private key (PEM), identity cert (PEM) (CA X trusts myhost) and a cert chain file (PEM file) (entrust trusts CA X)

Re: Installing certificate chain on Tomat

2010-04-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 /U, On 4/10/2010 10:07 AM, /U wrote: am i right in assuming that the identity certificate+private key is installed in keystoreFile of the SSL connector (C:\keystore below) and the CA certificate chain is installed in jre/lib/security/cacerts?

Re: Tomcat 6 fresh install, will not startup,

2010-04-10 Thread venkatesh kumar
On Sat, Apr 10, 2010 at 2:43 AM, Robert Wolf robert_wolf_toro...@yahoo.cawrote: Did I fresh install and did not modify any of the files. Running on windows XP with service packs Using Sun’s java C:\apache-tomcat-6.0.26\bin java -version java version 1.6.0_19 Java(TM) SE Runtime

Re: Installing certificate chain on Tomat

2010-04-10 Thread /U
Thank you Chris for your suggestion. Here is my connector: Connector port=443 protocol=HTTP/1.1 SSLEnabled=true maxThreads=150 scheme=https secure=true clientAuth=false sslProtocol=TLS keystoreFile=/users/me/.keystore keystorePass=changeit /

Re: Installing certificate chain on Tomat

2010-04-10 Thread /U
I tried this on different systems (*nix and XP) and hence the differences in my excerpts. but in each case, the connector config correct refers to keystore. i am sorry i quoted different configs - will stick to *nix from now on. i am confused about one thing: whil keystore is explicitly

Re: Tomcat startup error

2010-04-10 Thread Bill Barker
Christopher Schultz ch...@christopherschultz.net wrote in message news:4bbf945e.4050...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harry, On 4/9/2010 2:01 PM, Harry Metske wrote: you are using some piece of software (com.mypkg.packaging.*) that is calling