HP StorageWorks XP Command View Advanced Edition software Device Manager server installation and configuration guide (web version) (T1780-96078, March 2008)

Device Manager server properties
195
assigned domain name, so some logged requests might still be recorded as a numeric IP address,
even with this flag turned on.
NOTE: While translation of the IP address to a domain name can assist analysis of the server's
access logs, reverse-DNS lookups are expensive in terms of resources, and this feature may
significantly degrade the server's performance, especially on a slow network. You should keep the
setting at the default value for better performance.
Default: false
8-2-16 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
8-2-17 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
8-2-18 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
8-2-19 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