# IGNITE-45 - Renaiming
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/0a347828 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/0a347828 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/0a347828 Branch: refs/heads/ignite-release-test-no-mod Commit: 0a347828a0384244f8165446948542541c6a0ca4 Parents: aa11dda Author: Valentin Kulichenko <vkuliche...@gridgain.com> Authored: Mon Mar 23 02:17:08 2015 -0700 Committer: Valentin Kulichenko <vkuliche...@gridgain.com> Committed: Mon Mar 23 02:17:08 2015 -0700 ---------------------------------------------------------------------- examples/config/filesystem/readme.txt_ | 8 ++++++++ examples/config/hibernate/readme.txt_ | 8 ++++++++ examples/config/servlet/readme.txt_ | 8 ++++++++ 3 files changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0a347828/examples/config/filesystem/readme.txt_ ---------------------------------------------------------------------- diff --git a/examples/config/filesystem/readme.txt_ b/examples/config/filesystem/readme.txt_ new file mode 100644 index 0000000..c01881c --- /dev/null +++ b/examples/config/filesystem/readme.txt_ @@ -0,0 +1,8 @@ +FileSystem Configuration Example +-------------------------------- + +This folder contains configuration files for IgniteFs examples located in +org.apache.ignite.examples.fs package. + +- example-igfs.xml file is used to start Apache Ignite nodes with IgniteFS configured +- core-site.xml file is used to run Hadoop FS driver over IgniteFs http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0a347828/examples/config/hibernate/readme.txt_ ---------------------------------------------------------------------- diff --git a/examples/config/hibernate/readme.txt_ b/examples/config/hibernate/readme.txt_ new file mode 100644 index 0000000..5b7ab29 --- /dev/null +++ b/examples/config/hibernate/readme.txt_ @@ -0,0 +1,8 @@ +Hibernate L2 Cache Configuration Example +---------------------------------------- + +This folder contains example-hibernate-L2-cache.xml file that demonstrates +how to configure Hibernate to use Apache Ignite cache as an L2 cache provider. + +This file is also used in Hibernate example located in org.apache.ignite.examples.datagrid.hibernate +package. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0a347828/examples/config/servlet/readme.txt_ ---------------------------------------------------------------------- diff --git a/examples/config/servlet/readme.txt_ b/examples/config/servlet/readme.txt_ new file mode 100644 index 0000000..20d4b90 --- /dev/null +++ b/examples/config/servlet/readme.txt_ @@ -0,0 +1,8 @@ +Servlet Configuration Example +----------------------------- + +This folder contains web.xml file that demonstrates how to configure any servlet container +to start a Apache Ignite node inside a Web application. + +For more information on available configuration properties, etc. refer to our documentation: +http://apacheignite.readme.io/docs/web-session-clustering