Added stop properties for jetty so jetty:stop can be used.

This commit is contained in:
Óscar González Fernández 2009-07-10 10:13:59 +02:00 committed by Javier Moran Rua
parent 7da8d5165c
commit d9d820ac3c

View file

@ -434,7 +434,8 @@
<configuration>
<jettyEnvXml>target/jetty/jetty-env.xml</jettyEnvXml>
<reload>manual</reload>
<stopPort>9966</stopPort>
<stopKey>stop</stopKey>
<!-- Log to the console. -->
<requestLog implementation="org.mortbay.jetty.NCSARequestLog">
<!--