Sean Fulton wrote:

I could not find any command to shutdown Lenya when running using
Jetty.  There is no "stop" option in lenya.sh.  Why not, and what is
the workaround?

i played around with

http://jetty.mortbay.org/jetty/tut/GettingStarted.html

>>>
Stopping Jetty

Programs started with the start.jar mechanism may be stopped with the stop.jar:

   java -jar stop.jar

This connects via a local port to stop the server. The default port can be set with the STOP.PORT system property (a port of < 0 disables the stop mechanism). If the STOP.KEY system property is set, then a random key is generated and written to stdout. This key must be passed to the stop.jar. eg

  [540] java -DSTOP.PORT=9999 -DSTOP.KEY -jar start.jar
  1rukbu7owi3uo
  17:39:49.082 EVENT  Starting Jetty/4.2.10pre0
  ...


  [526] java -DSTOP.PORT=9999 -DSTOP.KEY=1rukbu7owi3uo -jar stop.jar
<<<

for a bit, but could not get it to work. if we were to add it we need to make sure that the stop port only listens on localhost :)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to