spring-loaded icon indicating copy to clipboard operation
spring-loaded copied to clipboard

Spring loaded with Spring NOT Boot + Tomcat 9(standalone)

Open yorl1n opened this issue 9 years ago • 1 comments

Hi all, I would like to use spring-loaded, but cannot figure out, how to configure it in my environment. So I have Maven application with just normal Spring MVC(not Boot) v.4.3.4.RELEASE + Tomcat 9(not from IDE). Developing process is:

  1. Build with maven.
  2. Link exploded build to tomcat's webapp.
  3. Change java classes(NetBeans IDE compiles classes on save).
  4. Copy compiled classes to the exploded war.
  5. Restart tomcat. 3...4....5....3...4...5...

I would like to rid of step 5, at least at some minor changes in java. Could someone give some tip how to configure spring loaded to work in such environment. Many thank in advance.

yorl1n avatar Dec 01 '16 12:12 yorl1n

I think I figured out how to configure tomcat, but getting error by classes redeploy.

01-Dec-2016 15:19:00.366 SEVERE [FileSystemWatcher: files=#618 cl=ParallelWebappClassLoader context: ROOT delegate: false ----------> Parent Classloader: java.net.URLClassLoader@78c730 ] org.springsource.loaded.ReloadableType.reloadProxiesIfNecessary Unable to find regeneration methods for cglib proxies - proxies will be out of date for this type

yorl1n avatar Dec 01 '16 14:12 yorl1n