danielbinder / LogiVis

A teaching aid for concepts and algorithms in logic
MIT License
2 stars 0 forks source link

Check if port is blocked #48

Closed danielbinder closed 7 months ago

danielbinder commented 8 months ago

Running the .jar and run configuration simultaniously will lead to Error code 100 (i.e. port blocked). This should be relatively straight forward to figure out, since running one of the two will host the servlet, for which we can then check.

danielbinder commented 7 months ago

Spring boot has sufficiently well made error messages for this case, so with upcoming version 1.7.0, this will be obsolete