Dynmap with webserver get black screen.

Discussion in 'Bukkit Help' started by PindapowerNL, Oct 10, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    PindapowerNL

    Hello,

    Is was testing dynmap out. It is a nice plugin to have. I have seen then you can port forwarde you dynmap. From youserver-ip:8123 to yourserver-ip/dynmap. But i get a black screen: 85.17.134.88/dynmap/
    I have follow this guide, it is old i now. But im hoping you can help me.
    I install the update version of bukkit and dynmap
    https://github.com/webbukkit/dynmap/wiki/Setting-up-Dynamic-Map-with-Apache-httpd-under-Arch-Linux

    [​IMG]Syfaro, on 10 October 2012 - 10:30 PM, said:
    The issue is that some of dynmap's files are missing (or so it appears).

    Are you sure that you've got all the files where they should be?
    .
    To be sure, i have cope the file file to the folder dymap. Also I have copy all the files in the folder web to the folder dynmap
    So in my dynmap files containt the next file: css, images, js, standolone, tiles, web, config.js, gettiles.php, inactive.html, index.html, login.html, up.aspx, up.php and version.js

    [​IMG]pindapowerNL, on 11 October 2012 - 08:32 AM, said:
    .
    To be sure, i have cope the file file to the folder dymap. Also I have copy all the files in the folder web to the folder dynmap
    So in my dynmap files containt the next file: css, images, js, standolone, tiles, web, config.js, gettiles.php, inactive.html, index.html, login.html, up.aspx, up.php and version.js
    I find the problem. In my webserver I use virtualhost like: </virtualhost>
    But all of the setting must be in the virtualhost. So it look like:

    <VirtualHost yourwebsite:80>
    ServerAdmin admin@youwebsite
    DocumentRoot documentlocation
    ServerName ..................
    ErrorLog /yourwebsite/errorlog
    CustomLog /yourwebsite/customlog common

    Alias /dynmap/tiles /yourwebsite/plugins/dynmap/web/tiles/

    RewriteEngine on
    RewriteRule /dynmap/up/(.*) http://localhost:8123/up/$1 [P,L]
    RewriteRule /dynmap/standalone/(.*) http://localhost:812...3/standalone/$1 [P,L]

    <Directory /yourwebsite/plugins/dynmap/web/tiles/>
    Order allow,deny
    Allow from all
    </Directory>

    <Proxy http://localhost:8123/*>
    Order deny,allow
    Allow from all
    </Proxy>
    </VirtualHost>
    Thanks for your help

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
Thread Status:
Not open for further replies.

Share This Page