Skip to content

Hot Deploying JSPs in a web-fragment. #213

@sreeharibs

Description

@sreeharibs

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 ..?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions