> New to maven. Had a project working nicely in Eclipse with maven for > several weeks. Then did mvn clean. After mvn clean I get 404 errors on my > index.jsp and can't figure out how to resolve this.
Clean deletes everything in /target so you must have had something in there that your app needs but your current build process is not copying it there. As for your Tomcat errors (404 etc), we can't really help with those. Dig into the Tomcat logs and find why the 404 is happening then ask the Tomcat folks for help. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
