Problem in Parsing - Error while doing lookup - HELP

2005-05-11 Thread Sanjeev Srivastava
Hi All!, I saw your mail-id and response on Java Forum. I am stuck in some problem with web.xml, hope you can help me out. I am able to start the tomcat but web.xml is giving me problem Error whiel doing lookup. I don't see anything wrong in web.xml. Please HELP. Please find

Re: Configuration Problem in Tomcat for HTTPS

2005-03-15 Thread Sanjeev Srivastava
=org.apache.catalina.net.SSLServerSocketFactory keystoreFile=/cm/de/cfg/server.keystore keystorePass=changeit clientAuth=false protocol=TLS/ /Connector Cheers! Sanjeev --- suryadevara dushyanth [EMAIL PROTECTED] wrote: Sanjeev, How can i set the path for the keystore in server.xml? --- Sanjeev

Re: Configuration Problem in Tomcat for HTTPS

2005-03-14 Thread Sanjeev Srivastava
Hi Dushyanth, Have you created server.keystore, also are you specifing the right path in server.xml for the server.keystore. Check this, your problem will be solved. In case of any problem, do let me know... Cheers!, Sanjeev --- suryadevara dushyanth [EMAIL PROTECTED] wrote: No I am not

x509 Certificate Public key Problem - HELP

2005-03-10 Thread Sanjeev Srivastava
the charset and encoding but no solution till now Best Regards, Sanjeev --- xue daoming [EMAIL PROTECTED] wrote: I think you can do as just below: byte[] buf = x509certificate.getPublicKey().getEncoded(); String s = new String(buf); On Thu, 10 Mar 2005 02:35:03 + (GMT), Sanjeev

Re: Redirect from http:// to https://

2005-03-09 Thread Sanjeev Srivastava
in Connector element in server.xml for this to work. In Apache use mod_rewrite. On Tue, 8 Mar 2005 23:27:54 + (GMT), Sanjeev Srivastava [EMAIL PROTECTED] wrote: Hi All!, Can anone tell me how can I redirect http:// to https:// . I want as soon as the user type http

Re: Redirect from http:// to https://

2005-03-09 Thread Sanjeev Srivastava
mod_rewrite. On Tue, 8 Mar 2005 23:27:54 + (GMT), Sanjeev Srivastava [EMAIL PROTECTED] wrote: Hi All!, Can anone tell me how can I redirect http:// to https:// . I want as soon as the user type http://abc.com it will go to https://abc.com (SSL Config). Please help

Help - Byte [] to String

2005-03-09 Thread Sanjeev Srivastava
Hi All Can anybody tell me how to convert this Byte [] to String.. byte[] buf = x509certificate.getPublicKey().getEncoded(); Please help Thanks, Sanjeev Send instant messages to your online friends http://uk.messenger.yahoo.com

Redirect from http:// to https://

2005-03-08 Thread Sanjeev Srivastava
Hi All!, Can anone tell me how can I redirect http:// to https:// . I want as soon as the user type http://abc.com it will go to https://abc.com (SSL Config). Please help.. Regards, Sanjeev Send instant messages to your online friends http://uk.messenger.yahoo.com