Author: danhaywood
Date: Mon Dec 17 18:40:54 2012
New Revision: 1423091

URL: http://svn.apache.org/viewvc?rev=1423091&view=rev
Log:
isis site - page on deploymentType defaults

Modified:
    isis/site/trunk/content/core/deployment-type.md
    isis/site/trunk/content/core/inmemory-profilestore.md

Modified: isis/site/trunk/content/core/deployment-type.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/deployment-type.md?rev=1423091&r1=1423090&r2=1423091&view=diff
==============================================================================
--- isis/site/trunk/content/core/deployment-type.md (original)
+++ isis/site/trunk/content/core/deployment-type.md Mon Dec 17 18:40:54 2012
@@ -66,15 +66,11 @@ For the [scimpi](../component/viewer/sci
 
 If running these viewers using the 
[WebServer](https://raw.github.com/apache/isis/master/core/webserver/src/main/java/org/apache/isis/core/webserver/WebServer.java),
 then the `deploymentType` can be overridden at the command line:
 
-<pre>
--t server_prototype
-</pre>
+    -t server_prototype
 
 or using the long form:
 
-<pre>
---type server_exploration
-</pre>
+    --type server_exploration
 
 Only `server_*`-style `deploymentType`s should be specified (it has a bearing 
on the way that Isis does its session management).
 
@@ -100,15 +96,11 @@ The Wicket mode is set in the usual way 
 
 For the [dnd](../component/viewer/dnd/about.html) viewer, the `deploymentType` 
is specified at the command-line, for example:
 
-<pre>
--t prototype
-</pre>
+    -t prototype
 
 or using the long form:
 
-<pre>
---type exploration
-</pre>
+    --type exploration
 
 The default if not specified is `PROTOTYPE`.
 
@@ -122,8 +114,8 @@ For example:
 <pre>
 isis.authentication=ldap
 isis.authorization=file
-isis.persistence=datanucleus
-isis.profilestore=in-memory    # the default anyway
+isis.persistor=datanucleus           # ie object store
+isis.user-profile-store=in-memory    # ie profile store
 </pre>
 
 The available values are registered in 
[installer-registry.properties](https://raw.github.com/apache/isis/master/core/runtime/src/main/resources/org/apache/isis/core/runtime/installer-registry.properties);
 alternatively the fully qualified class name can be specified.  

Modified: isis/site/trunk/content/core/inmemory-profilestore.md
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/content/core/inmemory-profilestore.md?rev=1423091&r1=1423090&r2=1423091&view=diff
==============================================================================
--- isis/site/trunk/content/core/inmemory-profilestore.md (original)
+++ isis/site/trunk/content/core/inmemory-profilestore.md Mon Dec 17 18:40:54 
2012
@@ -1,4 +1,4 @@
-Title: In-memory Object Store
+Title: In-memory Profile Store
 
 {stub
 This page is a stub.


Reply via email to