I have just upgraded from MyEclipse 8.5 to MyEclipse for Spring 10.0 and I’m getting a problem, which is that tomcat can’t find my config files. I have set the new installation to point to the same tomcat (tomcat 5).
I normally keep my project properties file and an xml file in ~tomcat/conf, but with MyEclipse for Spring I get the error:
java.io.FileNotFoundException: class path resource [mrm.properties] cannot be opened because it does not exist
If I move the xml file into ~tomcat/common/classes and the properties file into ~tomcat/shared/classes it works – but I prefer my original set-up, which mirrors the live server config.
What might have caused this change and can I do anything about it?