How to fix the problem of partial loading of images?

2014-11-01 Thread Dmitri Pisarenko
Hi! I have a web application, which runs on an Apache Tomcat 7 instance. The application loads images from a web service and then displays it. Sometimes, but not always, the image is displayed only partially (for an example, see http://i.stack.imgur.com/Nup8o.png ). Provided that the problem

Re: How do you catch these exceptions

2014-11-01 Thread Konstantin Kolinko
2014-11-01 3:57 GMT+03:00 Campbell, Lance la...@illinois.edu: Tomcat 7.0.56 Java 7.0_72 I received the below Tomcat error messages in a web application. Is there a way for me to catch these exceptions so that I can then either execute Java code or trigger a Linux shell script? Oct

Re: Authentication Memcached + Tomcat

2014-11-01 Thread Nilson Uehara
Dan, I'm trying to implement Memcached with SASL authentication https://code.google.com/p/memcached/wiki/SASLHowto But I can not get Tomcat to connect to it Nilson Uehara 2014-10-31 18:18 GMT-02:00 Daniel Mikusa dmik...@pivotal.io: On Fri, Oct 31, 2014 at 3:51 PM, Nilson Uehara

Re: Authentication Memcached + Tomcat

2014-11-01 Thread Daniel Mikusa
On Nov 1, 2014 10:31 AM, Nilson Uehara nilueh...@gmail.com wrote: Dan, I'm trying to implement Memcached with SASL authentication https://code.google.com/p/memcached/wiki/SASLHowto But I can not get Tomcat to connect to it Nilson Uehara Please don't top post. Reply inline or at the

Re: require infomation on tomcat 6.0 EOL and support

2014-11-01 Thread Mark Thomas
On 31/10/2014 03:50, Hareshbhai Desai,Vinaykumar (Vinaykumar) wrote: Hi All, As per my understanding tomcat 6.0 is EOL but it's not yet announced. Nope. http://wiki.apache.org/tomcat/TomcatVersions Generally EOL announcement to EOL timeframe would be 1 year. Generally we do aim to give at

Re: Trying to do LDAPS with Tomcat 7 on windows

2014-11-01 Thread Felix Schumacher
Am 29.10.2014 um 19:52 schrieb Nutter, Ronald: I have found where keytool is on the server where java has been installed. What I think I am supposed to do is export a cert from the server running ldap. As I understand the documentation I have found, I should export the certificate with

Re: How to fix the problem of partial loading of images?

2014-11-01 Thread Felix Schumacher
Am 01.11.2014 um 09:28 schrieb Dmitri Pisarenko: Hi! I have a web application, which runs on an Apache Tomcat 7 instance. The application loads images from a web service and then displays it. Sometimes, but not always, the image is displayed only partially (for an example, see

Re: How to fix the problem of partial loading of images?

2014-11-01 Thread Dmitri Pisarenko
Hello Felix! Thanks for your response. What is serving the images (default servlet, own servlet, ...)? The system consists of following parts: 1) The web app based on Primefaces Mobile 2) A server In the web app, I have following xhtml page, which is supposed to display the image: Source

Re: Unable to disable SSL in Tomcat 6 !

2014-11-01 Thread Utkarsh Dave
Hi Chris, Thanks for the response. I am testing using below steps. From another machine I am running this command: openssl s_client -ssl3 -msg -connect HOST:PORT HOST is the server ip (on the server where actually ssl needs to be disabled and server.xml is modified with sslProtocols=TLSv1 )

Re: From HTTP to HTTPS request.getHeader(referer)

2014-11-01 Thread Terence M. Bandoian
On 10/31/2014 11:18 AM, Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/31/2014 5:06 AM, Léa Massiot wrote: Hello and thank you for reading my post. I'm trying to make a webapp work with HTTPS. It was working properly with HTTP. Below is the problem I have. Inside a

Re: How do you catch these exceptions

2014-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 11/1/14 8:59 AM, Konstantin Kolinko wrote: 2014-11-01 3:57 GMT+03:00 Campbell, Lance la...@illinois.edu: Tomcat 7.0.56 Java 7.0_72 I received the below Tomcat error messages in a web application. Is there a way for me

Re: Unable to disable SSL in Tomcat 6 !

2014-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Utkarsh, On 11/1/14 3:33 PM, Utkarsh Dave wrote: Thanks for the response. I am testing using below steps. From another machine I am running this command: openssl s_client -ssl3 -msg -connect HOST:PORT HOST is the server ip (on the

Re: From HTTP to HTTPS request.getHeader(referer)

2014-11-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Terence, On 11/1/14 3:44 PM, Terence M. Bandoian wrote: On 10/31/2014 11:18 AM, Mark Eggers wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/31/2014 5:06 AM, Léa Massiot wrote: Hello and thank you for reading my post. I'm trying