Re: Finding Version Of Tomcat On Unix?

2007-04-04 Thread Jeanna . Geier
Super - Thanks for the reply!




David Smith <[EMAIL PROTECTED]> 
04/04/2007 02:40 PM
Please respond to
"Tomcat Users List" 


To
Tomcat Users List 
cc

Subject
Re: Finding Version Of Tomcat On Unix?






As with the recently asked question on which java version is in use, you 
should be able to glean that from the manager webapp.

http://localhost:8080/manager/html (replace localhost and 8080 with 
appropriate values for your installation)

Log in with a user that has the manager role and it should offer you 
lots of good information on the status of tomcat.

--David

[EMAIL PROTECTED] wrote:

>Hello List!
>
>I have a quick question that I'm hoping someone can help me with: How can 

>I find the version of Tomcat running on my Unix box?
>
>When I go into the README.txt doc, I see that it's 4.1...but I don't know 

>the last #'s in the version: 4.1.x...
>
>Is there a command I can run to find this info out?
>
>Thanks much for your time and assistance!
>-Jeanna
> 
>


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Finding Version Of Tomcat On Unix?

2007-04-04 Thread Jeanna . Geier
Hello List!

I have a quick question that I'm hoping someone can help me with: How can 
I find the version of Tomcat running on my Unix box?

When I go into the README.txt doc, I see that it's 4.1...but I don't know 
the last #'s in the version: 4.1.x...

Is there a command I can run to find this info out?

Thanks much for your time and assistance!
-Jeanna

Certificate Installation Issues

2007-02-27 Thread Jeanna Geier
Hello List-

After having our application running smoothly with self-signed certificates,
we made the change today and purchased a Comodo InstantSSL certificate - and
after following the instructions on installing it, I'm having some problems
that I am hoping someone with more experience who has ran across this can
help me with..

I received three certificates from Comodo:

 * AddTrustExternalCARoot.crt
 * netrequest_biz.crt
 * UTNAddTrustServerCA.crt

I followed their instructions on importing them in the order: 1) Root, 2)
IntermediateCA, 3) Domain/Site Certificate

On my Server, I ran the following to install the certificates into my Java
cacerts:

C:\Program
Files\Java\jdk1.5.0_06\jre\lib\security\keytool -import -trustcacerts -alias
root -file C:\AddTrustExternalCARoot.crt -keystore cacerts

C:\Program
Files\Java\jdk1.5.0_06\jre\lib\security\keytool -import -trustcacerts -alias
INTER -file C:\UTNAddTrustServerCA.crt -keystore cacerts

C:\Program
Files\Java\jdk1.5.0_06\jre\lib\security\keytool -import -trustcacerts -alias
netrequest -file C:\netrequest_biz.crt -keystore cacerts


For good measure (because I wasn't sure if I had to or not) I also added
them to my Java cacerts file on the pc that I'm going to use to remotely
connect to the Server...


OK, so my first test was to test that the certificate got installed on the
Server correctly, so I opened Internet Explorer and from the File -> Open
(Open as Web Folder) box typed: https://localhost:8443/slide/files - and I
was prompted with a 'Security Alert' that said that: "The security
certificate was issued by a company you have not chosen to trust. View the
certificate to determine whether you want to trust the certifying
authority." & "The name on the security certificate is invalid or does not
match the name of the site" (The security date was valid). So, when I clicke
don  two things struck me: 1) the issued by is
'netrequest.biz' (shouldn't this be Comodo - isn't this why we buy the
certificate? our self-signed ones had this on it...) and 2) the date Valid
from 2/27/2007 to 5/28/2007 (we purchased a two-year certificate, shouldn't
this be until 2009??).  Even after installing the certificate, logging out,
and logging back in, I still get the "Security Alert" message box -
something we don't want our customers to have to deal with.

Second test: attempting to log into the Server where our DataBase is stored
to access it and run the program. However, after putting in my Username and
Password, when the program continues on to validate the sign-on, I get a
pop-up with the following error message: "IO Error loading patterns:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification pathe to requested target"


