You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/04/18 00:36:55 UTC

[03/10] james-project git commit: JAMES-2355 Add a sample, empty setenv.sh script

JAMES-2355 Add a sample, empty setenv.sh script


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7f0b2f82
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7f0b2f82
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/7f0b2f82

Branch: refs/heads/master
Commit: 7f0b2f82a29325d8959302707499dafe94e84de1
Parents: 356b47e
Author: benwa <bt...@linagora.com>
Authored: Tue Apr 17 10:13:45 2018 +0700
Committer: benwa <bt...@linagora.com>
Committed: Wed Apr 18 07:34:33 2018 +0700

----------------------------------------------------------------------
 server/app/src/main/resources/setenv.sh | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/7f0b2f82/server/app/src/main/resources/setenv.sh
----------------------------------------------------------------------
diff --git a/server/app/src/main/resources/setenv.sh b/server/app/src/main/resources/setenv.sh
new file mode 100644
index 0000000..2adce0e
--- /dev/null
+++ b/server/app/src/main/resources/setenv.sh
@@ -0,0 +1,22 @@
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+
+# In this script, one can define environment variables to run James server with in UNIX environment
+
+# This example shows you how you can, for instance, add specific folders to your CLASSPATH_PREFIX
+# 
+# export CLASSPATH_PREFIX=$CLASSPATH_PREFIX:/my/new/classpath/
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org