19 declare(strict_types=1);
26 protected string $ini =
'';
43 $this->inifile = $DIC[
'ilIliasIniFile'];
49 $this->ini =
"[Server]\n";
50 $this->ini .=
"IpAddress = " . $this->
getHost() .
"\n";
51 $this->ini .=
"Port = " . $this->
getPort() .
"\n";
52 $this->ini .=
"IndexPath = " . $this->
getIndexPath() .
"\n";
53 $this->ini .=
"LogFile = " . $this->
getLogPath() .
"\n";
54 $this->ini .=
"LogLevel = " . $this->
getLogLevel() .
"\n";
55 $this->ini .=
"NumThreads = " . $this->
getNumThreads() .
"\n";
56 $this->ini .=
"RamBufferSize = 256\n";
57 $this->ini .=
"IndexMaxFileSizeMB = " . $this->
getMaxFileSize() .
"\n";
61 $this->ini .=
"[Client1]\n";
62 $this->ini .=
"ClientId = " .
CLIENT_ID .
"\n";
63 $this->ini .=
"NicId = " . $this->
settings->get(
'inst_id',
'0') .
"\n";
64 $this->ini .=
"IliasIniPath = " . $this->inifile->readVariable(
67 ) . DIRECTORY_SEPARATOR .
"ilias.ini.php\n";
82 public function setHost(
string $host): void
139 $this->max_file_size = $a_fs;
setNumThreads(int $numThreads)
Creates a java server ini file for the current client
setLogPath(string $logPath)
setIndexPath(string $indexPath)
setMaxFileSize(string $a_fs)
setLogLevel(string $logLevel)