HP StorageWorks Command View XP Advanced Edition Device Manager Server Installation and Configuration Guide (December 2005)

Command View XP AE Device Manager Server Properties 119
Default: false
7-2-17 server.http.cache.size
This property sets the upper-limit size of the Device Manager server’s internal file cache (in bytes). A
value of zero turns file caching off, which may adversely affect server performance when delivering
complex static files (HTML pages containing images, etc).
This setting could be increased on a host machine with sufficient RAM installed. However, since the
number of static files being served by Device Manager is only in the order of a few pages,
performance gains would most likely be quite trivial.
Default: 10000000 bytes
7-2-18 server.http.cache.maxFileSize
This property sets the maximum file size for server-side caching. Static files larger than this limit (for
example, the GUI application JAR file) are read from disk instead of being cached. There is no
significant difference in response time whether these files are cached in memory or read directly from
disk. A zero value for this property turns file caching off, which may adversely affect the web server’s
performance.
Default: 100000 bytes
7-2-19 server.http.fileTypes.noLog
This property contains a comma-delimited list of the file types that are not logged in the Device
Manager server’s access log when being transferred via HTTP. Generally, logging should be
performed only for the HTML pages being requested by a browser or other client, or the server’s
access log quickly becomes filled with entries for files such as graphics files, JavaScript™, or
cascading style sheets.
The default value for this property eliminates logging for the majority of the resource-type files likely to
be requested from the Device Manager web server. White space in the list is ignored. If you want
access logging for all files, set this property to empty.
Default: gif,jpg,jpeg,png,css,js
7-2-20 server.http.mode
This property sets whether the server is running in real mode or simulation mode. This property is only
used for development of the application that is connected to Device Manager. You should not change
this property for normal operation.
Default: real
7-2-21 server.installTime
This property contains the Device Manager installation date.
Format: dd/mm/yyyy:HH:MM:SS ZZZZ (dd:day, mm:month, yyyy:year, HH:hour, MM:minute,
SS:second ZZZZ (TimeZone).
Default: dd/mm/yyyy:HH:MM:SS ZZZZ (Install date)