All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vibed.conf.server.xml.ftl Maven / Gradle / Ivy

The newest version!
[#ftl]
<?xml version="1.0" encoding="UTF-8"?>
<Server ips="[#list ips as ip]${ip}[#if ip_has_next],[/#if][/#list]" port="${server.http}" >
   [#list webapps as webapp]
   <Context path="${webapp.contextPath}"/>
   [/#list]
</Server>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy