To be honest, m2e-wtp is not responsible for running/reloading Tomcat, this is really something happening under WTP's umbrella. You could try setting up a set of sample (non-maven) projects to reproduce the problem, see if the same problems happen without m2e-wtp in the mix.
Fred On Thu, Jan 21, 2016 at 5:59 AM, <[email protected]> wrote: > Hello everybody, > I don't know if this is the correct list or m2e-wtp-dev (there seems to be > no m2e-wtp-users list). > > We're using Eclipse 4.5.1 with m2e 1.6.2 and m2e-wtp 1.2.1 for deploying a > multi-module webapp to a Tomcat 8 server. > > We have enabled "Serve modules without publishing" and "Modules auto > reload by default" in the server's configuration in Eclipse. > > When we start the server the webapp comes up normally, but after the first > code change & recompile in a dependent module the server tries to republish > and throws ClassNotFoundException for every class we defined as listener in > our web.xml, in special these are > > org.springframework.web.util.Log4jConfigListener > org.springframework.web.context.ContextLoaderListener > org.eclipse.rap.rwt.engine.RWTServletContextListener > and some custom listeners, but all of them are in the classpath, because > the first start or restart of the server via "play button" in Eclipse works > fine. > > Has anyone any hint where to look further? > > Best regards > > Frank > _______________________________________________ > m2e-users mailing list > [email protected] > To change your delivery options, retrieve your password, or unsubscribe > from this list, visit > https://dev.eclipse.org/mailman/listinfo/m2e-users > -- "Have you tried turning it off and on again" - The IT Crowd And if that fails, then http://goo.gl/tnBgH5
_______________________________________________ m2e-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/m2e-users
