Details
Description
I'm trying to start solr instance using the bin/solr script, but it is saying that port 8983 is in use. It's not in use ... but I am using 18983 for the JMX port on another copy of Solr (listen port is 8982), and this is what is being detected.
[solr@bigindy5 solr]$ lsof -i -Pn | grep 8983
java 21609 solr 12u IPv6 11401290 0t0 TCP *:18983 (LISTEN)