How to configure default startup configuration in Aptana?

When I press the start button in Aptana, my application opens in a browser using the built-in Aptana web server.

I have a couple of launch configurations configured to work on the internal server (one for chrome one for ff), but I believe that every time I want to start the application, you need to use the drop-down menu of the start button. I would rather just click the green button and use one of my internal server configurations.

When I press the start button, a new configuration called "Default" is created using the built-in web server. Is there a way to set one of my internal server configurations as default?

+3
source share
1 answer

When you click the Run button, the last launch configuration is performed. It looks like you could bind the key to a specific configuration using:

Assign a keyboard shortcut to a specific Eclipse build configuration

+1
source

All Articles