Skip to content

Commit fc734da

Browse files
committed
Added instructions on how to stop Jetty.
1 parent 968a973 commit fc734da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildfiles/jetty-build.xml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
name="runserver">
2626
<mkdir dir="${jetty.home}/logs"/>
2727
<echo>Development server is running at http://127.0.0.1:${jetty.port}</echo>
28+
<echo>Quit the server with CONTROL-C.</echo>
2829
<jetty.run jettyXml="${jetty.home}/etc/jetty.xml"
2930
tempDirectory="${jetty.home}/temp">
3031
<systemProperties>

0 commit comments

Comments
 (0)