reset password
Author Message
hhuang30
Posts: 40
Posted 16:05 May 07, 2014 |

The ajax can not be started on the server because of the server configuration error(Multiple Contexts have a path of "/ajax".)

I removed the ajax project under the tomcat server and clean the server, still doesn't work.

 

Attachments:
cysun
Posts: 2935
Posted 17:10 May 07, 2014 |

1.  In the Servers view, remove the ajax project from the server. right click on the the server and select Clean Tomcat Work Directory ...

2. Exit Eclipse.

3. Go to the folder <workspace>\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps. If you see an /ajax folder there, delete it.

4. Then try running the project again.