eXist-db / exist

eXist Native XML Database and Application Platform
https://exist-db.org
GNU Lesser General Public License v2.1
429 stars 179 forks source link

Feature requests: make HTTP port configurable during installation #251

Open zopyx opened 10 years ago

zopyx commented 10 years ago

The default port of exist-db is 8080. Unfortunately this port is widely used by other services. It would be handy if you could configure the default port during the installation process as part the installer.

ljo commented 10 years ago

Yes, for sure, I have this on my table to be exposed in the installer.

joewiz commented 10 years ago

@ljo Very cool! Are you also considering making the prefix (/exist) configurable too? For both, it occurs to me that the menu bar links to eXide, Dashboard, etc. would need to update their URL targets to reflect port and prefix changes.

ljo commented 10 years ago

Yes, it is not totally straightforward. It is like you say several projects that are affected on a large scale. But fortunately I already went through the codebase once to make sure all tests etc obey the jetty.port config rather than using hardcoded port numbers.

duncdrum commented 5 years ago

@ljo where are we on this?

joewiz commented 5 years ago

It’s @ljo - Leif Jöran, not Jöran Leif ;)

duncdrum commented 5 years ago

apologies

line-o commented 2 years ago

Isn't this feature available already?