Okay, I have it running finally!

I have the docker image here - ckkashyap/tools:picolisp-hack- it has IPV4
based httpgate installed inside :)
The IPV4 version of httpGate is here -
https://github.com/ckkashyap/picoLisp/blob/contrib/src/httpGate.c

Regards,
Kashayap

On Fri, Mar 15, 2019 at 7:38 AM C K Kashyap <[email protected]> wrote:

> Looks like in my excitement I had completely dropped the name lookup logic
> while introducing the IPv4 logic from the past :)
> I'll fix it.
>
> On Fri, Mar 15, 2019 at 12:23 AM Alexander Burger <[email protected]>
> wrote:
>
>> Hi Kashyap,
>>
>> > So I was able to successfully run httpGate and the server - using
>> httpGate
>> > 3000 8080!
>> > However, I am having some trouble getting it to run using names -
>> >
>> > My names entry looks like this -
>> >
>> > dbapp 8080 root /root  /tmp pil dbapp.l -main -go -wait
>>
>> This line looks good. Just to be sure, how did you start httpGate? You
>> pass that
>> config file, right?
>>
>>
>> > Strace reveals that httpGate does not seem to get connection refused!
>> If I
>> > manually start the app that it works. Isn't httpGate supposed to start
>> the
>> > app if it is not already running?
>>
>> Correct. If no process listens on port 8080 yet, httpGate executes the
>> command
>> in the file to start it. It finds the entry from the name when you call
>> e.g.
>>
>>    w3m http://localhost/dpapp
>>
>> ☺/ A!ex
>>
>>
>> --
>> UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
>>
>

Reply via email to