Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    $svcserver->setServerStatus("stopping");
    $svcserver->shutdown;
    $svcserver->setServerStatus("stopped");
    
  2. or download this
    package MaplatSVCLinux;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    
    <maplatsvc>
    ...
            <lifetick>60</lifetick>
        </module>
    </maplatsvc>
    
  4. or download this
    #!/bin/bash
    
    ...
    cd /home/cavac/src/maplat_prodit/server
    perl maplat_svc_linux.pl start configs/rbssvc.xml &>/dev/null &
    echo MAPLAT Background startup initiated...
    
  5. or download this
    #!/bin/bash
    
    ...
    
    cd /home/cavac/src/maplat_prodit/server
    perl maplat_svc_linux.pl stop configs/rbssvc.xml