Home > Contents > Index >
ics:catalogmanager.exportlog
Exports a per-IP address log to the browser when used as an argument in URL command to CatalogManager.
Syntax
<ics:catalogmanager> <ics:argument name="ftcmd" value="exportlog" /> </ics:catalogmanager>Parameter
ftcmd (required)
- Value must be set to
exportlog
.
Description
The
exportlog
command exports a per-IP address log to the output stream (typically a browser). You can enable per-IP address logging by setting theft.dbl
property, located in the Sites properties file (futuretense.ini
), toyes
.Error Numbers
The possible values of
errno
include:
Value Description -300 File not found.Example
Although exportlog could be called from inside an element, it is more commonly called as an argument to a URL. If your application server is WebLogic or WebSphere, the following URL exports the log to the browser window.
http://host:port/servlet/CatalogManager?ftcmd=exportlog
See Also
The following ics:catalogmanager commands:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.