You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
your system is using port 8080 or 8443, the default ports that eXist's embedded web server, Jetty, uses. To see whether this is the case, enter <ulinkurl="http://localhost:8080/">http://localhost:8080/</ulink> in your browser. If
124
124
another service occupies this port, you cannot start up eXist-db unless you shut
125
125
down the service in question or make eXist-db use another port. To make eXist-db use
126
-
another port, open the file <filenamemoreinfo="none">/tools/jetty/etc/jetty.xml</filename> inside your eXist-db installation in a
126
+
another port, open the file <filenamemoreinfo="none">/tools/jetty/etc/jetty-http.xml</filename> inside your eXist-db installation in a
127
127
text or XML editor and change the value "8080" in</para>
<para>eXist-db uses port 8443 for confidential communication. Another service may also
132
-
be using this port. To make eXist-db use another port, open the file <filenamemoreinfo="none">/tools/jetty/etc/jetty.xml</filename> and change the value
148
+
be using this port. To make eXist-db use another port, open the file <filenamemoreinfo="none">/tools/jetty/etc/jetty-ssl.xml</filename> and change the value
0 commit comments