I want to change server location but I can't it's greyed (I cannot select last radio button) how can I do it then:
Asked
Active
Viewed 5.5k times
4 Answers
146
On the Servers
view, delete all the webapps published under your server (right click on the server > Remove
or right click on the server > Add and Remove
and then remove manually the webapps) and finally right click on the server > Publish
(the 'empty' content). This way you would un-gray the Server Locations area.

dimitrisli
- 20,895
- 12
- 59
- 63
-
Thanks for the detailed instruction as I'm totally rookie at eclipse it works perfect :) – user310291 Feb 07 '11 at 10:02
-
1you may need to make a clean on the server (context menu) – demian Oct 10 '16 at 19:05
11
One way to change the server location is by doing the following steps:
1)Right click on the Server(Example Tomcat server).
2)Go to Properties.
3)Click on "Switch Location" , in the "General" tab.
4)The "Location" information changes.
5)Now go back and the settings will be enabled to change the Server Locations

Keshav Pradeep Ramanath
- 1,623
- 4
- 24
- 33
11
As the dialog says : "Server must be published with no modules present to make changes." Stop the server remove any modules. After that the options will be enabled.

stacker
- 68,052
- 28
- 140
- 210
-
1You must command the server to publish after removing the modules. – Mindwin Remember Monica Jun 26 '15 at 19:22
2
If you are still dont see the option enabled, start the tomcat and then it will be enabled.

Hemant Nagpal
- 624
- 6
- 14