<?xml version="1.0" encoding="ISO-8859-1"?>
<spooler>
    <config spooler_id=""
            tcp_port="4444"
            udp_port="4444"
            mail_xslt_stylesheet="config/scheduler_mail.xsl">


        <!-- include one of the job implementations for Web Services -->

        <base file="scheduler_shell_webservice_java.xml"/>

        <!--
        <base file="scheduler_shell_webservice_javascript.xml"/>
        -->
        
        <!--
        <base file="scheduler_shell_webservice_perlscript.xml"/>
        -->
        

        <!-- host name, IP address or network address of hosts, that are allowed to communicate with the job scheduler -->
        <security ignore_unknown_hosts="yes">
            <allowed_host host="0.0.0.0"
                          level="all"/>
        </security>

    </config>
</spooler>
