MyEclipse: [JBoss] Changed JNDI port, shutdown isn't working. support-rkalla - Dec 01, 2005 - 08:54 PM Post subject: [JBoss] Changed JNDI port, shutdown isn't working.
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.