Skip to content

Commit

Permalink
commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
gunlee01 committed Dec 26, 2015
1 parent 98fda34 commit 1915080
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo-env1/start-tomcat.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25
rem set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25
set originDir=%cd%
cd /D %~dp0
cd apache-tomcat-7.0.67\bin
Expand Down
2 changes: 1 addition & 1 deletion demo-env1/stop-tomcat.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@echo off
setlocal
set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25
rem set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_25
cd /D %~dp0
cd apache-tomcat-7.0.67\bin
shutdown.bat
Expand Down

0 comments on commit 1915080

Please sign in to comment.