Skip to content

Commit ea38bc2

Browse files
committed
disable demos in quickstart
1 parent 0b58047 commit ea38bc2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/docbkx/quick-start/getting-started/jetty-running.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,19 @@ java.net.BindException: Address already in use
133133
&gt; java -jar start.jar</screen>
134134
</section>
135135

136+
<section>
137+
<title>Disabling the demonstration webapps</title>
138+
139+
<para>The Jetty distribution comes with several demonstration web
140+
applications deployed. These webapps are in the <code>webapps.demo</code>
141+
directory and are enabled by the <code>start.d/900-demo.ini</code> file.
142+
The demonstrations can be disabled by removing the 900-demo.ini file or
143+
since release 9.1 the following command will disable the demonstration
144+
webapps from subsequent starts of the server:</para>
145+
146+
<screen>&gt; java -jar start.jar --disable=demo</screen>
147+
</section>
148+
136149
<section>
137150
<title>More start.jar options</title>
138151

0 commit comments

Comments
 (0)