Monday, May 2, 2011

Eclipse- tomcat deploy -Exploded location overlaps an existing deployment

Exploded location overlaps an existing deployment - eclipse

problem:
tomcat deployment project is loaded with "Exploded location overlaps an existing deployment" ERROR
solution:
If it appears when using tomcat "Exploded location overlaps an existing deployment" and its three buttons are grayed out state.

1.Find the address of your tomcat deployment, such as
C: \ Program Files \ Apache Software Foundation \ Tomcat 6.0 \ webapps and
C: \ Program Files \ Apache Software Foundation \ Tomcat 6.0 \ work \ Catalina \ localhost
check if the application you want to publish already exist. Delete the published application.

2 go to
project-> properties-> MyEclipse-> Web-> ContextRoot-> WebContext-root: RENAME

No comments:

Post a Comment