RE: TomCat 5.5.9 - 8443

2005-08-17 Thread Tom Spence
Message- From: Tom Spence [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 9:23 AM To: Tomcat Users List Subject: Re: TomCat 5.5.9 - 8443 Can I use ikeyman or keytool or both? Cuz, I need to use SSL like 8443 so bad... Paul Kimbrel wrote: Something I forgot to mention. When you

RE: TomCat 5.5.9 - 8443

2005-08-17 Thread Paul Kimbrel
: Tuesday, August 16, 2005 9:23 AM To: Tomcat Users List Subject: Re: TomCat 5.5.9 - 8443 Can I use ikeyman or keytool or both? Cuz, I need to use SSL like 8443 so bad... Paul Kimbrel wrote: Something I forgot to mention. When you are generating your certificate, it will ask for your first and last

Re: TomCat 5.5.9 - 8443

2005-08-16 Thread Tom Spence
Can I use ikeyman or keytool or both? Cuz, I need to use SSL like 8443 so bad... Paul Kimbrel [EMAIL PROTECTED] wrote: Something I forgot to mention. When you are generating your certificate, it will ask for your first and last name. Enter the name of the server your appliation will be running

RE: TomCat 5.5.9 - 8443

2005-08-16 Thread Paul Kimbrel
I've only used keytool - and it worked like a charm for me. -Original Message- From: Tom Spence [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 16, 2005 9:23 AM To: Tomcat Users List Subject: Re: TomCat 5.5.9 - 8443 Can I use ikeyman or keytool or both? Cuz, I need to use SSL like

TomCat 5.5.9 - 8443

2005-08-15 Thread Tom Spence
I can open http://localhost:8080 but, can't open https://localhost:8443 Any idea why? Of course I did uncomment at 8443 area in server.xml and set up by using keytool. Nothing happened. (__[TomCigar]___~~~

Re: TomCat 5.5.9 - 8443

2005-08-15 Thread Paul Singleton
Tom Spence wrote: I can open http://localhost:8080 but, can't open https://localhost:8443 Any idea why? Of course I did uncomment at 8443 area in server.xml and set up by using keytool. Nothing happened. What kind of nothing? Connection refused? Failed to connect after timeout? Page

Re: TomCat 5.5.9 - 8443

2005-08-15 Thread Tom Spence
Here what I got... Aug 15, 2005 8:38:24 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Aug 15, 2005 8:38:24 AM org.apache.coyote.http11.Http11Protocol init INFO: Initializing Coyote HTTP/1.1 on http-8443 Aug 15, 2005 8:38:24 AM

Re: TomCat 5.5.9 - 8443

2005-08-15 Thread pklist1
It sounds like you need to set up an SSL certificate for Java. Here's a site that outlines how to do this: http://jasigch.princeton.edu:9000/display/CAS/Solving+SSL+issues To use this example, make sure you have your JAVA_HOME environment variable set properly (or replace it in the example with

Re: TomCat 5.5.9 - 8443

2005-08-15 Thread Paul Kimbrel
Something I forgot to mention. When you are generating your certificate, it will ask for your first and last name. Enter the name of the server your appliation will be running on. In the case of development - this is usally localhost. Otherwise, the certificate will be rejected when your