6 lines
98 B
Bash
6 lines
98 B
Bash
#! /bin/bash
|
|
|
|
. /etc/tomcat/tomcat.conf
|
|
. /etc/sysconfig/tomcat
|
|
|
|
/usr/libexec/tomcat/server start
|