eladbi / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

provide a option to automatically find a unused port when creating a run configuration #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

It's bothering for every project using same project ,
since I have to run multiple project in same time.

Original issue reported on code.google.com by tonylovejava on 30 May 2011 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 30 May 2011 at 4:32

GoogleCodeExporter commented 9 years ago

Original comment by tonylovejava on 1 Jul 2011 at 3:29

GoogleCodeExporter commented 9 years ago
It will be a preference.

Original comment by tonylovejava on 1 Jul 2011 at 3:30

GoogleCodeExporter commented 9 years ago
Ready since 2011/7/6 , committed in r214.

It's now a preference , it will try to find a available port between 10000 ~ 
15000,
it's very useful when you are usually open many Jetty in same time and using 
Browser Runner (Another plug-in made by me to help you open browser directly 
with RJR config.)

If it can't find a available port , it will still use original 8080.

Since for most user they might not need this feature , it set as default 
"false" .

Original comment by tonylovejava on 6 Jul 2011 at 10:11