I’m using MyEclipse Enterprise Workbench
Version: 2015 CI 19
Build id: 13.0.0-20160113
My application works just fine outside of eclipse. In eclipse, the server fails because eclipse is deploying xfile jars that conflict with the Metro jars I want to use. Therefore, I want to remove xfire jars from being deployed when I start Tomcat. No matter what I do, they keep showing up.
I’ve searhed and modified all 3 catalina.properties I could find in MyEclipse, as it appears the shared.loader property is what’s causing xfire to be loaded. I simply change it to ‘shared.loader=’.
1) server view (../Servers/MyEclipse Tomcat v7.0-config)
2) ../me_7\backup
3) ../.metadata/.me_tcat7/conf (this is the one Tomcat is actually using)
When I start Tomcat, it always places the shared.loader xfire entry back in the catalina.properties file. I can’t figure out where this is coming from.
How do I stop this and just use the configuration I’ve defined?
I’ve found this thread (https://www.genuitec.com/forums/topic/myeclipse-2015-deploy-to-tomcat-problems/) but I don’t see the option for ‘Use workspace metadata’ when I go to the overview page.