Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-06 Thread Klemens Muthmann
Am 05.09.2016 um 16:16 schrieb André Warnier (tomcat): > On 05.09.2016 15:09, Klemens Muthmann wrote: >> Am 05.09.2016 um 14:49 schrieb Tim Watts: >>> On Mon, 2016-09-05 at 14:11 +0200, Klemens Muthmann wrote: >>>> Hi, >>>> >>>> I curr

Re: How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-05 Thread Klemens Muthmann
Am 05.09.2016 um 14:49 schrieb Tim Watts: > On Mon, 2016-09-05 at 14:11 +0200, Klemens Muthmann wrote: >> Hi, >> >> I currently need to implement an HTTP data transmission from an Arduino >> with WiFi module to a PC running a Tomcat 8.5.4 instance. The Tomcat is &g

How to write a correct HTTP request to Tomcat 8.5.4 instance?

2016-09-05 Thread Klemens Muthmann
Hi, I currently need to implement an HTTP data transmission from an Arduino with WiFi module to a PC running a Tomcat 8.5.4 instance. The Tomcat is running under Ubuntu 16.04. The problem is that, since there are no HTTP libraries on Arduino, I need to write the correct HTTP request myself and I

Is there an upload limit of around 8000 bytes in tomcat 6?

2010-12-13 Thread Klemens Muthmann
of this did work. So my question is; is anyone aware of a behaviour with tomcat where the server just cuts the connection after having recieved a certain amount of bytes and is there some config parameter that allows me to bypass this behaviour. Thanks and Regards Klemens Muthmann

Re: Is there an upload limit of around 8000 bytes in tomcat 6?

2010-12-13 Thread Klemens Muthmann
Hm. It works. Great. However I wonder why the parameter that allows me to upload a larger block of ~CONTENT~ is called maxHttp~HEADER~Size. Nevertheless. Thank you very much for your fast answer. Am 13.12.2010 17:06, schrieb Mark Thomas: On 13/12/2010 16:03, Klemens Muthmann wrote: Hi, I

Re: Is there an upload limit of around 8000 bytes in tomcat 6?

2010-12-13 Thread Klemens Muthmann
Didn't know this. I thought files would be part of the message content. OK. Thanks for the explanation. Am 13.12.2010 17:42, schrieb Mark Thomas: On 13/12/2010 16:31, Klemens Muthmann wrote: Hm. It works. Great. However I wonder why the parameter that allows me to upload a larger block

Re: Mod_jk 1.2.26 + tomcat 6.0.26 + apache 2.2.12 not working on ubuntu 'karmic'

2010-04-27 Thread Klemens Muthmann
- Hash: SHA1 Klemens, On 4/23/2010 11:21 AM, Klemens Muthmann wrote: However now I need to make the tomcat applications available over port 80 so I tried to configure mod_jk but it does not work. [...] Currently the configuration looks like: - There is a symbolic link to jk.load

Mod_jk 1.2.26 + tomcat 6.0.26 + apache 2.2.12 not working on ubuntu 'karmic'

2010-04-23 Thread Klemens Muthmann
Hi I hope this is the correct mailing list for this question. I have a problem setting up the configuration as described in the subject of this mail. I did the following: - Installed apache2 from the ubuntu repository (synaptic states the version as 2.2.12-1ubuntu2.2) - Installed mod_jk