Fix typo in script

This is windows, not unix :)
This commit is contained in:
Matt Robinson 2017-06-26 21:01:04 -04:00
parent e23c127bf9
commit 550140e51f
No known key found for this signature in database
GPG Key ID: C5A21DBAA7BB0D70
1 changed files with 2 additions and 2 deletions

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"