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

Hot Deploying JSPs in a web-fragment.

Open sreeharibs opened this issue 7 years ago • 0 comments

Hi team,

I have a project setup like this.

/core /src/main/ /resources/META-INF/ web-fragment.xml /resources/jsp/ fragment.jsp /java/ FragmentTest.java

/web /src/main/ /webapp/ /WEB-INF/web.xml /jsps/ parent.jsp /java/ ParentTest.java

I am using spring loaded too. Now whenever I make a change in a class file, it gets hot swapped by spring loaded. The problem comes when I want to deal with JSPs, especially the JSPs within the fragments. I need to restart my tomcat whenever a change in core - jsp is occured.

Any work around there ..?

sreeharibs avatar Jul 09 '18 03:07 sreeharibs