Page 1 of 1

Bluebox with Apache

Posted: 14 Aug 2015, 18:49
by frcol
Our educational platform works well in many schools.
Some we need to open the firewall port 443 (we changed the 9339), but works after that.

But, some is not working. I read about Bluebox.
We use Apache as our http server.
As I read, to use blubox, we need to use Jetty. So we must migrate all the contents inside Apache to Jetty and turn off apache?

is there a less painful way to try it?

we have 2 IPs in our VPS server, if it helps.

Re: Bluebox with Apache

Posted: 14 Aug 2015, 20:54
by frcol
I edited config.xml to run Jetty. Now it´s running.
I edited jetty.xml to run on port 8081

In the admin>bluebox tab, shows that http is running.

So, if my flash app try to connect via socket and fail, it automatically will try to connnect via bluebox?

It´s not still working.

Re: Bluebox with Apache

Posted: 14 Aug 2015, 21:07
by frcol
http://www.kiduca.com.br:8081/BlueBox/H ... ugCmd=main

HTTP ERROR 404

Problem accessing /BlueBox/HttpBox.go. Reason:

NOT_FOUND

Re: Bluebox with Apache

Posted: 15 Aug 2015, 06:52
by frcol
I got it :)

I must edit sfsClient.xml:

<httpPort>8081</httpPort>
<smartConnect>true</smartConnect>

Now it´s working, but I noticed a delay comparing with Socket connection.

Re: Bluebox with Apache

Posted: 15 Aug 2015, 07:03
by Lapo
Ok :)
A slower response time is expected due to HTTP being significantly slower than direct socket communication.

cheers