facebook

Remote Debugging With Eclipse and Tomcat

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #301968 Reply

    cgswtsu78
    Member

    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!

    #301982

    support-joy
    Member

    cgswtsu78,

    I’m having some issues trying to setup a remote debugging environment in eclipse.

    From your post above, it looks like you are using eclipse. If yes, I would recommend you to cross post to eclipse forums instead.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Remote Debugging With Eclipse and Tomcat

You must be logged in to post in the forum log in