1. If you deploy the Registry to the Sun Java System Web Server, and need to debug the Registry code, note that it is possible to set a fixed JPDA debugger port.
In the SJSWS's server.xml file, add the 'address' attribute to the Java -Xrunjdwp system flag. Below is an example:
"-Xdebug -Xrunjdwp:transport=dt_socket,address=8190,server=y,suspend=n"