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: Tomca

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: Tues

RE: Problem seting up Tomcat SSL

2007-02-20 Thread Zhan, Jimmy
. Here is my problem posted 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

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

2007-02-19 Thread Zhan, Jimmy
self will pop u a winddow. 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 "Ch

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

2007-02-19 Thread Zhan, Jimmy
ontainers, it has the downside that it doesn't allow you to use container-managed security (e.g. ). "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

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

RE: HTTP PUT - HOW TO CONFIG?

2007-01-29 Thread Zhan, Jimmy
#x27;t do would be found here. http://tomcat.apache.org/tomcat-5.0-doc/default-servlet.html Robert S. Harper Senior Engineer Information Access Technology, Inc. 1100 East 6600 South, Suite 300 Salt Lake City Utah USA 84121-7411 (801)265-8800 Ext. 255 FAX (801)265-8880 -----Original Message---

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, b

RE: HTTP PUT - HOW TO CONFIG?

2007-01-26 Thread Zhan, Jimmy
Sent: Thursday, January 25, 2007 6:01 PM 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 /weba

RE: HTTP PUT - HOW TO CONFIG?

2007-01-25 Thread Zhan, Jimmy
unning, and coding for Java servlets in the Tomcat 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] Se

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
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 [mailto:[EM

RE: HTTP PUT - HOW TO CONFIG?

2007-01-25 Thread Zhan, Jimmy
s free. 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,

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