Hi, I cant seem to get httpGate to run correctly. I tried running it as follows - First run the app on port 8080 - /pil dbapp.l -main -go -wait &
Then run httpGate like this - /bin/httpGate 3000 8080 When I try to connect to port 3000 - I get "empty response" root@6b36fb429264:~/picoLisp# telnet localhost 3000 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. GET / HTTP/1.1 Connection closed by foreign host. I tried the "names" approach too but it did not work for me. Regards, Kashyap On Tue, Mar 12, 2019 at 8:21 AM C K Kashyap <[email protected]> wrote: > Cool...thanks Alex. > Regards, > Kashyap > > On Tue, Mar 12, 2019 at 7:42 AM Alexander Burger <[email protected]> > wrote: > >> Hi Kashyap, >> >> > 1. Is there a way I could restrict the server from navigating to a >> > different port? I run the app on docker and it requires explicit >> mapping of >> > the ports in advance :( >> >> Yes. The full recommended setup uses bin/httpGate as a proxy and >> dispatcher. >> >> Towards the outside world only port 443 (or port 80) remains. You could >> check >> the details in doc/httpGate.html in the distro. >> >> >> > 2. How do I know the "number" of the field to enter? (display) does not >> > seem to enumerate the text fields. >> >> It is simply a sequential number, enumerating the components on the page
