RE: Tomcat HTTPS Help needed

2007-03-28 Thread Zhan, Jimmy
Hi, If you connect to http://localhost while https://localhost:8443, what happen? Make sure http://localhost works first. Jimmy Cash America -Original Message- From: Martin Cavanagh [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 28, 2007 4:23 PM To: Tomcat Users List Subject:

RE: SSL set expiration date

2007-03-21 Thread Zhan, Jimmy
Hi, I don't you can or not to set none/never expire, but you can set a longer days. If you use keytool, using -validith days(say 10) If you use openssl using -day days(say 10) Hope it help you. Jimmy -Original Message- From: Hoa Doan [mailto:[EMAIL PROTECTED] Sent:

RE: Problem seting up Tomcat SSL

2007-02-20 Thread Zhan, Jimmy
5 days ago. On 2/15/07, Zhan, Jimmy [EMAIL PROTECTED] wrote: Hi, I have set up HTTPS for tomcat without client certificate, and it is running good. Now I want to turn on the client certificate. How can to config the tomcat, let pop a Choose a digital certificate window, allow clients

RE: Re: HOW TO turn on client Certificate with pop choose a digital certificate window

2007-02-19 Thread Zhan, Jimmy
that it doesn't allow you to use container-managed security (e.g. security-constraint). Zhan, Jimmy [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, I have set up HTTPS for tomcat without client certificate, and it is running good. Now I want to turn on the client certificate. How can

RE: HOW TO turn on client Certificate with pop choose a digital certificate window

2007-02-19 Thread Zhan, Jimmy
. On 2/15/07, Zhan, Jimmy [EMAIL PROTECTED] wrote: Hi, I have set up HTTPS for tomcat without client certificate, and it is running good. Now I want to turn on the client certificate. How can to config the tomcat, let pop a Choose a digital certificate window, allow clients pick Choose

HOW TO turn on client Certificate with pop choose a digital certificate window

2007-02-15 Thread Zhan, Jimmy
Hi, I have set up HTTPS for tomcat without client certificate, and it is running good. Now I want to turn on the client certificate. How can to config the tomcat, let pop a Choose a digital certificate window, allow clients pick Choose a digital certificate, If failed , pop a

RE: HTTP PUT - HOW TO CONFIG?

2007-01-29 Thread Zhan, Jimmy
-Original Message- From: Zhan, Jimmy [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 10:48 AM To: Tomcat Users List Subject: RE: HTTP PUT - HOW TO CONFIG? Hi, I got some progress. I used a Python program to send a HTTP PUT request to my tomcat server. The Python

RE: HTTP PUT - HOW TO CONFIG?

2007-01-26 Thread Zhan, Jimmy
To: Tomcat Users List Subject: RE: HTTP PUT - HOW TO CONFIG? From: Zhan, Jimmy [mailto:[EMAIL PROTECTED] Subject: RE: HTTP PUT - HOW TO CONFIG? Our goal is simple, just use the request URI as the file name and put them under /webapps/incoming/. How about a valve to examine the headers and forward

RE: HTTP PUT - HOW TO CONFIG?

2007-01-26 Thread Zhan, Jimmy
Hi, I got some progress. I used a Python program to send a HTTP PUT request to my tomcat server. The Python allow my pick any local file to upload to tomcat server box. And I got response back from tomcat with error code 403(Forbidden). I'm thing, tomcat can handler the HTTP PUT,

HTTP PUT - HOW TO CONFIG?

2007-01-25 Thread Zhan, Jimmy
Hi, Is there any directive to handle HTTP PUT, like in the apache for tomcat (5.5)? In Apache I can using a directive such as: # A CGI PUT handler Script PUT /cgi-bin/put.cgi Questions: 1. If I have a put.pl ready to use, how to config in tomcat to let put.pl handle all request

RE: HTTP PUT - HOW TO CONFIG?

2007-01-25 Thread Zhan, Jimmy
. No responsibility is accepted by IAT for any loss or damage in the event that such a virus or defect exists. -Original Message- From: Zhan, Jimmy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 12:38 PM To: users@tomcat.apache.org Subject: HTTP PUT - HOW TO CONFIG? Hi

RE: HTTP PUT - HOW TO CONFIG?

2007-01-25 Thread Zhan, Jimmy
Hi, Thanks for your responses! I don't know tomcat how handle HTTP PUT requests. But I want tomcat transfers all PUT requests to my handler /cgi-bin/put.pl as apache does. How to config in tomcat to do this? Thanks Jimmy Zhan -Original Message- From: Christopher Schultz

RE: HTTP PUT - HOW TO CONFIG?

2007-01-25 Thread Zhan, Jimmy
Hi Robert and chris, Do you mean tomcat can NOT transfer PUT request to my handler Just apache does thru config? I'm new here. What's the TC mailing list? Thanks Jimmy -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 3:40 PM To:

RE: HTTP PUT - HOW TO CONFIG?

2007-01-25 Thread Zhan, Jimmy
servlet container. Some people are bright, much more so than me, and are willing to answer questions that don't really have much to do with the Tomcat servlet container. -Original Message- From: Zhan, Jimmy [mailto:[EMAIL PROTECTED] Sent: Thursday, January 25, 2007 4:03 PM To: Tomcat Users