Re: Encoding Issue on POST

2011-01-02 Thread André Warnier
Below. vwu98...@lycos.com wrote: Please see below. - Original Message - From: André Warnier a...@ice-sa.com To: Tomcat Users List users@tomcat.apache.org Sent: Saturday, January 1, 2011 11:46:40 AM GMT -08:00 US/Canada Pacific Subject: Re: Encoding Issue on POST vwu98...@lycos.com

multipart/form-data support

2011-01-02 Thread Pankaj Tiwari
I have been trying to send multipart/form-data to the server. I have found that the request never reaches the server. This is my client code, if I am missing something core in here. public static void main(String args[]) { try { URL url = new URL(SERVERURL);

GeoServer on Tomcat

2011-01-02 Thread Deepak Pal
Hye Guys, I have a web based application which is getting it's Geo-spatial data from Geo-Server and the Geo- Server is deployed on Tomcat I want to scale this web application by using Scalr scalability framework . My configuration in scalr framework . 1. Front-end NginX Load-Balancer 2.

Re: Encoding Issue on POST

2011-01-02 Thread vwu98034
Thanks very much André for your detailed information. I got the Httpfox for my Firefox today. For some reasons, the POST data section always be blank (a message like request doesn't contain any POST data). I can't figure out the reason so I download Charles Proxy. It shows the form data is as

Re: Encoding Issue on POST

2011-01-02 Thread André Warnier
vwu98...@lycos.com wrote: Thanks very much André for your detailed information. I got the Httpfox for my Firefox today. For some reasons, the POST data section always be blank (a message like request doesn't contain any POST data). I can't figure out the reason so I download Charles Proxy.