remote-debugging

Remote debugging a Java application

懵懂的女人 提交于 2019-11-26 03:14:33
问题 I have a java application running on linux machine. I run the java application using the following: java myapp -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=4000, suspend=n I have opened port 4000 for TCP on this Linux machine. I use eclipse from Windows XP machine and try to connect to this application. I have opened the port in windows also. Both machines are on the LAN but I can\'t seem to connect the debugger to the Java application. What am I doing wrong? 回答1: Edit: I noticed

Accessing localhost (xampp) from another computer over LAN network - how to?

青春壹個敷衍的年華 提交于 2019-11-26 00:21:54
问题 I have just set up a wi-fi network at home. I have all my files on my desktop computer (192.168.1.56) and want to access localhost over there from another computer (192.168.1.2). On my desktop I can access localhost through the normal http://localhost. Apache is running on port 80 as usual. Exactly what do I have to do to achieve this? There is documentation on the net but they either don\'t work or are too fragment and confusing to understand. I think I have to make changes to my apache\'s