[Ur] Parameter to specify a web-application's port, at compile-time and/or at run-time?

Stefan Scott stefanscottalexx at gmail.com
Thu Aug 20 15:08:25 EDT 2015


Question (1): Is there a parameter to allow specifying an Ur/Web app to use
some port other than 8080?

This could perhaps be done in 2 ways:

(1) a compile-type parameter - eg:

  $ urweb myProgram --port 8081

and/or:

(2) a run-time parameter - eg:

  $ ./myProgram.exe --port 8081

Question (2): There would not be any *disadvantage* of having multiple
Ur/Web apps running at the same time on one machine (each listening on a
different port)?

Thanks!

###
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.impredicative.com/pipermail/ur/attachments/20150820/d28fab64/attachment.html>


More information about the Ur mailing list