Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-03-22 00:54:09 +0000
committerGreg Wilkins2013-03-22 00:54:09 +0000
commit61be691a0ce7638f1dcee58788dad0163ab57f5f (patch)
tree9cb3ee55a09f27305471c460b95bd9e3deb6c26b
parente083f9d95a45ceb6522bc20878145ea892a79f9a (diff)
downloadorg.eclipse.jetty.project-61be691a0ce7638f1dcee58788dad0163ab57f5f.tar.gz
org.eclipse.jetty.project-61be691a0ce7638f1dcee58788dad0163ab57f5f.tar.xz
org.eclipse.jetty.project-61be691a0ce7638f1dcee58788dad0163ab57f5f.zip
403281 jetty.sh waits for started or failure before returning
-rw-r--r--jetty-distribution/src/main/resources/etc/jetty-started.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-distribution/src/main/resources/etc/jetty-started.xml b/jetty-distribution/src/main/resources/etc/jetty-started.xml
index 15d4db3c5b..9207b1c9b4 100644
--- a/jetty-distribution/src/main/resources/etc/jetty-started.xml
+++ b/jetty-distribution/src/main/resources/etc/jetty-started.xml
@@ -8,7 +8,7 @@
<Call name="addLifeCycleListener">
<Arg>
<New class="org.eclipse.jetty.util.component.FileNoticeLifeCycleListener">
- <Arg><SystemProperty name="jetty.pid" default="./jetty.pid"/></Arg>
+ <Arg><SystemProperty name="jetty.state" default="./jetty.state"/></Arg>
</New>
</Arg>
</Call>

Back to the top