|
In WEB development, we often use ECLIPSE development environment, use TOMCAT, or RESIN as the WEB server. Generally, after starting the service, after modifying the JSP code, you can run it directly, and you can see the effect of the modification. After that, our general approach is to restart the WEB service, which is more troublesome. Is there any good way? When we modify the JAVA code to compile, we do not need to restart the WEB service to see the effect of the modification. How about? |
|