in api/src/main/java/org/apache/peeco/api/HttpServer.java [40:43]
public void setPort(int port) { this.port = this.port == 0 ? port : this.port; }