samvera-deprecated / jettywrapper

Convenience tasks and classes for automated testing of hydra heads.
Apache License 2.0
7 stars 19 forks source link

Throw error on start if port already in use #11

Closed cjcolvar closed 12 years ago

cjcolvar commented 12 years ago

The code to handle this case was hidden inside the check to see if the jetty instance was already running. I moved it out and added a test.

jcoyne commented 12 years ago

+1 I'm glad someone got around to fixing this. I often end up with 2 jetties running (different projects).