The example uses
properties.setProperty(Context.INITIAL_CONTEXT_FACTORY,
"allaire.ejipt.ContextFactory");
properties.setProperty(Context.PROVIDER_URL,
"ejipt://" + server + ":2323");
properties.setProperty(Context.SECURITY_PRINCIPAL,
user);
properties.setProperty(Context.SECURITY_CREDENTIALS,
password);
I have not established security restrictions so I am not setting those
properties. However, what do you mean by putting
/java/... as in the example? I don't see /java/... anywhere.
Thanks
Phil
[EMAIL PROTECTED] wrote:
Hi------------------------------------------------------------------------------ Archives: http://www.egroups.com/group/jrun-interest/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.Your IP at Initial context is worng. Pls put /java/... as in the edxample
because ejb port is 2323 .I used it and worked.
Thanks.
regards,Uday Kumar Bhatt
System Engineer
Acefusion.Com
750 A TechnoPark Chai Chee
Singapore.
-------------------------------------------------------------------------------------The First Priciple: Truth Can't be said, if said it becomes false.:-OSHO
AE said: Nature has intelligence of such superiority that human
intelligence becomes utterly insignificant before it.------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
