I know I can prevent the server restart, when I publish my app to Tomcat.
But, each time, I have to restart my application. and This is also take a long time,
Can I prevent restart my application, just like PHP does?
ps:
after run tomcat in debug mode, now, I can modify java file without a redeploy! but it doesn't apply to jsp pages! How can I submit jsp without the "publish"?