diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/clientUtils/jndi.properties')
| -rw-r--r-- | Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/clientUtils/jndi.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/clientUtils/jndi.properties b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/clientUtils/jndi.properties new file mode 100644 index 0000000..483fac9 --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Micah Examples/clientUtils/jndi.properties @@ -0,0 +1,6 @@ +#java.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory +#java.naming.provider.url=corbaname:iiop:localhost:3700 +jndi.factory=com.sun.jndi.cosnaming.CNCtxFactory +jndi.factory=com.sun.jndi.fscontext.RefFSContextFactory +jndi.provider.url=corbaloc::localhost:3700/NameService +#jndi.provider.url=file:c: |
