Hi all,
we are developing a tool where we use java files for mediation layer and jsp files for presentation layer. so whenever i do a change in any of my java source i need to stop/start the tomcat in order to get the latest change.
is there any way to avoid this kind of stop/start.... i want the changes to get reflected immediately after i compile the file.
we are developing a tool where we use java files for mediation layer and jsp files for presentation layer. so whenever i do a change in any of my java source i need to stop/start the tomcat in order to get the latest change.
is there any way to avoid this kind of stop/start.... i want the changes to get reflected immediately after i compile the file.