0

I am building an application using Eclipse, Maven, Tomcat, and Spring Framework.

Every time I need to "Clean ..." or "Clean Work Directory" for Tomcat, I also end up having to use the "Maven->Update Project" tool in order to stop the MANIFEST.MF file not found error. After that, I always have to update my context root to "/" instead of the project name.

Is there anyway that I can stop eclipse from resetting context root? Or is there anyway to stop the MANIFEST.MF not found error?

Maybe there's a better way to manage root context?

oxenfree
  • 516
  • 6
  • 20

1 Answers1

1

After successful Maven Build, Refresh the Root Project beofre deploying your app to tomcat server

Ankit
  • 51
  • 3