diff --git a/scripts/installs/setup_apache_struts.bat b/scripts/installs/setup_apache_struts.bat index f390544..3fb5c43 100644 --- a/scripts/installs/setup_apache_struts.bat +++ b/scripts/installs/setup_apache_struts.bat @@ -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" \ No newline at end of file +copy C:\vagrant\resources\apache_struts\struts2-rest-showcase.war "%CATALINA_HOME%\webapps"