Commit b8c456715dff251882881690a006664f8c37f728
1 parent
8d4f37e8
Exists in
master
--no commit message
Showing
1 changed file
with
15 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,15 @@ | @@ -0,0 +1,15 @@ | ||
1 | +@echo off | ||
2 | +setlocal | ||
3 | + | ||
4 | +set _LAUNCHER=java.exe | ||
5 | +set _JAVA_HOME=C:\Java\jdk1.6.0_25 | ||
6 | +set _JAVA=%_JAVA_HOME%\bin\%_LAUNCHER% | ||
7 | + | ||
8 | + | ||
9 | +cd tomcat\bin | ||
10 | +set CATALINA_HOME=%~dp0tomcat | ||
11 | +set CATALINA_OPTS=-Xms512m -Xmx768m -XX:MaxPermSize=256m -Dfile.encoding=UTF-8 -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true -Djava.awt.headless=true | ||
12 | +set JAVA_HOME=%_JAVA_HOME% | ||
13 | +call startup | ||
14 | +:quit | ||
15 | +endlocal | ||
0 | \ No newline at end of file | 16 | \ No newline at end of file |