RE: TomCat 5.5.9 - 8443

2005-08-17 Thread Tom Spence
Now TomCat 5.5.9 can run with 8443 that I am so happy but need to have a 
certificate.  I don't have any certificate so is there anyway for us to get 
free instead of pay to verisign?

Paul Kimbrel [EMAIL PROTECTED] wrote:
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 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 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 website
loads.

--PK

On 8/15/2005, [EMAIL PROTECTED]

wrote:

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 the 
appropriate value). Also, the example references %FILE_NAME%. Don't 
use this - in all the other places in the example, it uses server.crt 
- use that instead of the FILE_NAME variable. And finally, it will 
still pop up and ask you for the keystore pass code. Just enter changeit.
And don't change it - until you've gotten down the road and figure out 
how all that works. I tried it once, and things got reallys screwed up.

But once, you get that up and running, you should be gold!

--PK

On 8/15/2005, 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.
 
 
 
 (__[TomCigar]___~~~
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




(__[TomCigar]___~~~ 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




(__[TomCigar]___~~~ 




RE: TomCat 5.5.9 - 8443

2005-08-17 Thread Paul Kimbrel
Well, I don't know of any trusted certificate authorities that operate
for free, but GoDaddy.com offers them for much less than Verisign (to
the tune of $30/year rather than $350/year).

On 8/17/2005, Tom Spence [EMAIL PROTECTED] wrote:

Now TomCat 5.5.9 can run with 8443 that I am so happy but need to have a
certificate. I don't have any certificate so is there anyway for us to
get free instead of pay to verisign?

Paul Kimbrel [EMAIL PROTECTED] wrote:
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 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 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
website
loads.

--PK

On 8/15/2005, [EMAIL PROTECTED]

wrote:

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 the
appropriate value). Also, the example references %FILE_NAME%. Don't
use this - in all the other places in the example, it uses server.crt
- use that instead of the FILE_NAME variable. And finally, it will
still pop up and ask you for the keystore pass code. Just enter changeit.
And don't change it - until you've gotten down the road and figure out
how all that works. I tried it once, and things got reallys screwed up.

But once, you get that up and running, you should be gold!

--PK

On 8/15/2005, 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.



 (__[TomCigar]___~~~


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




(__[TomCigar]___~~~




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




(__[TomCigar]___~~~

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 on. In the case of development - this
is usally localhost. Otherwise, the certificate will be rejected
when your website loads.

--PK

On 8/15/2005, [EMAIL PROTECTED]

wrote:

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 the appropriate
value). Also, the example references %FILE_NAME%. Don't use this -
in all the other places in the example, it uses server.crt - use
that instead of the FILE_NAME variable. And finally, it will still pop
up and ask you for the keystore pass code. Just enter changeit. 
And don't change it - until you've gotten down the road and figure out
how all that works. I tried it once, and things got reallys screwed up.

But once, you get that up and running, you should be gold!

--PK

On 8/15/2005, 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.
 
 
 
 (__[TomCigar]___~~~
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




(__[TomCigar]___~~~ 




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 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 on. In the case of development - this is usally
localhost. Otherwise, the certificate will be rejected when your website
loads.

--PK

On 8/15/2005, [EMAIL PROTECTED]

wrote:

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 the 
appropriate value). Also, the example references %FILE_NAME%. Don't 
use this - in all the other places in the example, it uses server.crt 
- use that instead of the FILE_NAME variable. And finally, it will 
still pop up and ask you for the keystore pass code. Just enter changeit.
And don't change it - until you've gotten down the road and figure out 
how all that works. I tried it once, and things got reallys screwed up.

But once, you get that up and running, you should be gold!

--PK

On 8/15/2005, 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.
 
 
 
 (__[TomCigar]___~~~
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




(__[TomCigar]___~~~ 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 not found?

Do the startup msgs claim that e.g.

09-Aug-2005 15:29:04 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443

09-Aug-2005 15:29:09 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443

Paul Singleton




--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 14/Aug/2005


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 3008 ms
Aug 15, 2005 8:38:24 AM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Aug 15, 2005 8:38:24 AM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.9
Aug 15, 2005 8:38:24 AM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Aug 15, 2005 8:38:30 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 15, 2005 8:38:30 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
Aug 15, 2005 8:38:30 AM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Aug 15, 2005 8:38:31 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7101 ms
 
I opened https://localhost:8443 and wait for loading for forever...


Paul Singleton [EMAIL PROTECTED] wrote:
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 not found?

Do the startup msgs claim that e.g.

09-Aug-2005 15:29:04 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8443

09-Aug-2005 15:29:09 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443

Paul Singleton




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.9/72 - Release Date: 14/Aug/2005


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




(__[TomCigar]___~~~ 




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 the appropriate
value).  Also, the example references %FILE_NAME%. Don't use this -
in all the other places in the example, it uses server.crt - use
that instead of the FILE_NAME variable.  And finally, it will still pop
up and ask you for the keystore pass code.  Just enter changeit. 
And don't change it - until you've gotten down the road and figure out
how all that works.  I tried it once, and things got reallys screwed up.

But once, you get that up and running, you should be gold!

--PK

On 8/15/2005, Tom Spence [EMAIL PROTECTED] 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.
 
 
 
 (__[TomCigar]___~~~
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 website loads.

--PK

On 8/15/2005, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:

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 the appropriate
value).  Also, the example references %FILE_NAME%. Don't use this -
in all the other places in the example, it uses server.crt - use
that instead of the FILE_NAME variable.  And finally, it will still pop
up and ask you for the keystore pass code.  Just enter changeit. 
And don't change it - until you've gotten down the road and figure out
how all that works.  I tried it once, and things got reallys screwed up.

But once, you get that up and running, you should be gold!

--PK

On 8/15/2005, Tom Spence [EMAIL PROTECTED] 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.
 
 
 
 (__[TomCigar]___~~~
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]