Re: Tomcat startup error

2010-04-10 Thread Bill Barker
"Christopher Schultz" 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 tomcat code. It expects to find

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 specifie

Re: Installing certificate chain on Tomat

2010-04-10 Thread /U
Thank you Chris for your suggestion. Here is my connector: I have received the following keys/certs from CA: - file1: private key for myhost - file2: identity certificate for "myhost" signed by "CA1" - file3: certificate for "CA1" signed by "entrust" I installed private key (fi

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 wrote: > > > > 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 > Environmen

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: 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 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 /U
Thank you for the suggestion. could you pl share your connection configuration? also, if no explicit truststore is set in the configuration,would the SSL connector not fall back to JRE truststore which is $JAVA_HOME/jre/lib/security/cacerts ? Also, did you install the private key andthe identity

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 To: users@tomcat.apache.org Sent: Sat, April 10, 2010 10:07:47 AM Subject: Re: Installing certificate chain on Tomat h

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? any assistance appreciated, /U -Original Message- > From:

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: users-h..

Re: Installing certificate chain on Tomat

2010-04-10 Thread Pid *
On 10 April 2010 08:58, nowled.excite 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: users@tomcat.apache.org >

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 * 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: 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

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/ p 2010/4/10 Sébastien Charland > Hi, > > I just want to know if there is a Tomcat version 5.4 and where I

Re: symbolic links deleted when restarting tomcat

2010-04-10 Thread Pid *
On 9 April 2010 22:16, Karin Moscovici 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 possible cause > the deletion. Th

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 se