HTTP Tunneling in Servoy 5.0 final ??

mboegem:
Hi Bob,

I am following your problem, because I’m surprised…
I just activated a fresh 5.0 install WITH http-tunneling enabled and there was not the smallest problem.
The only extra thing I changed was setting an extra port to connect to (port 80) by extending the server.xml file with

<Connector port="80" 
		   protocol="HTTP/1.1" 
           maxThreads="500" connectionTimeout="60000" 
           redirectPort="8443" useBodyEncodingForURI="true" />



Maybe it's worth a try and do a clean install again?

Hi Marc,
I would be away for the next 11 to 12 hrs - would try a clean install asap after this period.
Thnx.

The new tunnel code has some more settings to be faster and/or more reliable but you have to configure it now if you use special proxies and firewalls.

If the tunnel doesnt work out of the box these 2 system properties will help:

system.property.com.sebster.tunnel.http.client.closeRequestOnFlush=false
system.property.com.sebster.tunnel.http.client.chunked=false

You add/change these system properties through the admin pages

bobpee:

mboegem:
Hi Bob,

I am following your problem, because I’m surprised…
I just activated a fresh 5.0 install WITH http-tunneling enabled and there was not the smallest problem.
The only extra thing I changed was setting an extra port to connect to (port 80) by extending the server.xml file with

<Connector port="80" 
		   protocol="HTTP/1.1" 
           maxThreads="500" connectionTimeout="60000" 
           redirectPort="8443" useBodyEncodingForURI="true" />



Maybe it's worth a try and do a clean install again?

Hi Marc,
I would be away for the next 11 to 12 hrs - would try a clean install asap after this period.
Thnx.

Clean install was not necessary - Servoy Support solved the issue.

It is not a “bug” too, I’ve been made to understand - if you face issues like I did with http-tunneling on server 5.0 final, you just have to do the following:

On the server-admin page, add the following 2 extra lines to system.properties

system.property.com.sebster.tunnel.http.client.chunked=false
system.property.com.sebster.tunnel.http.client.closeRequestOnFlush=false

Thnx. everyone once again,