Prior to installing these new certificates from Comodo and while using our
self-signed ones, all was working OK; we're getting ready to "go live" in a
day and a half, so we really need to get this worked out, so any thoughts,
comments, or expertise that anyone could provide to help me straighten this
out would be greatly appreciated!!!


Thanks in advance for your time and help!!
-Jeanna


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: HTTP Error 505

2007-01-16 Thread Jeanna Geier
Just an FYI: Sent the laptop with the user last night and talked to him this
morning and he hasn't had any issues with it since correcting the URL issue,
so that appears to have fixed the issue in its entirety...

I just did a quick test on my desktop and changed the URL on some of the
icons in the database by removing '/files/' in the path and tried to access
the files; I got the HTTP Error 505 on my desktop as well...

Hope that helps,
-Jeanna

-Original Message-
From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
Sent: Monday, January 15, 2007 8:36 PM
To: Tomcat Users List
Subject: Re: HTTP Error 505


We should probably report this as a bug, in case we can retrace the error?

I believe it should have been 404 File Not Found

-Rashmi
- Original Message 
From: Martin Gainty <[EMAIL PROTECTED]>
To: Tomcat Users List 
Sent: Monday, January 15, 2007 8:56:56 PM
Subject: Re: HTTP Error 505


Rashmi is correct

HTTP 303 is Resource not found
HTTP 505 is Version not supported

There is more work to determine the cause of the 505

Martin --
---
This e-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary , confidential and exempt from
disclosure. If you are not the intended recipient, you are notified that any
dissemination, distribution or copying of this communication is strictly
prohibited.
---
Le présent message électronique (y compris les pièces qui y sont annexées,
le cas échéant) s'adresse au destinataire indiqué et peut contenir des
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le
destinataire de ce document, nous vous signalons qu'il est strictement
interdit de le diffuser, de le distribuer ou de le reproduire.
- Original Message -
From: "Jeanna Geier" <[EMAIL PROTECTED]>
To: "Tomcat Users List" 
Sent: Monday, January 15, 2007 8:39 PM
Subject: RE: HTTP Error 505


