Veritas InfoScale 8.0 Update 1 Release Notes - Linux
Changes related to VIOM
Following new changes are introduced to VIOM.
To implement EO compliance in web server logs, complete the following steps:
- Access the Windows or Linux server .xml file from the following path:
Windows:
C:\ProgramFiles\Veritas\VRTSsfmcs\webgui\tomcat\conf\server.xml
Linux:
/opt/VRTSsfmcs/webgui/tomcat/conf/server.xml
- In the server.xml file, in
Valve className="org.apache.catalina.valves.AccessLogValve
, make changes to the directory, maxDays, and pattern tags as mentioned below:Change the directory tag to: directory=${web.log.dir}
Change the maximum days tag to: maxDays=30
Change the pattern tag to:
pattern="%{yyyy-MM-dd}tT%{HH:mm:ss.SSSXXX}t ${hostName} SourceIP=%a DestinationIP=%A "%r" %b StatusCode=%s ResponseTime=%F milliseconds SessionID=%S IncomingHeaders="%{User-Agent}i %{Content-Type}i %{Accept}i %{Accept-Encoding}i %{Accept-Language}i %{Accept-Charset}i" OutgoingHeaders="%{Content-Type}o %{Content-Length}o %{Server}o""
- Restart the web server using the following command:
# /opt/VRTSsfmcs/bin/vomsc --restart web
After you restart the web server, the logs can be located at
/var/opt/VRTSsfmcs/logs
directory.