diff options
| author | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
|---|---|---|
| committer | Sven Eisenhauer <sven@sven-eisenhauer.net> | 2023-11-10 15:11:48 +0100 |
| commit | 33613a85afc4b1481367fbe92a17ee59c240250b (patch) | |
| tree | 670b842326116b376b505ec2263878912fca97e2 /Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/etc/common.properties | |
| download | Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.gz Studium-33613a85afc4b1481367fbe92a17ee59c240250b.tar.bz2 | |
Diffstat (limited to 'Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/etc/common.properties')
| -rw-r--r-- | Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/etc/common.properties | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/etc/common.properties b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald Examples/etc/common.properties new file mode 100644 index 0000000..ddf8b69 --- /dev/null +++ b/Master/Reference Architectures and Patterns/EJB 3.0 Code/Gerald 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=/
+
|
