I am trying to run my java application in tomcat v7.0 and am running into this error"Publishing to Tomcatv7.0 Server at localhost has encountered a problem":
Publishing the configuration... Error copying file to C:/Program Files/Apache Software Foundation/Tomcat 7.0/backup\catalina.policy: C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\catalina.policy (The system cannot find the path specified) C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\catalina.policy (The system cannot find the path specified) Error copying file to C:/Program Files/Apache Software Foundation/Tomcat 7.0/backup\catalina.properties: C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\catalina.properties (The system cannot find the path specified) C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\catalina.properties (The system cannot find the path specified) Error copying file to C:/Program Files/Apache Software Foundation/Tomcat 7.0/backup\context.xml: C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\context.xml (The system cannot find the path specified) C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\context.xml (The system cannot find the path specified) Error copying file to C:/Program Files/Apache Software Foundation/Tomcat 7.0/backup\server.xml: C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\server.xml (The system cannot find the path specified) C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\server.xml (The system cannot find the path specified) Error copying file to C:/Program Files/Apache Software Foundation/Tomcat 7.0/backup\tomcat-users.xml: C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\tomcat-users.xml (The system cannot find the path specified) C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\tomcat-users.xml (The system cannot find the path specified) Error copying file to C:/Program Files/Apache Software Foundation/Tomcat 7.0/backup\web.xml: C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\web.xml (The system cannot find the path specified) C:\Program Files\Apache Software Foundation\Tomcat 7.0\backup\web.xml (The system cannot find the path specified)
The error occur after I change the Server Location to use the tomcat installation and run my application on the tomcat server