Hi,I configured OpenEJB to run the admin thread on a different port than the default (Cause i want to run two instances at my development computer)
How could i stop that server instance? This doesn't work: openejb stop -Dadmin.port=3999Instead it stops the other OpenEJB container, where the admin thread runs on the default port ;)