Advertisement
Guest User

Untitled

a guest
Aug 11th, 2017
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. <server description="OCI WLP">
  2.  
  3. <!-- Enable features -->
  4. <featureManager>
  5. <feature>jsp-2.2</feature>
  6. <feature>localConnector-1.0</feature>
  7. <feature>jaxrs-1.1</feature>
  8. <feature>cdi-1.0</feature>
  9. <feature>jpa-2.0</feature>
  10. <feature>ejbLite-3.1</feature>
  11. <feature>jsf-2.0</feature>
  12. <feature>appSecurity-2.0</feature>
  13. <feature>ldapRegistry-3.0</feature>
  14. <feature>jaxws-2.2</feature>
  15. <feature>jaxb-2.2</feature>
  16. <feature>jndi-1.0</feature>
  17. <feature>jdbc-4.0</feature>
  18. <feature>jmsMdb-3.1</feature>
  19. <feature>managedBeans-1.0</feature>
  20. <feature>wasJmsServer-1.0</feature>
  21. <feature>wasJmsClient-1.1</feature>
  22. <feature>servlet-3.0</feature>
  23. <feature>webProfile-6.0</feature>
  24. <feature>beanValidation-1.0</feature>
  25. <feature>wsSecurity-1.1</feature>
  26. </featureManager>
  27.  
  28. <!-- To access this server from a remote client add a host attribute to the following element, e.g. host="*" -->
  29. <httpEndpoint host="*" httpPort="9084" httpsPort="9444" id="defaultHttpEndpoint"/>
  30.  
  31. <!-- CONFIGURATION DATASOURCE -->
  32. <dataSource id="Datasource" jndiName="jdbc/pos/gen/oci">
  33. <jdbcDriver javax.sql.ConnectionPoolDataSource="org.postgresql.ds.PGConnectionPoolDataSource" libraryRef="PostgreSQLLib"/>
  34. <properties databaseName="postgres" password="oci" portNumber="5432" serverName="51.254.147.194" user="oci"/>
  35. </dataSource>
  36.  
  37. <!-- CONFIGURATION DRIVER -->
  38. <library id="PostgreSQLLib">
  39. <fileset dir="C:\dev\Drivers" includes="postgresql-9.4-1200-jdbc4.jar"/>
  40. </library>
  41.  
  42. <!-- LIBRAIRIES PRESENTES DANS WAS -->
  43. <library id="Mail">
  44. <fileset dir="C:\dev\repository\javax\mail\mail\1.4.7" includes="mail-1.4.7.jar"/>
  45. </library>
  46.  
  47. <!-- CONFIGURATION JAAS (MOE) -->
  48. <!-- <ldapRegistry baseDN="dc=oseo,dc=fr" bindDN="cn=meibo,dc=oseo,dc=fr" bindPassword="@meibo@" certificateMapMode="EXACT_DN" host="t0x49.cepme150.fr" id="itds-moa-oseo" ldapType="IBM Tivoli Directory Server" port="1389" realm="LdapRegistry" returnToPrimaryServer="false" reuseConnection="false">
  49. <idsFilters groupFilter="(&amp;(cn=%v)(objectclass=groupOfNames))" groupMemberIdMap="*:member" userFilter="(&amp;(cn=%v)(objectClass=person))"/>
  50. </ldapRegistry> -->
  51.  
  52. <!-- CONFIGURATION DU SSO -->
  53. <basicRegistry id="basic" ignoreCaseForAuthentication="false">
  54. <user name="M02432" password="M02432"/>
  55. <user name="M08081" password="M08081"/>
  56. <user name="M03658" password="M03658"/>
  57.  
  58. <group name="OCI_USER_GROUPE"> <!-- profil Visiteur -->
  59. <member name="M02432"/>
  60. </group>
  61. <group name="OCI_ADMIN_GROUPE"> <!-- profil Administrateur -->
  62. <member name="M08081"/>
  63. </group>
  64. <group name="OCI_GEST_GROUPE"> <!-- profil Gestionnaire -->
  65. <member name="M03658"/>
  66. </group>
  67. </basicRegistry>
  68.  
  69. <webAppSecurity ssoUseDomainFromURL="true"/>
  70.  
  71. <applicationMonitor dropins="dropins" dropinsEnabled="true" pollingRate="2000ms" updateTrigger="mbean"/>
  72. <config monitorInterval="2000ms" updateTrigger="polled"/>
  73.  
  74. <!-- Variables JNDI -->
  75. <!-- Logs -->
  76. <jndiEntry id="ociwebesb-log4j2-vars-logDir" jndiName="param/ociwebesb/log4j2/vars/logDir" value="C:\logs\ESB"/>
  77. <jndiEntry id="ociwebesb-log4j2-loggers-fr-oseo-cof-oci" jndiName="param/ociwebesb/log4j2/loggers/fr-oseo-cof-oci" value="INFO,Console"/>
  78.  
  79. <!-- Cassiopae -->
  80. <jndiEntry id="ociwebesb-oci-web-endpoint-cassiopaeEndpoint" jndiName="param/ociwebesb/oci-web/cassiopaeRestService/cassiopaeEndpoint" value="http://51.254.147.203:8088/restServiceCassiopae/ExtractContract/"/>
  81. <!-- GDC -->
  82. <jndiEntry id="ociwebesb-oci-web-endpoint-gdcEndpoint" jndiName="param/ociwebesb/oci-web/gdcRestService/gdcEndpoint" value="http://51.254.147.203:8088/gdcwsdc/rest/v1/dossiercommercial/"/>
  83. <!-- BDF -->
  84. <jndiEntry id="ociwebesb-oci-web-endpoint-bdfEndpoint" jndiName="param/ociwebesb/oci-web/bdfRestService/bdfEndpoint" value="http://51.254.147.203:8088/bcp-rs-tiers/rest/v1/"/>
  85. <!-- Entreprise Rest BCP -->
  86. <jndiEntry id="ociwebesb-oci-web-endpoint-bcpEndpoint" jndiName="param/ociwebesb/oci-web/bcpRestService/bcpEndpoint" value="http://51.254.147.203:8088/bcp-rs-tiers/rest/v1/"/>
  87.  
  88.  
  89.  
  90. <!-- Connexion/déconnexion -->
  91. <jndiEntry id="ociwebesb-oci-web-endpoint-passAnnuaireEndpoint" jndiName="param/ociwebesb/oci-web/endpoint/passAnnuaireEndpoint" value="http://51.254.147.203:8088/mockannuaireUtilisateursBinding"/>
  92. <jndiEntry id="ociwebesb-oci-web-endpoint-passMotDePasseEndpoint" jndiName="param/ociwebesb/oci-web/endpoint/passMotDePasseEndpoint" value="http://51.254.147.203:8080/mock_pass_motdepasse_v1/mockmotDePasseBinding"/>
  93. <jndiEntry id="ociwebesb-oci-web-endpoint-useSoftwareAuthentication" jndiName="param/ociwebesb/oci-web/endpoint/useSoftwareAuthentication" value="true"/>
  94. <jndiEntry id="ociwebesb-oci-banner-endpoint-passAnnuaireEndpoint" jndiName="param/ociwebesb/oci-banner/endpoint/passAnnuaireEndpoint" value="http://51.254.147.203:8080/mock_pass_utilisateurs_v1/mockannuaireUtilisateursBinding1"/>
  95. <jndiEntry id="ociwebesb-oci-web-accountlogin-url-activationCompte" jndiName="param/ociwebesb/oci-web/accountLoginService/urlActivationCompte" value="http://d0042.bpi.fr:9083/oci-web/"/>
  96.  
  97. <enterpriseApplication id="ociwebesb" location="ociwebesb.ear" name="ociwebesb"/>
  98. </server>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement