Link to home
Start Free TrialLog in
Avatar of Rohit Bajaj
Rohit BajajFlag for India

asked on

dynamic reloading of jsp in jetty

hi,
i am using embedded jetty.
after i start my application from intellij idea if i make changes to some jsp under my source code it does not get reflected until i restart the application.
but if i change the jsp under the target/classes folder which also containes all the compiled code i dont need to restart my application.
but i want to avoid this and make the changes to jsp in the source code and things should work.
this could probably be achieved by using some plugin to copy the modified jsp dynamically to target folder.

what are the possible ways to do this ?
ASKER CERTIFIED SOLUTION
Avatar of gurpsbassi
gurpsbassi
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial