From 33613a85afc4b1481367fbe92a17ee59c240250b Mon Sep 17 00:00:00 2001 From: Sven Eisenhauer Date: Fri, 10 Nov 2023 15:11:48 +0100 Subject: add new repo --- .../Rima Examples/etc/common.properties | 32 + .../EJB 3.0 Code/Rima Examples/etc/common.xml | 764 +++++++++++++++++++++ 2 files changed, 796 insertions(+) create mode 100644 Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc/common.properties create mode 100644 Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc/common.xml (limited to 'Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc') diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc/common.properties b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc/common.properties new file mode 100644 index 0000000..ddf8b69 --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc/common.properties @@ -0,0 +1,32 @@ +# +# Common properties, included by common.xml +# Edit this file to reflect your environment. + +# local configuration parameters +admin.password=adminadmin +admin.host=localhost +appserver.instance=server +appserver.instance.port=8080 +admin.user=admin +admin.port=4848 +domain.name=domain1 + +#jndi.port=3700 +#jndi.factory=com.sun.jndi.cosnaming.CNCtxFactory +#jndi.factory=com.sun.jndi.fscontext.RefFSContextFactory +#jndi.provider.url=corbaloc::${admin.host}:${jndi.port}/NameService +#jndi.provider.url=file:c: + + +# The path seperator for the platform +# Unix - : +# Note for windows add the drive after the seperator +# Windows - ;C: +pathsep=; + +# The directory seperator for the platform +# Unix - / +# Windows - \ +# +dirsep=/ + diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc/common.xml b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc/common.xml new file mode 100644 index 0000000..a228986 --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/etc/common.xml @@ -0,0 +1,764 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3