From 85e6882988e8808031d678b563dac6d6c2c1a40d Mon Sep 17 00:00:00 2001 From: Kilandor Date: Sat, 26 Feb 2011 00:59:10 -0800 Subject: [PATCH] Updated Setting up without the Internal Web Server(Advanced) (mediawiki) --- ...up-without-the-Internal-Web-Server(Advanced).mediawiki | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Setting-up-without-the-Internal-Web-Server(Advanced).mediawiki b/Setting-up-without-the-Internal-Web-Server(Advanced).mediawiki index 4841e8c..1a9e9f1 100644 --- a/Setting-up-without-the-Internal-Web-Server(Advanced).mediawiki +++ b/Setting-up-without-the-Internal-Web-Server(Advanced).mediawiki @@ -1,3 +1,5 @@ +'''Due to the nature of this method all features of Dynmap may not yet be working. See The list at the bottom of the page.''' + This page assumes * You are reasonably experienced with the standalone web server you are using. @@ -72,4 +74,8 @@ RewriteRule ^up/configuration$ dynmap_config.json [L] RewriteRule ^up/world/(.+)/(.*)$ dynmap_$1.json [L] ``` -Now refresh your browser. It should now display online players on *http://mywebserver/dynmap/*, keeping them up-to-date. \ No newline at end of file +Now refresh your browser. It should now display online players on *http://mywebserver/dynmap/*, keeping them up-to-date. + +
+This is a list of features not yet working/implemented/workaround, for standalone servers. The reason is since there is no live communication between client <-> server work arounds have to be made such as reading/writing files. +* Website -> Server Chat \ No newline at end of file