Sha256: dfe92407f6690ceabd15db810392483418332fa11f6ca7d282b4dc2f4703c354
Contents?: true
Size: 518 Bytes
Versions: 2
Compression:
Stored size: 518 Bytes
Contents
#!/bin/bash # * P_LZ_COPYRIGHT_BEGIN ****************************************************** # * Copyright 2001-2004 Laszlo Systems, Inc. All Rights Reserved. * # * Use is subject to license terms. * # * P_LZ_COPYRIGHT_END ******************************************************** my_home=`dirname "$0"` tomcat_home=$my_home/Server/tomcat-5.0.24 env JAVA_OPTS="-Dcom.apple.backgroundOnly=true -Djava.awt.headless=true" JAVA_HOME=/usr "${tomcat_home}/bin/shutdown.sh"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
leftplayer-0.1.1 | src/lps-4.9.0/Stop OpenLaszlo Server.command |
leftplayer-0.1 | src/lps-4.9.0/Stop OpenLaszlo Server.command |