Search code examples
ruby-on-railsrubyeclipsewebrick

How to configure webrick port in eclipse?


Using Eclipse/Aptana, how can I change the default port for WEBrick from 3000 to anything else, using a configuration settings in the project? E.g. I want to be able to have multiple servers running for different projects on different ports.

I don't see where (in Eclipse or my project settings) I can set the port? I run the server by right-clicking the project and choosing "Run Server".

Using: Eclipse Kepler; Aptana Studio 3 (3.4.2)


Solution

  • In Aptana Studio Go to Window > Show View > Servers.

    There you can select to delete and update servers related to your apps.