0

I am using Netbeans 7.2.1 and I use Tomcat for my web application. The problem is everytime I change something and save it redeploys the app, even changes in jsp files, that wouln'd need to compile.

Where can I change this, so it doesn't redeploy on save?

4

1 回答 1

1

如果你从 Netbeans 运行 tomcat,这是一个特性。保存后您可以立即看到更改。

如果您不想要此功能,请取消选中Project -> Properties -> Build -> Compiling -> Compile and Save.

顺便说一句:JPS 被翻译成 Servlet 并编译。它们只是 Servlet 之上的一层,使开发人员的生活更轻松。

于 2013-07-17T18:44:31.263 回答