RE: Tomcat hangs when shutting down

2007-09-27 Thread Andrew Friebel
arale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, 27 September 2007 3:20 PM To: Tomcat Users List Subject: RE: Tomcat hangs when shutting down > From: Andrew Friebel [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat hangs when shutting down > I have no AprLifecycleListener to

RE: Tomcat hangs when shutting down

2007-09-26 Thread Andrew Friebel
. Check the solution in the following links: http://marc.info/?l=tomcat-user&m=119067369518153&w=2 http://www.ngasi.com/ngasihelp/ngasiuserguide/tomcat_fails_shutdown_complete .htm Andrew Friebel wrote: > I have seen a few postings around about this, but nothing that seems to > solve m

RE: Tomcat hangs when shutting down

2007-09-26 Thread Andrew Friebel
amp;w=2 http://www.ngasi.com/ngasihelp/ngasiuserguide/tomcat_fails_shutdown_complete .htm Andrew Friebel wrote: > I have seen a few postings around about this, but nothing that seems to > solve my issue. When I shut down tomcat, it hangs and then throws a > 'SEVERE: Protocol handle

Tomcat hangs when shutting down

2007-09-25 Thread Andrew Friebel
I have seen a few postings around about this, but nothing that seems to solve my issue. When I shut down tomcat, it hangs and then throws a 'SEVERE: Protocol handler pause failed' error that I can't seem to resolve, but it does finally stop. I have seen suggestions such as: . Port is

RE: Automatic notification of certificate expiry

2007-09-06 Thread Andrew Friebel
Andrew Friebel wrote: > Is there any way that users/administrators can be notified automatically > (via email) when the server certificate has expired? http://www.google.com/search?hl=en&q=cron&btnG=Google+Search BTW, you probably want to be notified *before* it

Automatic notification of certificate expiry

2007-09-05 Thread Andrew Friebel
Is there any way that users/administrators can be notified automatically (via email) when the server certificate has expired? Regards, Andrew

RE: Tomcat keeps breaking/SSL keystore troubles

2007-08-30 Thread Andrew Friebel
I am pretty confident you can use other tools other than keytool. My belief is that if you use things like openssl, then you may need to play with the sslProtocol attribute in the server.xml file (maybe PKCS12). There may be something on a forum on using sslProtocol, or within the Tomcat doco its

RE: WEB.XML file parsing

2007-07-03 Thread Andrew Friebel
eb-ap p_2_3.dtd"); Thanks again for your assistance, it helped me greatly. Regards, Andrew -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Tuesday, 3 July 2007 1:48 PM To: users@tomcat.apache.org Subject: Re: WEB.XML file parsing "Andrew Friebel&quo

RE: WEB.XML file parsing

2007-07-02 Thread Andrew Friebel
sure. Has anyone got any ideas on how to get around this? Regards, Andrew -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Monday, 2 July 2007 12:28 PM To: users@tomcat.apache.org Subject: Re: WEB.XML file parsing "Andrew Friebel" <[EMAIL PROTECTE

WEB.XML file parsing

2007-07-01 Thread Andrew Friebel
I am having trouble parsing a web.xml file using SAX. The war file will deploy with no hassles, however, I am writing a local program that will allow me to change the web.xml file locally before distribution. My problem is the DTD definition in the web.xml file. I require the DTD file definit

RE: strange ssl tomcat response

2006-12-14 Thread Andrew Friebel
Thanks Chuck. It is clear that I am still a little behind the times. Regards, Andrew -Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, 14 December 2006 1:23 PM To: Tomcat Users List Subject: RE: strange ssl tomcat response > From: Andrew Frie

RE: strange ssl tomcat response

2006-12-13 Thread Andrew Friebel
Hassan, Your emails refer to the use of the Java Runtime environment. This is going to seem like a dumb question, but are you running the SDK or RTE with tomcat? You need to be running the SDK. I am pretty sure that tomcat wont start without the SDK, but worth double checking. Regards, A

Apache SOAP - Data is truncated

2006-11-23 Thread Andrew Friebel
I would like some assistance with using apache soap. My client and server are configured to use SSL (client authentication). When I send a message by invoking the "send" method on a "Message" instance, I get the following stack trace: [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Premature e

Client Authentication

2006-11-15 Thread Andrew Friebel
Has anyone got SSL working with client authentication? If so, please help. I have no issues with standard SSL. Standard SSL: keytool -genkey -alias -keystore -kayalg RSA Answer all the questions Edit server.xml file. I am then away and working with SSL for self signed certificates.

RE: Need help w/ installing certificate continued...

2006-11-15 Thread Andrew Friebel
Have you check the logs to see what errors (if any) have been logged? Since you are having so many hassles, I would try and do some internal testing using self signed certificates. o Generate you keystore - keytool -genkey -alias tomcat -keystore tomcat.keystore -keyalg RSA o Self sig

RE: Need help w/ installing certificate.

2006-11-14 Thread Andrew Friebel
SSL in the server.xml file. It may be a good idea for you to do internal testing using self signed certificates to understand them before getting them signed by a CA. Regards, Andrew Friebel -Original Message- From: Andy Tipton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 November 2006 11:42 AM T

RE: SSL not working on Tomcat

2006-11-13 Thread Andrew Friebel
Michael, I may have missed something, but did you install your certificate reply into your keystore? I can't see any account of that been done. I also agree that you need to install the CA root certificate in your keystore as well. You need to have the full trust chain in your keystore.

RE: Accessing ssl pages using client authentication

2006-11-13 Thread Andrew Friebel
fundamental step or set up. Regards, Andrew Friebel -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 November 2006 12:34 PM To: Tomcat Users List Subject: Re: Accessing ssl pages using client authentication Andrew Friebel wrote: > Mark, > Than

RE: Accessing ssl pages using client authentication

2006-11-13 Thread Andrew Friebel
, Andrew Friebel -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Tuesday, 14 November 2006 11:05 AM To: Tomcat Users List Subject: Re: Accessing ssl pages using client authentication Andrew Friebel wrote: > I am also having trouble access the page using a browser. I extr

RE: Accessing ssl pages using client authentication

2006-11-12 Thread Andrew Friebel
.java:683) at java.lang.Thread.run(Thread.java:534) Any ideas to what is causing this? Regards, Andrew Friebel Franchise Services Franchise Product Development Coordinator Ph: 03 9535 2362 -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Saturday, 11 November

RE: Accessing ssl pages using client authentication

2006-11-12 Thread Andrew Friebel
CLIENT-CERT My Test Realm This should allow me to extract the client certificate information. I am not aware of any set up that I am missing. Is there anything that you can see that I am not doing that I need to do? Regards, Andrew Friebel -Original Message- From: Mark Thomas [mail

RE: Accessing ssl pages using client authentication

2006-11-09 Thread Andrew Friebel
tomcat handled this automatically. Is my assumption correct? Regards, Andrew Friebel -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, 10 November 2006 11:33 AM To: Tomcat Users List Subject: Re: Accessing ssl pages using client authentication Andrew Friebel

RE: Replying to threads

2006-11-09 Thread Andrew Friebel
I finally managed to get the email. I had to request it using users-get. Am I supposed to get the mail automatically? Regards, Andrew Friebel Franchise Services Franchise Product Development Coordinator Ph: 03 9535 2362 -Original Message- From: Justin Jaynes [mailto:[EMAIL PROTECTED

Replying to threads

2006-11-09 Thread Andrew Friebel
This is going to seem like a real stupid question, but there seems to be no obvious way for me to reply to responses on threads. I have tried to use users-help and users-info email addresses to get this information, but they keep giving me automatic responses. How do I reply to a given thread?

Accessing ssl pages using client authentication

2006-11-09 Thread Andrew Friebel
as I want to access the certificate information that is sent to it. Assistance is greatly appreciated. Regards, Andrew Friebel

Extracting certificate information

2006-11-09 Thread Andrew Friebel
ubject: String clientDN = certs[0].getSubjectDN().getName(); System.out.println("Client DN = " + clientDN); } // end code snippet I have been told to change "certs == null" to "request.getAuthType()==request.CLIENT_CERT_AUTH", which is fine, but at the moment, servlet 2 is not been executed. Has anyone got any ideas/suggestions/guidance that can assist? Regards, Andrew Friebel

Extracting certificate information

2006-11-08 Thread Andrew Friebel
java 1.4.2_06. Any ideas? Regards, Andrew Friebel

Extracting certificate information

2006-11-08 Thread Andrew Friebel
java 1.4.2_06. Any ideas? Regards, Andrew Friebel