File: mkini.sh

package info (click to toggle)
libapache-mod-jk 1%3A1.2.18-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,004 kB
  • ctags: 2,664
  • sloc: ansic: 20,014; sh: 8,643; xml: 7,304; perl: 617; makefile: 321; awk: 59
file content (7 lines) | stat: -rwxr-xr-x 255 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/bin/sh
echo "log_file=$1/logs/domino.log"
echo "log_level=debug"
echo "worker_file=$1/conf/workers.properties"
echo "worker_mount_file=$1/conf/uriworkermap.properties"
echo "tomcat_start=$1/bin/tomcat.sh start"
echo "tomcat_stop=$1/bin/tomcat.sh stop"