> OK, I got this; looks like somewhere during the database RESTORE on the
> laptop, the iconurl field got messed up, and the '/files/' portion of the
> url was deleted, so that explains why it couldn't find the files...didn't
> really have anything to do with the version of the browser, but, oh well,
> live and learn, right?!??
>
> Thanks for your time!!  Hope it wasn't a waste...
> -Jeanna
>
> -Original Message-
> From: Jeanna Geier [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 15, 2007 7:04 PM
> To: Tomcat Users List
> Subject: RE: HTTP Error 505
>
>
> Thanks for the reply Rashmi.
>
> I've been searching and saw that page as well; both the desktop and laptop
> are running Mozilla Firefox v.2.0.0.1 and Tomcat v.5.0.28 as well.
>
> Unfortunately, that bit o' information is all our program is returning on
> the error...
>
> -Original Message-
> From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 15, 2007 6:53 PM
> To: Tomcat Users List
> Subject: Re: HTTP Error 505
>
>
> Hello Jeanna,
>
> A quick search gave me this page:
> http://www.checkupdown.com/status/E505.html which explains the 505 error
in
> detail
>
> They recommend upgrading one's browser.
>
> What browser are you using on your Laptop, and what is the version of that
> browser? If it is too old then it's time to upgrade it.
>
> The cause of the error could be something else too, but first lets rule
out
> the browser.
>
> Do you have more details about the 505 error message, it might help?
>
> -Rashmi
>
> - Original Message 
> From: Jeanna Geier <[EMAIL PROTECTED]>
> To: Tomcat Users List 
> Sent: Monday, January 15, 2007 7:26:27 PM
> Subject: HTTP Error 505
>
>
> Hello List-
>
> I'm seeing some odd behavior that I'm wondering if someone out there can
> help me with...
>
> I have the same exact configuration on a desktop and a laptop; our program
> uses icons stored on a slide server at
> https://localhost:8443/slide/files/APT_Icons.
>
> On the desktop, I can run the program and access these without any
problem;
> however, when we start the program on the laptop and attempt to access the
> icons, it's throwing a java io Exception:
>
> HTTP Server 505: Error loading icon:
> https://localhost:8443/slide/files/APT_Icons/.svg.
>
>
> Any ideas why I'm getting this on one machine and not the other???
>
>
> Thanks-
> -Jeanna





RE: HTTP Error 505

2007-01-15 Thread Jeanna Geier
OK, I got this; looks like somewhere during the database RESTORE on the
laptop, the iconurl field got messed up, and the '/files/' portion of the
url was deleted, so that explains why it couldn't find the files...didn't
really have anything to do with the version of the browser, but, oh well,
live and learn, right?!??

Thanks for your time!!  Hope it wasn't a waste...
-Jeanna

-Original Message-
From: Jeanna Geier [mailto:[EMAIL PROTECTED]
Sent: Monday, January 15, 2007 7:04 PM
To: Tomcat Users List
Subject: RE: HTTP Error 505


Thanks for the reply Rashmi.

I've been searching and saw that page as well; both the desktop and laptop
are running Mozilla Firefox v.2.0.0.1 and Tomcat v.5.0.28 as well.

Unfortunately, that bit o' information is all our program is returning on
the error...

-Original Message-
From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
Sent: Monday, January 15, 2007 6:53 PM
To: Tomcat Users List
Subject: Re: HTTP Error 505


Hello Jeanna,

A quick search gave me this page:
http://www.checkupdown.com/status/E505.html which explains the 505 error in
detail

They recommend upgrading one's browser.

What browser are you using on your Laptop, and what is the version of that
browser? If it is too old then it's time to upgrade it.

The cause of the error could be something else too, but first lets rule out
the browser.

Do you have more details about the 505 error message, it might help?

-Rashmi

- Original Message 
From: Jeanna Geier <[EMAIL PROTECTED]>
To: Tomcat Users List 
Sent: Monday, January 15, 2007 7:26:27 PM
Subject: HTTP Error 505


Hello List-

I'm seeing some odd behavior that I'm wondering if someone out there can
help me with...

I have the same exact configuration on a desktop and a laptop; our program
uses icons stored on a slide server at
https://localhost:8443/slide/files/APT_Icons.

On the desktop, I can run the program and access these without any problem;
however, when we start the program on the laptop and attempt to access the
icons, it's throwing a java io Exception:

HTTP Server 505: Error loading icon:
https://localhost:8443/slide/files/APT_Icons/.svg.


Any ideas why I'm getting this on one machine and not the other???


Thanks-
-Jeanna


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: HTTP Error 505

2007-01-15 Thread Jeanna Geier
Thanks for the reply Rashmi.

I've been searching and saw that page as well; both the desktop and laptop
are running Mozilla Firefox v.2.0.0.1 and Tomcat v.5.0.28 as well.

Unfortunately, that bit o' information is all our program is returning on
the error...

-Original Message-
From: Rashmi Rubdi [mailto:[EMAIL PROTECTED]
Sent: Monday, January 15, 2007 6:53 PM
To: Tomcat Users List
Subject: Re: HTTP Error 505


Hello Jeanna,

A quick search gave me this page:
http://www.checkupdown.com/status/E505.html which explains the 505 error in
detail

They recommend upgrading one's browser.

What browser are you using on your Laptop, and what is the version of that
browser? If it is too old then it's time to upgrade it.

The cause of the error could be something else too, but first lets rule out
the browser.

Do you have more details about the 505 error message, it might help?

-Rashmi

- Original Message ----
From: Jeanna Geier <[EMAIL PROTECTED]>
To: Tomcat Users List 
Sent: Monday, January 15, 2007 7:26:27 PM
Subject: HTTP Error 505


Hello List-

I'm seeing some odd behavior that I'm wondering if someone out there can
help me with...

I have the same exact configuration on a desktop and a laptop; our program
uses icons stored on a slide server at
https://localhost:8443/slide/files/APT_Icons.

On the desktop, I can run the program and access these without any problem;
however, when we start the program on the laptop and attempt to access the
icons, it's throwing a java io Exception:

HTTP Server 505: Error loading icon:
https://localhost:8443/slide/files/APT_Icons/.svg.


Any ideas why I'm getting this on one machine and not the other???


Thanks-
-Jeanna


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



HTTP Error 505

2007-01-15 Thread Jeanna Geier
Hello List-

I'm seeing some odd behavior that I'm wondering if someone out there can
help me with...

I have the same exact configuration on a desktop and a laptop; our program
uses icons stored on a slide server at
https://localhost:8443/slide/files/APT_Icons.

On the desktop, I can run the program and access these without any problem;
however, when we start the program on the laptop and attempt to access the
icons, it's throwing a java io Exception:

HTTP Server 505: Error loading icon:
https://localhost:8443/slide/files/APT_Icons/.svg.


Any ideas why I'm getting this on one machine and not the other???


Thanks-
-Jeanna


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-13 Thread Jeanna Geier

Thanks for the reply!

maxThreads="150" minSpareThreads="25" maxSpareThreads="75" 
enableLookups="false" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true" clientAuth="false" 
sslProtocol="TLS" />


I didn't specify the "keyStore" parameter in here because I only have one 
keystore at C:\Documents and Settings\HP_Administrator\.keystore...  or do I 
explicitely need to do that?  I read somewhere that I didn't.


I also have the following in my 
C:\jakarta-tomcat-5.0.28\webapps\slide\WEB-INF\web.xml file to enable SSL:



 Constrain the entire application to force use of 
HTTPS

 CONFIDENTIAL


Thanks,
-Jeanna


- Original Message - 
From: "Pulkit Singhal" <[EMAIL PROTECTED]>

To: "Tomcat Users List" 
Sent: Tuesday, September 12, 2006 8:46 PM
Subject: Re: Error: No available certificate or key corresponds to the SSL 
cipher suites which are enabled.



Could you please paste the  piece out of your server.xml 
where

you configure the use of the certificate here? It will help me understand
what you are trying to do and what's actually happening a little better.




-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-11 Thread Jeanna Geier

Hi Bill-  Thanks for replying.


keytool -list says:


C:\Program Files\Java\jdk1.5.0_06\bin>keytool -list -keystore "C:\Documents 
and

Settings\HP_Administrator\.keystore
Enter keystore password:  changeit

Keystore type: jks
Keystore provider: SUN

Your keystore contains 2 entries

root, Sep 11, 2006, trustedCertEntry,
Certificate fingerprint (MD5): 
A1:53:42:0F:F5:CB:A3:E2:40:D6:06:89:62:64:3E:55

tomcat, Sep 11, 2006, trustedCertEntry,
Certificate fingerprint (MD5): 
A1:53:42:0F:F5:CB:A3:E2:40:D6:06:89:62:64:3E:55


C:\Program Files\Java\jdk1.5.0_06\bin>

I have the same certificate imported under the 'root' and 'tomcat' alias; is 
that a problem?


And I'm positive I'm using the same keystore file that I used to generate 
the key.


Thanks for replying and your help!!  This Security issue has been giving me 
problems for over a week now!

-Jeanna

- Original Message - 
From: "Bill Barker" <[EMAIL PROTECTED]>

To: 
Sent: Sunday, September 10, 2006 4:54 PM
Subject: Re: Error: No available certificate or key corresponds to the SSL 
cipher suites which are enabled.



I don't know if it's just copy/paste errors, but from what you've written, 
you've imported the ca cert twice, and into a different keystore file than 
you used to generate the key.


What does > keytool -list say?

"Jeanna Geier" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

Hi All-

I'm running into an odd problem and am hoping that someone out there can 
help me!


I'm trying to configure and run SSL; I am able to create, startup and run 
everyting when I am using a self-signed certificate. (Yeah!)


However, when I attempt to use a trial certificate from thawte (which is 
where we want to get to), I am getting an error.  Here's what I'v done 
(http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html):


 - created a local Certificate: >keytool -genkey -alias tomcat -keyalg RSA

 I didn't get a 'chain certificate' with my free trial, so for the next 
step, I imported the certificate I got from Thawte:


 - keytool -import -alias root -keystore C:\Documents and 
Settings\HP_Administrator\.keystore -trustcacerts -file 
C:\thawte_ca_cert.cert


 Then I imported the new certificate under my tomcat user:

 - keytool -import -alias tomcat -keystore C:\Documents and 
Settings\HP_Administrator\.keystore -trustcacerts -file 
C:\thawte_ca_cert.cert



According to the directions, that should be it; however, when I go to 
start Tomcat, I get the following error:


   at 
org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:113)
   at 
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:368)
   at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:549)
   at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)

   at java.lang.Thread.run(Thread.java:595)
