I am trying to deploy a web project to Tomcat 5.0. I have been been able to deploy before using the regular directory structure when creating a web project with myeclipse. However, trying to follow the maven directory structure doesnt work to well, either using the expanded or packaged archive. The New Deployment screen in Myeclipse indicates Invalid for the deployment location. If I have a directory structure like:
main
—-src
———-java
———-webapp
—————–META-INF
—————–WEB-INF
target
xdocs
dist
Can I use the deployment feature of Myeclipse to automatically deploy this in either exploded or packaged archive? Or am I limited to follow the way Myeclipse sets up the directory structure? Thanks.