Products Downloads


French version


 

The wagon.xml file contains the web application configuration elements.

<?xml version="1.0" encoding="UTF-8"?>
<tns:configuration xmlns:tns="http://www.hardis.fr/wagon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.hardis.fr/wagon wagon.xsd ">
       <realms>
        <realm name="adelia" loginModuleName="AnonymousLoginModule" className="com.hardis.adelia.cloud.security.realms.AnonymousRealm"/>
    </realms>
    <loginModules>
        <loginModule name="AnonymousLoginModule" className="com.hardis.adelia.cloud.security.loginmodules.anonymous.AnonymousLoginModule"/>
    </loginModules>
    <virtualFileSystems>
         <virtualFileSystem name="HOME" fileSystemProviderClassName="com.hardis.wagon.impl.vfs.WagonDefaultFileSystem" rootPath="d:/temp/vfs/user"/>
         <virtualFileSystem name="TEMP" fileSystemProviderClassName="com.hardis.wagon.impl.vfs.WagonDefaultFileSystem" rootPath="d:/temp/vfs/temp"/>
         <virtualFileSystem name="C" fileSystemProviderClassName="com.hardis.wagon.impl.vfs.WagonDefaultFileSystem" rootPath="d:/temp/vfs/fake_c"/>
    </virtualFileSystems><desktops>
       <desktopApplication name="default" className="com.hardis.adelia.cloud.desktop.impl.AdeliaDesktop" workingDirectory="HOME:/" parameters="" logoutURL="logout.jsp"/>
</desktops>
   <userConfiguration driverClassName="org.hsqldb.jdbcDriver" url="jdbc:hsqldb:file:d:/temp/vfs/wagonSettings;shutdown=true"/>
        <startup>        
<startupModule name="AdelInit" className="com.hardis.adelia.cloud.core.AdelInit" />
        </startup>
</tns:configuration>



Ordered list of the configuration child elements:



↑ Top of page

  • Aucune étiquette