Sep 8, 2006 1:34:04 PM org.apache.tomcat.util.net.PoolTcpEndpoint 
acceptSocket

WARNING: Reinitializing ServerSocket
Sep 8, 2006 1:34:04 PM org.apache.tomcat.util.net.PoolTcpEndpoint 
acceptSocket
SEVERE: Endpoint [SSL: 
ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=443]] ignored 
exception: java.net.SocketException: SSL handshake 
errorjavax.net.ssl.SSLException: No available certificate or key 
corresponds to the SSL cipher suites which are enabled.
java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: 
No available certificate or key corresponds to the SSL cipher suites which 
are enabled.


When I search/google on this, it says that one cause could be "different 
passwords has been used for the certificate and the Keystore. In this 
case, use the Keytool to change the password of the certificate to match 
the password of the Keystore." - but that's not the case.


Please, any help you can offer would be greatly appreciated.  Thanks!
-Jeanna



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Error: No available certificate or key corresponds to the SSL cipher suites which are enabled.

2006-09-09 Thread Jeanna Geier
Hi All-

I'm running into an odd problem and am hoping that someone out there can help 
me!

I'm trying to configure and run SSL; I am able to create, startup and run 
everyting when I am using a self-signed certificate. (Yeah!)

However, when I attempt to use a trial certificate from thawte (which is where 
we want to get to), I am getting an error.  Here's what I'v done 
(http://tomcat.apache.org/tomcat-5.0-doc/ssl-howto.html):

  - created a local Certificate: >keytool -genkey -alias tomcat -keyalg RSA 

  I didn't get a 'chain certificate' with my free trial, so for the next step, 
I imported the certificate I got from Thawte:

  - keytool -import -alias root -keystore C:\Documents and 
Settings\HP_Administrator\.keystore -trustcacerts -file C:\thawte_ca_cert.cert

  Then I imported the new certificate under my tomcat user:

  - keytool -import -alias tomcat -keystore C:\Documents and 
Settings\HP_Administrator\.keystore -trustcacerts -file C:\thawte_ca_cert.cert


According to the directions, that should be it; however, when I go to start 
Tomcat, I get the following error:

at 
org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESocketFactory.java:113)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:368)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:549)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:595)
Sep 8, 2006 1:34:04 PM org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket
WARNING: Reinitializing ServerSocket
Sep 8, 2006 1:34:04 PM org.apache.tomcat.util.net.PoolTcpEndpoint acceptSocket 
SEVERE: Endpoint [SSL: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=443]] 
ignored exception: java.net.SocketException: SSL handshake 
errorjavax.net.ssl.SSLException: No available certificate or key corresponds to 
the SSL cipher suites which are enabled.
java.net.SocketException: SSL handshake errorjavax.net.ssl.SSLException: No 
available certificate or key corresponds to the SSL cipher suites which are 
enabled.

