Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to turn off automatic restart of Tomcat in Eclipse?

When developing Servlet, after changing a bit of my java code and clicking run, Eclipse asks me whether to restart the service or not. I clicked 'yes' and tick 'remember my choice'.

So every time, when I click 'run', the Tomcat will automatically restart.

Where can I turn off that feature? (in other words, I regret ticking the 'remember my choice')

like image 993
Yishu Fang Avatar asked May 22 '13 03:05

Yishu Fang


1 Answers

Eclipse - "Window" menu - Show View - Other - choose "servers" and ok button.

double click the server that you want to change settings in server view.

then server setting page will be opened.

you will see "Modules auto reload by default" option in Server options on the left bottom.

like image 199
Tommy Avatar answered Oct 22 '22 12:10

Tommy