Author: scottbw
Date: Fri Jul 6 14:36:50 2012
New Revision: 1358242
URL: http://svn.apache.org/viewvc?rev=1358242&view=rev
Log:
Removed admin UI info, added links to server admin page
Modified:
incubator/wookie/site/trunk/content/wookie/docs/developer/running.mdtext
Modified:
incubator/wookie/site/trunk/content/wookie/docs/developer/running.mdtext
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/developer/running.mdtext?rev=1358242&r1=1358241&r2=1358242&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/developer/running.mdtext
(original)
+++ incubator/wookie/site/trunk/content/wookie/docs/developer/running.mdtext
Fri Jul 6 14:36:50 2012
@@ -16,7 +16,7 @@ Notice: Licensed to the Apache Softwa
specific language governing permissions and limitations
under the License.
-This page documents the various ways of running Wookie.
+This page documents the various ways of running Wookie. See also the [Server
Administration][1] documentation for more details on initial server
configuration such as security settings.
## Running Wookie in "standalone" mode
@@ -35,13 +35,14 @@ To run the development server without cl
Once the server is running go to http://localhost:8080/wookie
-To access the administration menu (http://localhost:8080/wookie/admin) use the
username 'java' and password 'java'.
-
If you want to start with a completely clean build then use:
cd PROJECT_HOME_DIRECTORY
ant clean-build run
+Note that running in standalone mode uses a number of defaults, including a
default admin user name and password, and a default API key, all of
+which should be changed on a server that is publicly available; see the
[Server Administration][1] guide for more details.
+
### Running options
To set run mode options you can either add properties to the
local.build.properties file or you can pass properties in via the command line
using -Drun.args="<property_name>=<property_value>
<property_name>=<property_value>". For example:
@@ -135,6 +136,8 @@ You will need to create a user with the
<role rolename="widgetadmin"/><user username="java" password="java"
roles="widgetadmin"/>
+(Where "java" is your own admin username and password. See also the [server
administration][2] guide for other security information)
+
If you have previously used Wookie in standalone deployment, to ensure the
right scripts are included in the build you need to run:
ant clean-build
@@ -259,4 +262,8 @@ Note you need to set your proxy configur
widget.proxy.hostname=my.wookie.org
widget.proxy.port=80
-Note that it is not currently possible to alter the servlet context name using
a virtual host (e.g. mapping http://wookie.me.org to /wookie).
\ No newline at end of file
+Note that it is not currently possible to alter the servlet context name using
a virtual host (e.g. mapping http://wookie.me.org to /wookie).
+
+
+ [1]: ../admin.html
+ [2]: ../admin.html
\ No newline at end of file