We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968a973 commit fc734daCopy full SHA for fc734da
buildfiles/jetty-build.xml
@@ -25,6 +25,7 @@
25
name="runserver">
26
<mkdir dir="${jetty.home}/logs"/>
27
<echo>Development server is running at http://127.0.0.1:${jetty.port}</echo>
28
+ <echo>Quit the server with CONTROL-C.</echo>
29
<jetty.run jettyXml="${jetty.home}/etc/jetty.xml"
30
tempDirectory="${jetty.home}/temp">
31
<systemProperties>
0 commit comments