Hi Kashyap,

> 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 &
> ...
> /bin/httpGate 3000 8080
> ...
> root@6b36fb429264:~/picoLisp# telnet localhost 3000
> ...
> GET / HTTP/1.1

This seems correct. It must be in dbapp.l I suspect.

Does dbapp.l work without httpGate? Best start in debug mode first (instead of
in the background) to get a prompt

   <pathTo>/pil dbapp.l -main -go +

then try

   w3m http://localhost:8080

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to