mickmick ,
The JSP changes will be automatically shown once you refresh the browser. For the java changes you can configure hot reloading in Tomcat.
To configure reloading, add the “reloadable” attribute to your application’s Context element, either in its Context fragment or in Server.xml:
<Context … reloadable=”true”>
Let me know if you have any issues.