Re: HttpUrlConnection.getInputStream() returns empty

2004-07-29 Thread Honey George
and the operating system. David On Monday 26 July 2004 19:15, Honey George wrote: Hi All, I am facing a problem with HttpUrlConnection in Tomcat. I wanted to extract the contents of an https enabled URL, actually from the same site where my application is running(Will not try to access

Re: SSL Certificate Errors

2004-07-27 Thread Honey George
I do not know what caused this problem..but you can solve this by explicitely trusting all the certificates. And this will work if client side certs are not used. You can find information on how to do this in the following URL. http://javaalmanac.com/egs/javax.net.ssl/TrustAll.html Thanks,

Re: HttpUrlConnection.getInputStream() returns empty

2004-07-27 Thread Honey George
Hi reynir, I have made the changes as per you suggestion and I am getting the response code as 200. But still the inputstream returns empty, is.available() returns 0 bytes. thanks, - george --- Reynir_Þór_Hübner [EMAIL PROTECTED] wrote: hi, you could maybe try somthing like the following :

HttpUrlConnection.getInputStream() returns empty

2004-07-26 Thread Honey George
Hi All, I am facing a problem with HttpUrlConnection in Tomcat. I wanted to extract the contents of an https enabled URL, actually from the same site where my application is running(Will not try to access external URLs). My program will look like this.

Apache-Tomcat combination, Best Practices

2003-01-08 Thread Honey George
Hi, First of all I assume I am posting to the correct mailing list, ignore this otherwise. I am trying to configure Apache Server Tomcat for running my JSPs static pages. Can anybody give me the best way of doing this. Where should I place my static HTML files where should I place my JSP