Re: How to bind an Aleph TCP server to a TCP v4 port?

2013-02-18 Thread Jorge Luis Pérez
ay I want. Thanks! Jorge On Friday, 15 February 2013 06:16:21 UTC-3, peter.c...@googlemail.com wrote: > > > Hi Jorge, > > I'm not sure if this is what you need but, you could try starting the jvm with > > |-Djava.net.preferIPv4Stack=true > > Regards, > > Pet

How to bind an Aleph TCP server to a TCP v4 port?

2013-02-14 Thread Jorge Luis Pérez
I started to learn Clojure a couple of days ago. I was trying with some Aleph TCP echo server examples but I can not get the server to bind to a tcp v4 port. The server only binds to a tcp v6 port by default. Here my project file: (defproject clj-echo-server "0.1.0-SNAPSHOT" :description