The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Web::VNC - Support for remote maintenance

SYNOPSIS

Adds support for remote maintenance via VNC

DESCRIPTION

Provides remote maintenance. This is supposed to be used in conjunction with the computer database and FileMan.

Configuration

    <module>
        <modname>vnc</modname>
        <pm>VNC</pm>
        <options>
            <minport>40000</minport>
            <maxport>41000</maxport>
            <select>
                <pagetitle>VNC</pagetitle>
                <webpath>/vnc/select</webpath>
            </select>
            <displaywait>
                <pagetitle>VNC</pagetitle>
                <webpath>/vnc/display/wait</webpath>
            </displaywait>
            <displayshow>
                <pagetitle>VNC</pagetitle>
                <webpath>/vnc/display/show</webpath>
            </displayshow>
            <ajaxtunnel>
                <pagetitle>VNC Ajax Tunnel</pagetitle>
                <webpath>/vnc/ajax/tunnel</webpath>
            </ajaxtunnel>
            <ajaxrefresh>
                <pagetitle>VNC Ajax Refresh</pagetitle>
                <webpath>/vnc/ajax/refresh</webpath>
            </ajaxrefresh>
            <db>maindb</db>
            <memcache>memcache</memcache>
            <session>sessionsettings</session>
        </options>
    </module>

get_select

Select the computer to connect to.

get_show

Opens the VNCViewer Java applet page

get_wait

The wait page while the background worker opens the proxy tunnel.

get_refresh

AJAX callback to keep the tunnel status active.

get_tunnelstatus

AJAX callback to get the current tunnel status.

SEE ALSO

Maplat::Web

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.