First Commit - Source Code from Reply
This commit is contained in:
91
dbcmnpsrc/GW/mnpapp/properties/resources.properties
Normal file
91
dbcmnpsrc/GW/mnpapp/properties/resources.properties
Normal file
@@ -0,0 +1,91 @@
|
||||
#url degli AOM
|
||||
blui=https://www.mnp.blu.it/receive
|
||||
h3gi=https://mnp.h3g.it/OLOGW/receive.asp
|
||||
opiv=https://mnp-gw.vodafone.it/receive.asp
|
||||
wind=https://mnp.wind.it/receive.asp
|
||||
npts=https://numerazione.istsupcti.it/mnp/servlet/receive
|
||||
nova=https://olofe.noverca.com:7443/NovercaFE/receive
|
||||
tlc=https://fenpproxy:8443/fenpgw/upload
|
||||
lmit=https://mnp.lycamobile.it/RequestReceiver.svc/GetRequest
|
||||
pmob=https://ologw.postemobile.it/TIMG/receive
|
||||
btit=https://mnp.italia.bt.com/receive.asp
|
||||
dmob=https://mnp.digimobil.it:14443/webTIMG/receive
|
||||
mund=xxx
|
||||
fast=xxx
|
||||
wlim=xxx
|
||||
ilit=xxx
|
||||
pltn=https://testmnp.plintron.it:4448/
|
||||
#pltn=https://mnp.plintron.it:4448/
|
||||
|
||||
|
||||
# URL del servlet di DBC BE che riceve
|
||||
InternalReceiverURL=https://dbcesefelb.rm.tim.it:7502/receive
|
||||
|
||||
# Impostata a yes in fase di test (no altrimenti)
|
||||
test=no
|
||||
|
||||
# Imposta l'URL a cui spedire i file in fase di test
|
||||
testURL=
|
||||
|
||||
# Configurazione Proxy
|
||||
EnableProxy=no
|
||||
HOSTPROXY=DA_IMPLEMENTARE
|
||||
PORTPROXY=DA_IMPLEMENTARE
|
||||
|
||||
# Configurazione HTTPS, SSL
|
||||
INTERNAL_HTTPS_FLAG=true
|
||||
INTERNAL_SSL_FLAG=true
|
||||
INTERNAL_PROXY_FLAG=false
|
||||
EXTERNAL_HTTPS_FLAG=true
|
||||
EXTERNAL_SSL_FLAG=true
|
||||
EXTERNAL_PROXY_FLAG=false
|
||||
SSL_KEYSTORE=/mnpapp/cert/mnpkeystore
|
||||
SSL_TRUSTKEYSTORE=/mnpapp/cert/mnpCAkeystore
|
||||
SSL_PRIVATEKEY_ALIAS=mnpkey
|
||||
{3DES}SSL_PRIVATEKEY_ALIAS_PWD={3DES}mbxUzDRyUcrk5g+h6Ib+Fw==
|
||||
|
||||
#Path dei file di log dei processi
|
||||
LOG_PATH=/mnpapp/log/app/
|
||||
|
||||
#path per il rinvio dei file da FE a BE
|
||||
path_file_rinvio=/mnpapp/RinvioXML/
|
||||
|
||||
#path per il rinvio dei file di warning
|
||||
#RIL_827-833-834 del 31/07/2003
|
||||
path_file_rinvio_warning=/mnpapp/RinvioXMLWarning/
|
||||
|
||||
# path del file XML contenente i log
|
||||
path_file_XMLLOG=/mnpapp/properties/log_fe.xml
|
||||
|
||||
## RIL_1052 del 14/12/2003
|
||||
#Time out della connessione HTTP in minuti
|
||||
HTTP_TIMEOUT=4
|
||||
## PER INTERFACCIARSI AL DOMINIO FE
|
||||
FE.WLSERVER.CONTEXT.FACTORY=weblogic.jndi.WLInitialContextFactory
|
||||
FE.WLSERVER.URL=t3s://dbcesefe1.rm.tim.it:7502,dbcesefe2.rm.tim.it:7502
|
||||
FE.WLSERVER.USER=weblogic
|
||||
{3DES}FE.WLSERVER.USER.PWD=
|
||||
FE.FEPROXY.JNDI_NAME=ejb/FrontendProxyEJB
|
||||
|
||||
|
||||
##########################################################################
|
||||
#Configurazione log di sicurezza
|
||||
#Directory in cui creare il file di tracciamento
|
||||
tracciamento.dir=/mnpapp/log/security/
|
||||
|
||||
#Nome del file di tracciamento a cui verrà aggiunta la data del giorno e l'estensione .log
|
||||
tracciamento.filename=security
|
||||
|
||||
#Layout pattern usato dall'appender di LOG4J (non modificare)
|
||||
tracciamento.pattern=%d{yyyy-MM-dd-HH-mm-ss} %-5p %m%n
|
||||
|
||||
#nome (completo) del file XML contenente le associazioni codice descrizione per Action e retCode
|
||||
XML_SECURITY_LOG_PATH=/mnpapp/properties/logsicurezza.xml
|
||||
|
||||
|
||||
#log4j base
|
||||
log4j.logger.org.apache = ERROR, stdout
|
||||
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
|
||||
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
|
||||
log4j.appender.stdout.layout.ConversionPattern=%d %5p [%t] (%F:%L) - %m%n
|
||||
##########################################################################
|
||||
Reference in New Issue
Block a user