Re: What is the best way to send back a file as http response?

2006-04-02 Thread Kanishka Liyanage
Why cannot you forward your response to the file URL if the file is available within the web application directory. response.sendRedirect("File Location"); Otherwise you can use the servlet output stream Good Luck -Kanishka --- Meryl Silverburgh <[EMAIL PROTECTED]> wrote: > Hi all, > > Can

Tomcat - Axis webservices with Client Certificate Authentication

2006-03-31 Thread Kanishka Liyanage
Anyone who has developed a secuired web service using a client certificate over HTTPS? Appreaciate any development guidelines Thx KHL __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Help : Client Certificate Authentication - Bad_Certificate Error

2006-03-29 Thread Kanishka Liyanage
Hi, I'm trying to implement Client Certificate authentication in addition to the regular HTTPS. Do you know any resource references ? I have imported the client certificates in my client machine and when I try to connect to the server, I'm getting javax.net.ssl.SSLHandshakeExc