When I search/google on this, it says that one cause could be "different 
passwords has been used for the certificate and the Keystore. In this case, use 
the Keytool to change the password of the certificate to match the password of 
the Keystore." - but that's not the case.

Please, any help you can offer would be greatly appreciated.  Thanks!
-Jeanna

Re: Error: unable to find valid certification path to requested target

2006-09-07 Thread Jeanna Geier

Thanks for the reply!

Could you please tell me what the 'top level cert' is?  Isn't that what I 
did when I did the following?:


keytool -import -alias root -file server.crt -keystore 
C:\Java\jdk1.5.0_06\jre\lib\security\cacerts


and

keytool -import -alias tomcat -file server.crt -keystore 
C:\Java\jdk1.5.0_06\jre\lib\security\cacerts


I apologize if these questions sound remedial, but I'm new to this.

Thanks again for your help, it is greatly appreciated!
-Jeanna


- Original Message - 
From: "Bill Barker" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, September 07, 2006 12:44 AM
Subject: Re: Error: unable to find valid certification path to requested 
target



You need to import the top level cert into cacerts with -trustcacerts. 
Otherwise it is untrusted.


"Jeanna Geier" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
Hi I'm having some problems connecting to a Slide client and would 
appreciate any help you could offer. I'm a newbie here, so please bear 
with me.


