Oh Oh!!! Your client does not know where JNDI is...
You should specify where the JNDI Service is running...
InitialContext is unable to get the whereabouts of JNDI... You should specify that...
You can do either by specifying "jndi.properties" file keeping it in parallel where Client program is...
Otherwise, create Properties object and pass the Properties object to InitialContext Constructor like this
The above code example is for
JBOSS JNDI Service... Likewise, check it for WEB-LOGIC and map like this...
Then the Client can able to get the stubs from the server...