# Database Connect details for a Repository User account that will be used for uploading and downloading # files. drivers=oracle.jdbc.driver.OracleDriver default.url=jdbc:oracle:thin:@:: default.loglevel=error default.user= default.password= default.initconns=1 default.maxconns=30 # logfile for connection pooling mechanism (note: on Windows double backslashes are needed) # Unix example: logfile=/u01/app/rob/upload/ROBConnections.log # Windows example: logfile=c:\\orant\\rob\\upload\\ROBConnections.log logfile=c:\\orant\\rob\\upload\\ROBConnections.log # directory into which files will be downloaded from the repository before being served to the browser # or uploaded by the WebServer from browser before being uploaded into the repository # Note that ROB will delete files after sending to the browser. # Unix example: downloadDirectory=/u01/app/ROB/download # Windows example: downloadDirectory=c:\\orant\\ROB\\download downloadDirectory=c:\\orant\\ROB\\download # full path+filename for the log files that will record details and problems of the most recent file upload # and download operations. Note that currently these paths must exist and be writable by the user under # which the JServ process runs. # Unix example: uploadlogfile=/u01/app/ROB/upload/ROBUploadLog.txt # Windows example: uploadlogfile=c:\\orant\\ROB\\upload\\ROBUploadLog.txt uploadLogfile=c:\\orant\\ROB\\upload\\ROBUploadLog.txt downloadLogfile=c:\\orant\\ROB\\download\\ROBDownloadLog.txt