diff options
Diffstat (limited to 'Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/jndi/jndi.properties')
| -rw-r--r-- | Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/jndi/jndi.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/jndi/jndi.properties b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/jndi/jndi.properties new file mode 100644 index 0000000..98cfb22 --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/src/examples/jndi/jndi.properties @@ -0,0 +1,4 @@ +java.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory +#java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory +#java.naming.provider.url=file:c +java.naming.provider.url=corbaloc::localhost:3528/NameService
\ No newline at end of file |
