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