You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ..?
The text was updated successfully, but these errors were encountered:
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 ..?
The text was updated successfully, but these errors were encountered: