I\'m hoping to get some help with this weird problem. We\'re running the Jacorb name server and I have a simple client that I\'m using to try to connect and do awesome CORBA
I can't be sure without seeing the rest of the code, but I'm pretty sure you need to change the InitRef string to be:
-DORBInitRef.NameService=corbaloc::localhost:2809
When your client connects, this should give you the root naming context for the naming service and then you can traverse the NameContext tree to get to your desired server object.