Here's what I've done:

Created a keystore:

keytool -genkey -alias tomcat -keyalg RSA

and entered info for certificate - name on certificate: localhost

Imported a Verisign trial certificate:
keytool -import -alias root -keystore .keystore -trustcacerts -file 
CA_Certificate.cert


Imported new certificate:
keytool -import -alias tomcat -keystore .keystore -trustcacerts -file 
CA_Certificate.cert


Exported certificate to file:

keytool -export -alias tomcat -file server.crt


Imported the certificate into the Java security cacerts file:
keytool -import -alias root -file server.crt -keystore 
C:\Java\jdk1.5.0_06\jre\lib\security\cacerts


keytool -import -alias tomcat -file server.crt -keystore 
C:\Java\jdk1.5.0_06\jre\lib\security\cacerts


-
When I open Internet Explorer and log in: "https://localhost/slide";, I get 
the certificate (as expected) and when I click  I am able to log into 
Slide.


When I attempt to log in using the Slide client, I run into problems.

C:\jakarta-slide-webdavclient-bin-2.1\bin>run.bat
[ Slide ] $ open https://localhost/slide/
connect https://localhost/slide/
Error: sun.security.validator.ValidatorException: PKIX path building 
failed: sun.security.provider.certpath.SunCertPathBuilderException: unable 
to find valid certification path to requested target

[ Slide ] $

Any ideas? Most everywhere I looked suggested adding the certificate to 
the Java security store, which I've done, or verify that the name on the 
certificate is "localhost" (which it is) to fix the problem I've been 
working on this for almost a week with no luck, so any help you could give 
would be greatly appreciated!!

-Jeanna



-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Error: unable to find valid certification path to requested target

2006-09-06 Thread Jeanna Geier
Hi I'm having some problems connecting to a Slide client and would appreciate 
any help you could offer. I'm a newbie here, so please bear with me.

Here's what I've done:

Created a keystore:
>keytool -genkey -alias tomcat -keyalg RSA
and entered info for certificate - name on certificate: localhost

Imported a Verisign trial certificate:
>keytool -import -alias root -keystore .keystore -trustcacerts -file 
>CA_Certificate.cert

Imported new certificate:
>keytool -import -alias tomcat -keystore .keystore -trustcacerts -file 
>CA_Certificate.cert

Exported certificate to file:
>keytool -export -alias tomcat -file server.crt

Imported the certificate into the Java security cacerts file:
>keytool -import -alias root -file server.crt -keystore 
>C:\Java\jdk1.5.0_06\jre\lib\security\cacerts

>keytool -import -alias tomcat -file server.crt -keystore 
>C:\Java\jdk1.5.0_06\jre\lib\security\cacerts

-
When I open Internet Explorer and log in: "https://localhost/slide";, I get the 
certificate (as expected) and when I click  I am able to log into Slide.

When I attempt to log in using the Slide client, I run into problems.

C:\jakarta-slide-webdavclient-bin-2.1\bin>run.bat
[ Slide ] $ open https://localhost/slide/
connect https://localhost/slide/
Error: sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target
[ Slide ] $

Any ideas? Most everywhere I looked suggested adding the certificate to the 
Java security store, which I've done, or verify that the name on the 
certificate is "localhost" (which it is) to fix the problem I've been 
working on this for almost a week with no luck, so any help you could give 
would be greatly appreciated!!
-Jeanna

Tomcat Training Recommendations?

2006-09-06 Thread Jeanna Geier
Hi-

I'm looking for some recommendations for training on Tomcat.  Has anyone out 
there attended any training and have any recommendations (good or bad)?

Thanks,
-Jeanna