| Remote Debugging with Eclipse and Tomcat [message #483310] |
Mon, 31 August 2009 19:46  |
Eclipse User |
|
|
|
Hello,
I'm having some issues trying to setup a remote debugging environment in eclipse. I'm running windows xp on the local machine and the remote machine is a linux box (both 32 bit machines).
I perform the following tomcat setup on the linux machine:
1. export JPDA_TRANSPORT=dt_socket
2. export JPDA_ADDRESS=8000
3. ./catalina.sh jpda start
I perform the following on my windows eclispe ide:
1. go to debug configurations menu
2. create a new Java Remote configuration with the host pointing to the linux machine and the port to 8000.
3. click debug
I get the following error in eclipse:
Failed to connect to remote VM. Connection refused.
Connection refused: connect
I'm on a machine that is not blocking any ports, but when I netstat I don't see port 8000 listening. Any help would be greatly appreciated!
|
|
|
|
Powered by
FUDForum. Page generated in 0.04122 seconds