Ping — Outputs a message to the server log.
ping——将消息输出到服务器日志中。
This results in the application server log output shown in Listing 3.
这将输出清单3 中所示的应用服务器日志。
Echo — Outputs a message to the server log and returns the message to the caller.
echo——将消息输出到服务器日志中,并将该消息返回给调用方。
If you load the page developed so far and then look at the resulting server log output, you will see.
如果加载截至目前所开发的页面,然后查看最终的服务器日志输出,就会看到。
NOTE : I check in my server log and the param that he get is null (the function is call but with null).
注 :我检查我的服务器日志和参数,他得到的是空的(功能呼叫但空)。
We can see whether or not it attempted to run by either looking at the agent log, or looking at the server log.
我们可以通过查看代理日志,或查看服务器日志,了解它是否尝试运行。
For example, if the string "123a" is mapped to an integer, you will see a NumberFormatException in the server log.
例如,如果将字符串“123a”映射到到一个整数,您将在服务器日志中看到NumberFor matException。
The Domino Web server Log for our case study is configured to track IP addresses that have accessed the Web server.
这个案例研究中的DominoWebServer Log配置成记录已经访问Web服务器的IP地址。
You can view the current server log, or load other server logs from a server console, server log directory, or from a file.
您可以查看当前服务器日志,或者从服务器控制台、服务器日志目录或从文件加载其他服务器日志。
You can log your server activity and Web server requests to the Domino Web server log (DOMLOG.NSF) database (see figure 15).
可以把服务器的活动和Web服务器向Domino WebServer LOG (DOMLOG . NSF)数据库的请求记录到日志中(参见图15)。
Check the Optim Performance Manager repository server log db2pesrv.log for the following message to identify the right port.
检查Optim PerformanceManager信息库服务器日志db2pesrv . log,寻找以下消息,然后识别正确的端口。
Before we move onto the mediation itself, you will need to enable the logging of data to the WebSphere Application Server log.
在我们转移到中介本身之前,您需要启用WebSphere Application Server来记录日志数据。
When running your application in the WebSphere Test Environment, the default trace.log file will reside in the server log root.
当在WebSphereTestEnvironment内运行应用程序时,缺省的trace . log文件将驻留在服务器日志根目录中。
Used to show the amount of data that was transfered between the server and the remote machine, based on the data found in the server log.
这个标准用来表示在服务器和远程机器之间传输的数据量。数据量的计算基于在服务器日志中记录的数据。
You also learned about the takeover behavior and the expected messages logged in the WebSphere Application Server log files during the takeover.
还学习了有关接管的行为以及接管过程中在WebSphereApplicationServer日志文件中记录的预期消息。
If one of these cases applies to you, you will need to examine the server log to determine whether or not the agent ran or had any errors during that run.
如果这些情形中的某一种适用于您,就需要检查服务器日志以确定代理是否运行,或在运行期间是否发生错误。
If you are unable to create a user or group from LDAP with the above commands, check the SunOne LDAP server log files to find out the reason for the failure.
如果您无法使用上面的命令从LDAP创建用户或者组,那么请检查SunOne LDAP服务器日志文件,以找出导致这个故障的原因。
Sending a message will trigger the mediation to write information to the WebSphere Application Server log. Your output should be similar to that shown below.
发送消息将触发中介向WebSphereApplicationServer日志中写入信息。
Writing simulated program is a way to study web caching protocols in common use and server log files are the original data to test the simulated program.
编写模拟程序是进行网络缓存协议研究的常用手段,而服务器日志是对模拟程序进行测试的原始数据。
The SunOne LDAP server log files are located in the /usr/iplanet/servers/slapd-(server)/logs directory, where (server) is the name of the LDAP server instance.
SunOneLDAP服务器日志文件位于 /usr/iplanet/servers/slapd-(server)/logs目录中,其中的 (server)是该 LDAP 服务器实例的名称。
In continuing with the example of this series of articles, I created a tool to examine hits to my Web server log file, but to do so over an encrypted SSH channel.
下面接着讨论本系列文章的例子,我创建了一个工具,用来检查我的Web服务器log文件中的点击率,不过这次是在一条加密的SSH通道上完成的。
For this example, we will create a MediationLogWriter class for writing entries to the application server log using log name and level specific to its construction.
对于这一示例,我们将创建一个mediationlogwriter类,来使用特定于应用服务器构造的日志名称和级别为其编写条目。
To determine whether or not the agent has run in the server log, examine the server log and search for the name of the mail database of the user who has the problem.
为了在服务器日志中确定代理是否运行,要检查服务器日志并搜索有问题的用户的邮件数据库名称。
You should also review the Domino Web Server log, Activity Trends, DDM probe results, and USCERT reports monthly, and review the logs to thwart hacking attempts.
也应该检查DominoWebServer Log、ActivityTrends、DDM探测结果和每月的USCERT报告,并检查阻止黑客尝试的日志。
It is highly recommended to regularly back up both the server log files, as they contain all the information required for auditing and tracing of authentication events.
强烈建议定期备份这两个服务器日志文件,因为它们包含审计和跟踪身份验证事件所需的所有信息。
If you want to see when the method is called in the server log files, you can also add the following: System.out.println (" VerifyRiskOfficerInvolvement method called ").
如果希望确定该方法将于何时在服务器日志文件中调用,还可以添加以下内容:System . out . println (“VerifyRiskOfficerInvolvement method called ”)。
You can also add System.out.println("VerifyRiskOfficerInvolvement method called") or a similar statement if you want to see when the method is called in server log files.
如果您想在服务器日志文件中查看方法调用的时间,可以添加System.out.println("VerifyRiskOfficerInvolvementmethodcalled")或类似语句。
The CGI::Carp function therefore also provides a fatalsToBrowser option that redirects fatal error messages ( die(), confess() ) back to the browser, as well as to the web server log.
因此 CGI::Carp函数提供了一个fatalsToBrowser选项将致命错误消息(die()、confess())重新指向浏览器和Web 服务器日志。
Launch the administration console from the context menu of the defined server and log on when prompted.
通过已定义好的服务器的上下文菜单来调用管理员控制台并在提示时登录。
Adding more than one server causes recovery log contention as both servers attempt to process recovery.
添加两个服务器将导致服务器争用恢复日志,因为两个服务器都试图处理恢复。
应用推荐