Search code examples
eclipsetomcat6

Tomcat 6 Eclipse config -- Server Locations locked for edit


I am trying to change the default location for my Tomcat server running out of Eclipse EE 1.4.1 so that it uses the original Tomcat installation (which works fine when run standalone out of the console) and not the one created by Eclipse in the workspace as per this thread. However, my Server Locations section on the Tomcat server configuration form is all grayed out (see red rectangle):

enter image description here

Why is that and how do I change it?


Solution

  • It says it all on the page you published :

    Server must be published with no modules present to make changes.

    Stop your server. Undeploy everything and then (the trick part) click on publish to be sure to have nothing deployed (ie no files copied to the deploy location, the click on publish with no module in your server will erase everything deployed). Then you will be able to change the setting.