File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
src/docbkx/quick-start/getting-started Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,19 @@ java.net.BindException: Address already in use
133
133
> java -jar start.jar</screen >
134
134
</section >
135
135
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 >> java -jar start.jar --disable=demo</screen >
147
+ </section >
148
+
136
149
<section >
137
150
<title >More start.jar options</title >
138
151
You can’t perform that action at this time.
0 commit comments