If you ever move your JBoss JNDI port add the following as a shutdown argument to your JBoss appserver config under MyEclipse:
| Code: |
--server=<server>:<port>
|
where <server> is the JBoss server machine, like "localhost" and <port> is your jndi port, like "21099". This tip was provided by our user snappergrass, the original post is here. |