change omero development web server port?
Posted: Mon Mar 31, 2014 2:41 pm
Anyone know how may I change the port from which the development web server (django web server) accepts connections from 4080 to 80?
Thanks,
Dan
Thanks,
Dan
The OME community
https://www.openmicroscopy.org/community/
https://www.openmicroscopy.org/community/viewtopic.php?f=5&t=7481
$ bin/omero web start
$ cd lib/python/OmeroWeb
$ python omeroweb/manage.py runserver 0.0.0.0:80
$ cd lib/python/OmeroWeb/omeroweb
$ python manage.py runserver 0.0.0.0:80
bin/omero config set omero.web.application_server.port 80
bin/omero web start
...
0 errors found
April 01, 2014 - 07:30:46
Django version 1.6, using settings 'omeroweb.settings'
Starting development server at http://0.0.0.0:80/
Quit the server with CONTROL-C.
Error: You don't have permission to access that port.