I have a web project running in myeclipse using JDK 1.6 and Tomcat 5.x in my. Now seems like every time i change any source file (.JSP or .JS, etc), i have to redeploy the whole project to see the changes in web page which is really time consuming. Also noticed that repdeploying in turn restarts the Tomcat server and requires me to log in every time. I am working in a development environment and wondering if i am doing anything wrong or is there any other way where i can see the changes made on opened source files in IDE without redeploying the whole project? Please note that when deploying the project under Tomcat 5, i used ‘Exploded Archive (development mode)’.