Hello Myeclipse People,
I am using eclipse 3.2, Myeclipse 5.0, Java 5.0 and sun one application server 8.1.
I want to remote debug sun one application server from myeclipse.
I had followed remote debugging documentation . My sun one server is running under 8080 port. so I had done the modifications in domain.xml as follows
debug-enabled=”true” debug-options=”-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8080″
When i change this address to 8080, I am unable to start up the server. Can you guys tell me am i missing any thing ??
Why I am unable to start up the server?? If i change the port no to 8000 I am able to start up the server.
regards,
Ram