Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
Currently there is quite some custom script logic in bin/solr[.cmd], which e.g. lists java processes, finds what port they are listening to etc. Since Java 9 we can use ProcessHandle for this.