Glassfish Eclipse Plugin: How do I configure the debug and JMX ports?
When I create my Glassfish domain, I use the --portbase=8000 to set the ports. This causes glassfish to use port 8009 for the debug port and port 8086 for JMX. It seems the plugin doesn't pick up on these ports because it is unable to attach the debugger when I press the debug icon on the servers tab to start glassfish. Also, I get an exception connecting to the JMX port at startup. How does the plugin determine the debug and jmx ports and how do I configure it to use the ports set in the domain?
Environment: Eclipse Indigo, Glassfish 3.1.1 (running externally)





Hi,
The plugin doesn't support that use-case.
I am looking through the code to see what changes are needed to support it.
vbk