Skip to content

Commit 8917ea5

Browse files
authored
Found missed updates
1 parent 8917cf3 commit 8917ea5

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

data/troubleshooting.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,15 @@ Logging already initialized. Skipping...
135135
</Set>
136136
</synopsis>
137137
<para>to a port that is not used, e.g. "8899":</para>
138-
<synopsis format="linespecific">&lt;Set name="port"&gt;&lt;SystemProperty name="jetty.port" default="8899"/&gt;&lt;/Set&gt;</synopsis>
138+
<synopsis format="linespecific">
139+
&lt;Set name="port"&gt;
140+
&lt;Property name="jetty.http.port" deprecated="jetty.port"&gt;
141+
&lt;Default&gt;
142+
&lt;SystemProperty name="jetty.port" default="8899"/&gt;
143+
&lt;/Default&gt;
144+
&lt;/Property&gt;
145+
&lt;/Set&gt;
146+
</synopsis>
139147
<para>eXist-db uses port 8443 for confidential communication. Another service may also
140148
be using this port. To make eXist-db use another port, open the file <filename moreinfo="none">/tools/jetty/etc/jetty-ssl.xml</filename> and change the value
141149
"8443" in</para>
@@ -147,10 +155,17 @@ Logging already initialized. Skipping...
147155
&lt;/Default&gt;
148156
&lt;/Property&gt;
149157
&lt;/Set&gt;
150-
</synopsis>
151-
<para>and</para>
152-
<synopsis format="linespecific">&lt;Set name="Port"&gt;8443&lt;/Set&gt;</synopsis>
158+
</synopsis>
153159
<para>to a port that is not used, e.g. "8444".</para>
160+
<synopsis format="linespecific">
161+
&lt;Set name="port"&gt;
162+
&lt;Property name="jetty.ssl.port deprecated="ssl.port"&gt;
163+
&lt;Default&gt;
164+
&lt;SystemProperty name="jetty.ssl.port" deprecated="ssl.port" default="8444"/&gt;
165+
&lt;/Default&gt;
166+
&lt;/Property&gt;
167+
&lt;/Set&gt;
168+
</synopsis>
154169
<para>If these scripts do not launch eXist-db, you can launch it by changing to the
155170
directory where you installed eXist-db and entering the following into the
156171
console:</para>

0 commit comments

Comments
 (0)