blob: 52bfe3c7a72c50057b406252bcc318391e76437b [file] [log] [blame]
Lvbo163091eb472017-09-15 17:36:41 +08001@REM
2@REM Copyright 2017 ZTE Corporation.
3@REM
4@REM Licensed under the Apache License, Version 2.0 (the "License");
5@REM you may not use this file except in compliance with the License.
6@REM You may obtain a copy of the License at
7@REM
8@REM http://www.apache.org/licenses/LICENSE-2.0
9@REM
10@REM Unless required by applicable law or agreed to in writing, software
11@REM distributed under the License is distributed on an "AS IS" BASIS,
12@REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13@REM See the License for the specific language governing permissions and
14@REM limitations under the License.
15@REM
16
17@echo off
18title catalog
19
20set RUNHOME=%~dp0
21echo ##RUNHOME %RUNHOME%
22
23set CATALINA_HOME=%RUNHOME%tomcat
24set CATALINA_BASE=%RUNHOME%tomcat
25echo ### Starting tomcat
26start /D %RUNHOME%tomcat bin\startup.bat