Re: redirect to another URL in tomcat

2011-07-03 Thread Nilesh Patil
Hi, please check for javascript code for the same.. previously i done it using javascript code.. you can easily find it on google. Regards, Nilesh Patil On Wed, Jun 8, 2011 at 8:53 PM, RenuKumar r...@dbxpert.com.my wrote: Hi Hope someone could provide some information on how to redirect

Re: Configure Client Certificate

2010-06-23 Thread Nilesh Patil
Dear, If You are accessing your application from same system i.e server then you have to import that certificate into browser. To access your application through client machine you have to purchase certificate. I will suggest you to purchase some basic certificate from GoDadday. its cheap one..

Re: ssl

2009-12-02 Thread Nilesh Patil
Dear Ashok, It Should work, backup your server.xml and remove it... then start tomcat .. it shouldn't start.. then again configure it with new Godaddy Certificate.. This is the only way to configure it. I hope You had followed all other steps related to Tomcat keytool, Regards, Nilesh

Re: Identifying Clients via SSL Certificates

2009-11-11 Thread Nilesh Patil
Hi.. Form Last few days Even I am also working on SSL Implementation. I am Using Jboss 5.1.0 GA. I had implemented server certificate but i dont knwo how to implement Client / Server Mutual Authentication. Do U work On that part ? can u help me .? another Issue I have is I can access my

Re: tomcat https

2009-11-03 Thread Nilesh Patil
Dear Torleif Why you r Using Default Location to Store Keystore.. ypu can Use following command to generate keystore * c:/keytool -genkey -keyalg RSA -alias tomcat -keystore tomcat.keystore -storepass tomcat* Then above command will generate tomcat keystore in current working directory.

Re: Tomcat 6 And SSL Configuration

2009-11-02 Thread Nilesh Patil
...@melandra.comwrote: 2009/11/2 Nilesh Patil nileshpatil2...@gmail.com The apache tomcat service on local computer started and then stopped . Some services stopped automaticaly if they are not in use by other services or programs There should be more details of what went wrong in one

Re: Tomcat 6 And SSL Configuration

2009-11-02 Thread Nilesh Patil
I got the solutions ... the path of keystore file was wrong.. and I done changes in Connector. On Mon, Nov 2, 2009 at 2:26 PM, Nilesh Patil nileshpatil2...@gmail.comwrote: Hi Peter First of All Thnaks for replay. Now the Tomcat service is started but I am not able to access the Urk

Tomcat 6 And SSL Configuration

2009-11-01 Thread Nilesh Patil
I am trying to Configure SSL with tomcat 6. But I did following setting in tomcat's conf/ server.xml Connector protocol=org.apache.coyote.http11.Http11Protocol port=85 minSpareThreads=5 maxSpareThreads=75 enableLookups=true disableUploadTimeout=true

Configure ssl

2009-10-28 Thread Nilesh Patil
Dear forum , I am working on SLL Implemetaion. we are using jboss app server. I am using thawte's trail certificate for test purpose. The application is running well but when i hit the URL with https the browser warns me regarding Untrusted web page. when i click on certificate Install , in

Re: Configure ssl

2009-10-28 Thread Nilesh Patil
thanks for replay.. but already did taht steps... and i think u didtn read my message... Dear I am getting warnig messge after hiting the url in the browser so i think i am missing some setting... Thanks again... On Wed, Oct 28, 2009 at 5:51 PM, Nilesh Patil nileshpatil2