Page 1 of 1

Help with changing Serviio Properties

PostPosted: Sun Feb 02, 2014 11:41 pm
by ncstone
Can someone please help with this, I think I am not sure which option I need to use. I have installed Serviio and the Services is listed as Serviio in Windows Services so which option would i need below?

How to pass system properties to Serviio
System properties are provided to the server or console in the form of -D<property_name>=<property_value> (Windows and Linux) or XML tags (OSX).

Windows - Serviio server
If you use the Windows service to run the server edit file ServiioService.exe.vmoptions and add the property there (each property per new line)
If you use serviio.bat to run the server edit the file and add the variable to JAVA_OPTS property.
Windows - Serviio console
If you use ServioConsole.exe to run the console edit file ServiioConsole.exe.vmoptions and add the property there (each property per new line)
If you use serviio-console.bat to run the console edit the file and add the variable to JAVA_OPTS property.

Regards

Re: Help with changing Serviio Properties

PostPosted: Mon Feb 03, 2014 12:07 am
by DenyAll
What option are you trying to change? Why?

Unless you are starting Serviio using the batch files (normally not the case for most users), you need to edit either ServiioService.exe.vmoptions or ServiioConsole.exe.vmoptions depending on whether you are changing a server related option or a console related option (see http://serviio.org/index.php?option=com ... icle&id=43). For a normal Windows setup you don't normally need to do anything in either..... what are you trying to do?