Re: Problem with Transfer-Encoding

2014-07-07 Thread Sushil Prusty
time. On Mon, Jul 7, 2014 at 10:37 PM, Terence M. Bandoian wrote: > On 7/5/2014 6:36 PM, André Warnier wrote: > >> Sushil Prusty wrote: >> >>> Dear User >>> >>> Thanks for you input. >>> >> >> You're welcome. >> First

Re: Problem with Transfer-Encoding

2014-07-05 Thread Sushil Prusty
4 at 9:08 PM, André Warnier wrote: > Konstantin Kolinko wrote: > >> 2014-07-05 9:24 GMT+04:00 Sushil Prusty : >> >>> Hello, >>> >>> summary of my Problem: >>> >>> When a client POSTs Tranfer-Encoding data using browser , >&g

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 Transfer

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 w

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"); HttpUR

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

2014-01-31 Thread Sushil Prusty
opher 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 clas

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

2014-01-31 Thread Sushil Prusty
er Schultz < 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 clas

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

2014-01-31 Thread Sushil Prusty
p 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 j

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 changes

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 ? Thanks and Regards Sushil Kumar Prusty

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 < pras

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
< ch...@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: > > > disableUploadTimeout="true" e

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

How to setup httpd in apache tomact 7.0.40/Centos

2013-09-03 Thread Sushil Prusty

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

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
charmides.in-berlin.de>: > > > but this means that tomcat is up 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 : > > > >> Hi > >

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
charmides.in-berlin.de>: > > > but this means that tomcat is up 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 : > > > >> Hi > >

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

Re: Unable to start apache tomcat server

2013-08-31 Thread Sushil Prusty
3 um 19:23 schrieb 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.AprLifecycleListe

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: (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

(MY Tomcat version :- 7.0.40 and deployed on CentOS

2013-08-28 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

(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-28 Thread Sushil Prusty