Title: Hello World remote server config

HI Folks,
I got the HelloWorld ejb to work using local server config, but wanted to try the remote server config.
In the following code:

Properties p = new Properties();
p.put("java.naming.factory.initial", "org.openejb.client.JNDIContext");
 p.put("java.naming.provider.url", "127.0.0.1:4201");
p.put("java.naming.security.principal", "myuser");
p.put("java.naming.security.credentials", "mypass");

Where does one set the "myuser" and"mypass" configuration details????
Thanks in advance,
Louis.


// ---------------------------------------------------------------------
//
Redshift Systems – Web - Development – Design – Programming
// E-commerce - Application Integration – Intranets – Databases
// Louis Malenica – BappSci(IT) – Principal - Analyst Programmer
//
[EMAIL PROTECTED]
// http://members.optusnet.com.au/redshift-systems
// ---------------------------------------------------------------------

Reply via email to