On Thu, 12 Apr 2012, roy brener wrote:
> the strange thing is when i start a debuging session in netbeans
> i can see that port 9000 is listening but for what i understand not in the
> right address
It seems to only listen on the IPV6 interface, and not the IPv4 one.
You need to get netbeans to listen on that again, and you do that by
setting the option:
-Djava.net.preferIPv4Stack=true
when starting netbeans:
bin/netbeans -J-Djava.net.preferIPv4Stack=true
that should do it
cheers,
Derick
-- Like Xdebug? Consider a donation: http://xdebug.org/donate.php Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.org twitter: @derickr and @xdebugReceived on Fri Apr 13 2012 - 11:46:19 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST