I am doing some web apps development with apache Tomcat in Linux platform, I usually compile my web pages by running them, tracking error through TomCat's logs. Each time I am making a modification I am reloading the project throuh TomCat manager. for the beans I am compiling them and making a new war file. I wonder how are other developers compiling their jsp files? I need some feedbacks..
Thanks,