In sun's j2sdkee, I deploy my first EJB, and I run a client code to test it. but I don't know the two paramter's value: java.naming.provider.url (Context.PROVIDER_URL) and java.naming.factory.initial (Context.INITIAL_CONTEXT_FACTORY)
Do I need to install another a naming and directory server????? when I start j2ee, is there a naming and directory server already running?