re: physical access card authentication (was: MY Tomcat version :- 7.0.40 and deployed on CentOS)

2013-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 8/30/13 4:50 AM, Sushil Prusty wrote: > Thanks to show me a light in black dark room. Please just look > below work flow and requirement. > > > Before login to my web application, i need to swap data card to > access my web application.

Re: context path ignored in conf/Catalina/localhost/*

2013-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dan, On 8/29/13 3:47 PM, D C wrote: > ​Thank you both. I see in the link you sent me, that "path" can > only be see from within server.xml. To correct myself from eariler > i said it worked in context.xml, when it was in deed server.xml > where i

Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-09-03 Thread Mark Thomas
On 03/09/2013 22:14, Bob DeRemer wrote: > > >> -Original Message- From: Mark Thomas >> [mailto:ma...@apache.org] Sent: Tuesday, September 03, 2013 4:46 >> PM To: Tomcat Users List Subject: Re: is it possible to dynamically >> add servlets and websocket endpoints during startup based on ou

Re: How to retrieve OCSP Information at server side(In Servlet) Tomact ver 7.0.40/Centos

2013-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 9/3/13 3:45 AM, Sushil Prusty wrote: > HI All > > I want to retrieve OCSP information at server side in servlet . So > currently i am using X509Certificate certChain[] = > (X509Certificate[]) > request.getAttribute("javax.servlet.reque

RE: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-09-03 Thread Bob DeRemer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Tuesday, September 03, 2013 4:46 PM > To: Tomcat Users List > Subject: Re: is it possible to dynamically add servlets and websocket > endpoints > during startup based on our own configuration settings? > > On 03/

Re: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-09-03 Thread Mark Thomas
On 03/09/2013 21:35, Bob DeRemer wrote: > Just getting around to trying this - maybe a stupid question, but how do I > get access to the WsServerContainer instance? >From the ServletContext. You want the attribute called "javax.websocket.server.ServerContainer" Mark --

RE: is it possible to dynamically add servlets and websocket endpoints during startup based on our own configuration settings?

2013-09-03 Thread Bob DeRemer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, August 23, 2013 8:40 AM > To: Tomcat Users List > Subject: Re: is it possible to dynamically add servlets and websocket > endpoints > during startup based on our own configuration settings? > > On 23/08/2

Re: How to setup httpd in apache tomact 7.0.40/Centos

2013-09-03 Thread André Warnier
Mark Eggers wrote: On 9/3/2013 11:56 AM, André Warnier wrote: Sushil Prusty wrote: Hi. Either your question is in the subject, and it does not make much sense as it is phrased, or else you sent this too quickly. I suggest anyway sending a new message with a better subject, because "setting

Re: How to setup httpd in apache tomact 7.0.40/Centos

2013-09-03 Thread Mark Eggers
On 9/3/2013 11:56 AM, André Warnier wrote: Sushil Prusty wrote: Hi. Either your question is in the subject, and it does not make much sense as it is phrased, or else you sent this too quickly. I suggest anyway sending a new message with a better subject, because "setting up httpd in Tomcat"

Re: How to setup httpd in apache tomact 7.0.40/Centos

2013-09-03 Thread André Warnier
Sushil Prusty wrote: Hi. Either your question is in the subject, and it does not make much sense as it is phrased, or else you sent this too quickly. I suggest anyway sending a new message with a better subject, because "setting up httpd in Tomcat" is not really comprehensible. Maybe you

How to setup httpd in apache tomact 7.0.40/Centos

2013-09-03 Thread Sushil Prusty

RE: How to retrieve OCSP Information at server side(In Servlet) Tomact ver 7.0.40/Centos

2013-09-03 Thread Martin Gainty
> Date: Tue, 3 Sep 2013 13:15:47 +0530 > Subject: How to retrieve OCSP Information at server side(In Servlet) Tomact > ver 7.0.40/Centos > From: sushil.pru...@gmail.com > To: users@tomcat.apache.org > > HI All > > I want to retrieve OCSP information at server side in servlet . > So current

How to retrieve OCSP Information at server side(In Servlet) Tomact ver 7.0.40/Centos

2013-09-03 Thread Sushil Prusty
HI All I want to retrieve OCSP information at server side in servlet . So currently i am using X509Certificate certChain[] = (X509Certificate[]) request.getAttribute("javax.servlet.request.X509Certificate"); ans also i have configured below value at /conf/server.xml truststoreFile="/LocalDev/sof