Try this. *lein ring server-headless <pick-your-port> ;; port 80 usually requires root permissions*
Tim Washington Interruptsoftware.com <http://interruptsoftware.com> On Tue, Feb 25, 2014 at 9:21 AM, action <[email protected]> wrote: > I do like this: > #lein new compojure-app guestbook > #cd guestbook > #lein ring server > > The server runs on port 3000 by default. > But how to override the default port? > Such as runs on port 80? > > thinks > > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
