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 <a...@software-lab.de> 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:picolisp@software-lab.de?subject=Unsubscribe >