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
$ 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.
Return to Installation and Deployment
Users browsing this forum: No registered users and 1 guest