portal_settings.xml 2.69 KB
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<properties>
	<comment>Applicazione Http File Proxy 1.0 - sviluppo</comment>

	<!-- Mappatura DataSource, JWebber -->
	<entry key="datasource.cms">jdbc/mwm_app#MYSQL</entry> 
	<!-- <entry key="datasource.cms.readonly">jdbc/dm-master_readonly#MYSQL</entry> -->
	
	<!-- Mappatura DataSource, applicazione 
	     in caso di più datasource separare la lista con la "virgola" -->
	<entry key="datasource.application">jdbc/mwm_app#MYSQL</entry> 
	<!-- <entry key="datasource.application.readonly">jdbc/dm-master_readonly#MYSQL,jdbc/dm-stage_readonly#MYSQL</entry>  -->
	
	
	
	<!-- Maschera di definizione del vero nome del cluster legato al virtual host Tomcat 
		 Utilizzare la variabile ${hostname} -->
	<entry key="cluster.mask">${hostname}:8080</entry> 
	<!-- <entry key="cluster.backplane.mask">127.0.0.1:8080</entry>  -->	
	
	<entry key="application.domain">localhost</entry>
	<!-- Application context name, leave it blank if there isn't a context -->
	<entry key="application.context.name">fileproxy</entry>
	
	<entry key="application.http.port">8080</entry>   		<!-- leave it blank for default port 80 -->
	<entry key="application.https.port">8443</entry>		<!-- leave it blank for default port 443 -->
	
	<entry key="application.title">Http file proxy</entry>
	
	<!-- NOTA: prefisso file di configurazione lingua e path immagini -->
	<entry key="application.name">httpfileproxy</entry>
	<entry key="application.environment">sviluppo</entry>
	
	<entry key="language.default">en</entry>	
	<entry key="base.url">http://localhost:8080/fileproxy</entry>
	<!-- <entry key="base.url">http://192.168.14.42:8080/desktopmate</entry> -->
	
	<!-- Abilitazione del task, default true  -->
  	<entry key="timertask.enable">false</entry>
	
	<!-- Server di posta e webmaster -->
  	<entry key="mail.enable">true</entry>
	
	<entry key="mail.smtp.host">smtp-out.softecspa.it</entry>
	<entry key="mail.smtp.localhost"></entry>
	<entry key="mail.smtp.user"></entry>
 	<entry key="mail.smtp.password"></entry>
  	
  	<entry key="mail.from">noreply@desktopmate.net</entry>
  	<entry key="mail.to">massimiliano.veroni@softecspa.it</entry>
  	<entry key="mail.cc"></entry>
  	<entry key="mail.bcc"></entry>
  	<entry key="mail.subject">File Proxy - localhost -</entry>

	<!-- Se 'true' invia una mail al riavvio del sistema 
	     Se 'false' (default) la mail è inviata soltanto in caso di cambio di versione -->
	<entry key="mail.start.enable">false</entry>
	
	<!-- Invia una mail al verificarsi di un errore non gestito, default 'false' -->
	<entry key="mail.error.enable">false</entry>
		
</properties>