Advertisement
Guest User

Untitled

a guest
Nov 30th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.05 KB | None | 0 0
  1. <server description="new server">
  2.  
  3.     <!-- Enable features -->
  4.     <featureManager>
  5.         <feature>jsp-2.2</feature>
  6.         <feature>localConnector-1.0</feature>
  7.         <feature>ejbLite-3.1</feature>
  8.         <feature>jdbc-4.0</feature>
  9.         <feature>jndi-1.0</feature>
  10.         <feature>wmqJmsClient-1.1</feature>
  11.     </featureManager>
  12.  
  13.     <!-- To access this server from a remote client add a host attribute to the following element, e.g. host="*" -->
  14.     <httpEndpoint host="*" httpPort="9080" httpsPort="9443" id="defaultHttpEndpoint"/>
  15.  
  16.     <applicationMonitor updateTrigger="mbean"/>
  17.  
  18.     <library id="OracleLib">
  19.         <fileset dir="C:/Users/PF116439/Documents" includes="ojdbc6.jar"/>
  20.     </library>
  21.  
  22. <!--    <dataSource id="mrhIdDB" jndiName="jdbc/mrhOracle"> -->
  23. <!--        <jdbcDriver libraryRef="OracleLib"/> -->
  24. <!--        <properties.oracle URL="jdbc:oracle:thin:@//naboo2.intranet.certant.com:1521/naboo12c" password="mrh_test" user="mrh_test"/> -->
  25. <!--    </dataSource> -->
  26.    
  27.     <dataSource id="mrhIdDB" jndiName="jdbc/mrhOracle">
  28.         <properties.oracle URL="jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=exa02-scan)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=racd24)))" password="banco123" user="mrhdevappl"/>
  29.         <jdbcDriver libraryRef="OracleLib"/>
  30.     </dataSource>
  31.    
  32.     <variable name="wmqJmsClient.rar.location" value="C:/Users/PF116439/Documents/Was8_5_5_Liberty_Extended/wmq/wmq.jmsra.rar"/>
  33.    
  34.     <jmsQueue id="MRH_IN_QUEUE" jndiName="jms/mrhInQueue">
  35.         <properties.wmqJms baseQueueName="SA_TO_MRH"/>
  36.     </jmsQueue>
  37.    
  38.     <jmsQueue id="MRHMT_IN_QUEUE" jndiName="jms/mrhMtInQueue">
  39.         <properties.wmqJms baseQueueName="SA_MT_TO_MRH"/>
  40.     </jmsQueue>
  41.    
  42.     <jmsQueue id="MRH_OUT_QUEUE" jndiName="jms/mrhOutQueue">
  43.         <properties.wmqJms baseQueueName="MRH_TO_SA"/>
  44.     </jmsQueue>
  45.    
  46.     <jmsQueue id="MRH_TO_CUENTAS" jndiName="jms/mrhToCuentas">
  47.         <properties.wmqJms baseQueueName="MRH_TO_CUENTAS"/>
  48.     </jmsQueue>
  49.    
  50.     <jmsQueue id="CUENTAS_TO_MRH" jndiName="jms/cuentasToMrh">
  51.         <properties.wmqJms baseQueueName="CUENTAS_TO_MRH"/>
  52.     </jmsQueue>
  53.  
  54.         <!-- channel="SYSTEM.DEF.SVRCONN" -->
  55.     <jmsQueueConnectionFactory id="MRH_CONN_FACTORY" jndiName="jms/mrhQueueFactory"><!-- connectionManagerRef="ConMgr2">-->
  56.         <properties.wmqJms channel="DEFAULT" hostName="contoso.intranet.certant.com" port="1414" queueManager="Itau_QueueManager"/>
  57.     </jmsQueueConnectionFactory>
  58.    
  59.     <jmsQueue id="MRH_SESSION_QUEUE" jndiName="jms/MQMLTTopic">
  60.         <properties.wmqJms baseQueueName="MCU_Sesion"/>
  61.     </jmsQueue>
  62.    
  63.     <jmsQueueConnectionFactory id="MRH_CONN_FACTORY_SESSION_CONTROL" jndiName="jms/MQMLTConnectionFactory">
  64.         <properties.wmqJms channel="DEFAULT" hostName="itau-vm.intranet.certant.com" port="1414" queueManager="QM_copacabana"/>
  65.     </jmsQueueConnectionFactory>
  66.  
  67.     <enterpriseApplication id="MRH_Estatico_EAR" location="MRH_Estatico_EAR-1.0.ear" name="MRH_Estatico_EAR"/>
  68.  
  69.     <enterpriseApplication id="MRHEAR" location="MRHEAR-1.0.ear" name="MRHEAR"/>
  70. </server>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement