wsadmin.properties
#------------------------------------------------------------------------- # Properties file for scripting client # Cell Manager version #------------------------------------------------------------------------- # #------------------------------------------------------------------------- # The connectionType determines what connector is used. # It can be SOAP or RMI. # The default is SOAP. #------------------------------------------------------------------------- com.ibm.ws.scripting.connectionType=SOAP #com.ibm.ws.scripting.connectionType=RMI #------------------------------------------------------------------------- # The port property determines what port is used when attempting # a connection. # The default SOAP port for a cell manager is 8879 #------------------------------------------------------------------------- #com.ibm.ws.scripting.port=8879 com.ibm.ws.scripting.port=8889 #com.ibm.ws.scripting.port=2809 #------------------------------------------------------------------------- # The host property determines what host is used when attempting # a connection. # The default value is localhost. #------------------------------------------------------------------------- #com.ibm.ws.scripting.host=localhost com.ibm.ws.scripting.host=192.168.1.230 #------------------------------------------------------------------------- # The defaultLang property determines what scripting language to use. # Jacl is the sole supported language #------------------------------------------------------------------------- com.ibm.ws.scripting.defaultLang=jacl #------------------------------------------------------------------------- # The traceFile property determines where trace and logging # output are directed. If more than one user will be using # wsadmin simultaneously, different traceFile properties should # be set in user properties files. # The default is that all tracing and logging go to the console; # it is recommended that a value be specified here. # If the file name contains DBCS characters, use unicode format such as \uxxxx, where xxxx is a number #-------------------------------------------------------------------------- com.ibm.ws.scripting.traceFile=/opt/WebSphere/DeploymentManager/logs/wsadmin.traceout #------------------------------------------------------------------------- # The validationOutput property determines where validation # reports are directed. If more than one user will be using # wsadmin simultaneously, different validationOutput properties should # be set in user properties files. # The default is wsadmin.valout in the current directory. # If the file name contains DBCS characters, use unicode format such as \uxxxx, where xxxx is a number #------------------------------------------------------------------------- #com.ibm.ws.scripting.validationOutput= #------------------------------------------------------------------------- # The traceString property governs the trace in effect for # the scripting client process. # The default is no tracing. #------------------------------------------------------------------------- #com.ibm.ws.scripting.traceString=com.ibm.*=all=enabled #------------------------------------------------------------------------- # The profiles property is a list of profiles to be run before # running user commands, scripts, or an interactive shell. # securityProcs is included here by default to make security # configuration easier. #------------------------------------------------------------------------- com.ibm.ws.scripting.profiles=/opt/WebSphere/DeploymentManager/bin/securityProcs.jacl;/opt/WebSphere/DeploymentManager/bin/LTPA_LDAPSecurityProcs.jacl #------------------------------------------------------------------------- # The emitWarningForCustomSecurityPolicy property controls whether # message WASX7207W is emitted when custom permissions are found. # Possible values are: true, false # The default is "true" #------------------------------------------------------------------------- # com.ibm.ws.scripting.emitWarningForCustomSecurityPolicy=true #------------------------------------------------------------------------- # The tempdir property determines what directory to use for temporary # files when installing applications. # The default is that the JVM decides -- this is java.io.tmpdir #------------------------------------------------------------------------- #com.ibm.ws.scripting.tempdir= #------------------------------------------------------------------------- # The validationLevel property determines what level of validation to # use when configuration changes are made from the scripting interface. # Possible values are: NONE, LOW, MEDIUM, HIGH, HIGHEST # The default is HIGHEST #------------------------------------------------------------------------- #com.ibm.ws.scripting.validationLevel= #------------------------------------------------------------------------- # The crossDocumentValidationEnabled property determines whether the validation # mechanism examines other documents when changes are made to one document. # Possible values are: true, false # The default is true #------------------------------------------------------------------------- #com.ibm.ws.scripting.crossDocumentValidationEnabled= #------------------------------------------------------------------------- # The classpath property is appended to the list of paths to search for # classes and resources. # There is no default value. #------------------------------------------------------------------------- #com.ibm.ws.scripting.classpath=