I encounter a problem " 'publishing to tomcat v7.0 server at localhost' has encountered a problem" when trying to run my servlet from doing run on server.
The details it gives me are below:
The classpaths I have set up for the server are:
Bootstrap Entries
JRE System Library [jre7]
user entries:
bootstrap.jar - C:\Program Files\Apache Software Foundation\Tomcat 7.0\bin
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)
Howard
The details it gives me are below:
The classpaths I have set up for the server are:
Bootstrap Entries
JRE System Library [jre7]
user entries:
bootstrap.jar - C:\Program Files\Apache Software Foundation\Tomcat 7.0\bin
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)
Howard