Runtime Defaults There are several DATPROF Runtime settings with an installation default.Network portnumbersWhatPortProperty nameRemarkRuntime Portnumber7070server.portThis is the main port to acces your Runtime application.It is the port Apache Tomcat is started with.Active MQ61616broker.jms.portActive MQ Stomp Support61613broker.stomp.portHSQLDB Database9001db.urldb.portWhen using the default the url can be used without a port numebr.When using an alternative port number it should appear in the url too.So:db.url=jdbc\:hsqldb\:hsql\://localhost:/runtimedb.port=9001ordb.url=jdbc\:hsqldb\:hsql\://localhost/runtimedb.port=9001Runtime Java vm ParametersNo special settings are provided.All settings can be set in <RuntimeInstallationFolder>\bin\setenv.batAgent Java vm ParametersNo special settings are provided.By default you cannot change the settings for the agents started from within Runtime.Check the DATPROF knowledgebase about a method to adjust Runtime agent vm settings when starting agents manually. ApplicationApplication ParameterDPF_SCRATCH_DIRValue: <RuntimeDataFolder>/agents/<RunId>/scratchAdjustableyes, Add to Environment parameters.This parameter is by default not visible in the Parameters screen!To use it in your code or scripts: ${dpf.parameters.DPF_SCRATCH_DIR}Application ParameterDPF_ARTIFACTS_DIRValue: <RuntimeDataFolder>/Projects/<ProjectId>/environments/<EnvironmentId>/runs/<RunId>/artifactsAdjustableNo.This parameter is not visible in the Parameters screen!Any file saved in this location is shown in the Files section of Runtime History.To use it in your code or scripts: ${dpf.parameters.DPF_ARTIFACTS_DIR}Location of the License filedpfruntime.licThe license file is located in the “conf” subfolder of the user defined Data folder of the installation.<RuntimeDataFolder>/conf/dpfruntime.lic ×