Merge pull request #154 from brimstone/fix-typo

Fix typo in apache struct installer
This commit is contained in:
Chandrapal 2017-06-27 10:57:59 +05:30 committed by GitHub
commit 1ecef599ed

View File

@ -1,8 +1,8 @@
rm "%CATALINA_HOME%\conf\tomcat-users.xml"
del "%CATALINA_HOME%\conf\tomcat-users.xml"
copy C:\vagrant\resources\apache_struts\tomcat-users.xml "%CATALINA_HOME%\conf\tomcat-users.xml"
copy C:\vagrant\resources\apache_struts\server.xml "%CATALINA_HOME%\conf"
sc config Tomcat8 start= auto
net start "Apache Tomcat 8.0 Tomcat8"
copy C:\vagrant\resources\apache_struts\struts2-rest-showcase.war "%CATALINA_HOME%\webapps"
copy C:\vagrant\resources\apache_struts\struts2-rest-showcase.war "%CATALINA_HOME%\webapps"