Obtain the name of the local web server.

1 net.getLocalHostName

<net.getLocalHostName />
Example
Copy
<xsql-script name='net_LocalHostName1'>
    <body>
        <println><net.getLocalHostName/></println>
    </body>
</xsql-script>

Notas

The name of the local web server will be shown on screen.