# jwc.properties # # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. # NAME # jwc.properties - Properties file read during Tomcat startup. # # DESCRIPTION # This file contains information for JWC. # # NOTES # None # # MODIFIED (MM/DD/YY) # lluis 04/20/16 - Define oracle.jwc.tls.rmi.clientfactory property # gmaldona 01/19/16 - Add oracle.jwc.lifecycle.start.log.fileName # lluis 10/13/15 - Add clientAuth, reloadableTrustMgr # properties # gmaldona 05/19/15 - Add oracle.http.url and oracle.rmi.url # gmaldona 04/23/15 - created # Login Module Configuration oracle.jmx.login.credstore=CRSCRED oracle.jmx.login.args=DOMAIN=dbwlm # URLS for RMI and HTTP oracle.rmi.url=service:jmx:rmi:///jndi/rmi://{0}:{1,number,#}/jmxrmi oracle.http.url=http://{0}:{1,number,#}/dbwlm/dbwlm # Client authentication required oracle.jwc.tls.clientauth=false # RMIClientSocketFactory type to use by the JWC container. Three # possible values: STANDARD, RELOADABLE, QOS oracle.jwc.tls.rmi.clientfactory=QOS # Startup log file oracle.jwc.lifecycle.start.log.fileName=JWCStartEvent.log