(MY Tomcat version :- 7.0.40 and deployed on CentOS)I need to configure OCSP in tomcat for my project and need to test through client browser .

2013-08-29 Thread Sushil Prusty

(MY Tomcat version :- 7.0.40 and deployed on CentOS

2013-08-29 Thread Sushil Prusty
Hi I need to configure OCSP in tomcat for my project and need to test through client browser . I searched every where in all search engine but unable to find out . Please help out on How can we configure OCSP in tomcat. Thanks and Regards Sushil Kumar Prusty

Re: (MY Tomcat version :- 7.0.40 and deployed on CentOS

2013-08-30 Thread Sushil Prusty
Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 8/29/13 2:38 AM, Sushil Prusty wrote: I need to configure OCSP in tomcat for my project and need to test through client browser . I searched every where in all search engine but unable

Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
Hi all I am using tomcat 7.0.42 and deployed in CentOs . When i start the server i am geting below log in my console . Aug 31, 2013 10:37:59 PM org.apache.catalina.core.AprLifecycleListener init INFO: The APR based Apache Tomcat Native library which allows optimal performance in production

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
HI I am using https://localhost:8080. On Sat, Aug 31, 2013 at 11:00 PM, Burghard W.V. Britzke b...@charmides.in-berlin.de wrote: which url did you try? especially which port? tomcat uses port 8080 per default instead of the standard http port 80. Am 31.08.2013 um 19:23 schrieb Sushil

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
chuck.caldar...@unisys.com wrote: From: Sushil Prusty [mailto:sushil.pru...@gmail.com] Subject: Re: Unable to start apache tomcat server I am using https://localhost:8080. Use http, not https. If you want to use https, you will need to configure an additional Connector (usually on port

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
and running (like Marc stated before). only the resource / is missing. what is the content of your webapps directory? Am 31.08.2013 um 20:03 schrieb Sushil Prusty sushil.pru...@gmail.com: Hi I am very sorry i am using http://localhost:8080 not https://. I am getting below status when i am

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
and running (like Marc stated before). only the resource / is missing. what is the content of your webapps directory? Am 31.08.2013 um 20:03 schrieb Sushil Prusty sushil.pru...@gmail.com: Hi I am very sorry i am using http://localhost:8080 not https://. I am getting below status when i am

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

How to setup httpd in apache tomact 7.0.40/Centos

2013-09-03 Thread Sushil Prusty

If i configured client certificate at my browser unable to access my web app (Apace Tomcat 7.0.42/CentOs)

2013-09-04 Thread Sushil Prusty
Hi All 1)I have configured https to acces my web app . Which is working fine. 2) 2nd i have configured client certificate at my browser (firfox). 3)3rd it's ask me pop message at client side for selecting a certificate. 4)4th once i select a certificate and click ok it will throw below excption

Re: If i configured client certificate at my browser unable to access my web app (Apace Tomcat 7.0.42/CentOs)

2013-09-04 Thread Sushil Prusty
...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, Please maintain a single thread when (repeatedly) asking the same questions. On 9/4/13 5:20 AM, Sushil Prusty wrote: Connector SSLEnabled=true acceptCount=100 clientAuth=want disableUploadTimeout=true enableLookups

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Sushil Prusty
HI Prasanth For configuring https you have to create keystore in your java keytool and that you need to coint in your server.xml file . is it corrct one keystoreFile=/etc/tomcat6/.keystore ? where is your keystore password configuration ? On Wed, Sep 11, 2013 at 6:37 PM, Prashant Shinde

In apache-tomcat-7.0.40 want to set Client auth dynamically

2013-10-28 Thread Sushil Prusty
Hi All, In server.xml i need to setup clientauth value dynamically .Is there any java apace api available to set value at runtime or any other alternative option ? Connector clientAuth=false ... Thanks and Regards Sushil Kumar Prusty

How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-01-31 Thread Sushil Prusty
We are running so many application's in Apache tomcat 7.0.40 server .Once i stop my server it will take more then an hour to startup. If i want to deploy a small changes of java file i need to wait more then an hour to server up. SO is there any with out stopping Apache tomcat server java

Re: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-01-31 Thread Sushil Prusty
and start the server same way in jar deployment it will be more powerful and advantages. On Sat, Feb 1, 2014 at 12:01 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Sushil Prusty [mailto:sushil.pru...@gmail.com] Subject: How to deploy class jar file without restart Apache

Re: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-01-31 Thread Sushil Prusty
ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 1/31/14, 1:31 PM, Caldarale, Charles R wrote: From: Sushil Prusty [mailto:sushil.pru...@gmail.com] Subject: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS

Re: How to deploy class jar file without restart Apache tomcat 7.0.40 server(Linux OS)

2014-01-31 Thread Sushil Prusty
Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, On 1/31/14, 1:47 PM, Caldarale, Charles R wrote: From: Sushil Prusty [mailto:sushil.pru...@gmail.com] Subject: Re: How to deploy class jar file without restart Apache tomcat 7.0.40 server

How can i provide clientauth required info in HttpURLConnection

2014-05-05 Thread Sushil Prusty
Hi all I have below code which will always throws exception while i am trying to connect because my ClientAuth is true in server.xml of apach/conf.Server.xml. How can i provide clientauth info to below code using Apache api. URL testURL = new URL(https://localhost: 443/app/AppAction.do);

Re: How can i provide clientauth required info in HttpURLConnection

2014-05-05 Thread Sushil Prusty
It's a trustore certificate. On Mon, May 5, 2014 at 10:32 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sushil, On 5/5/14, 12:51 PM, Sushil Prusty wrote: I have below code which will always throws exception while i am

Problem with Transfer-Encoding

2014-07-04 Thread Sushil Prusty
Hello, summary of my Problem: When a client POSTs Tranfer-Encoding data using browser , my server is not processing the request character encoding properly . I send the following request: Content-Type text/html;charset=UTF-8 Date Sat, 05 Jul 2014 05:10:09 GMT Server Apache-Coyote/1.1

Re: Problem with Transfer-Encoding

2014-07-05 Thread Sushil Prusty
a...@ice-sa.com wrote: Konstantin Kolinko wrote: 2014-07-05 9:24 GMT+04:00 Sushil Prusty sushil.pru...@gmail.com: Hello, summary of my Problem: When a client POSTs Tranfer-Encoding data using browser , my server is not processing the request character encoding properly . I send

Re: Problem with Transfer-Encoding

2014-07-07 Thread Sushil Prusty
. On Mon, Jul 7, 2014 at 10:37 PM, Terence M. Bandoian tere...@tmbsw.com wrote: On 7/5/2014 6:36 PM, André Warnier wrote: Sushil Prusty wrote: Dear User Thanks for you input. You're welcome. First, a foreword : I will try my best to help you, but doing this is very difficult, and doing