Re: Need Support

2009-04-15 Thread sura
Directly You can't http://www.theserverside.net/news/thread.tss?thread_id=34139 From: Hemant Garg - Futech To: "dev@tomcat.apache.org" Sent: Thursday, April 16, 2009 12:34:07 PM Subject: Need Support Dear Sir, Can be use Apache tomcat to deploy .NET appl

Re: Running jsp in a different directory than ROOT?

2009-03-01 Thread sura
You can put your JSP files in any directory and make it a virtual directory by updating server.xml file Ex: There is commented entry in server.xml as above. First stop the server and update it as you need and restart your server. From: Hanna1990 To: dev@tom

Certificate Extension

2009-02-20 Thread sura
    If Certificate Key Usage Extension not provided, can I use it for different purposes without any constraint

OCSP implementation

2009-02-18 Thread sura
I have developed a web application uisng jsf with two way SSL and runs in apache. Now I want to validate revocation status of client certificate using OCSP.  How can I achieve this online validation   process. I have design the system as follows and I want to know is this a good approach or are t