Difference between revisions of "Web Interface Installation Guide"

Jump to navigation Jump to search
Line 43: Line 43:
= Custom logo on login screen =
= Custom logo on login screen =


It is possible to change default logo on login screen to custom. When login screen is displayed, web server checks URL http://127.0.0.1/netxms_login.dat . If this URL points to valid image file (PNG, JPEG, or GIF), then it will be displayed instead of standard logo.
It is possible to change default logo on login screen to custom image by setting '''loginFormImage''' property in '''nxmc.properties''' file. Image file must be located within application server's class path and file name must be given relative to class path root with leading slash. For example, if custom image is in file logo.jpg located in the same directory as nxmc.properties, correct entry will be
 
loginFormImage = /logo.jpg
683

edits

Navigation menu