Listing 10 shows the client connecting to a server using a different workgroup and user name.
清单10显示客户端使用不同的工作组和用户名连接到一台服务器。
If a host has problems connecting to the server and ends up aborting the request too many times, the host is locked until FLUSH HOSTS can be run.
如果一个主机在连接到服务器时有问题,并重试很多次后放弃,那么这个主机就会被锁定,直到FLUSHHOSTS之后才能运行。
A simple example is a server connecting directly to two SAN storage ports.
一个简单的示例是服务器直接连接到两个SAN存储端口。
As noted earlier, users are coming out from behind server applications and connecting to the queue manager directly.
前面提到过,用户从服务器应用程序后面出来并直接连接到队列管理器。
Connecting to an LDAP server can be difficult.
连接到LDAP服务器可能会有些困难。
The browser may be tricked into connecting to a server designed to extract your identity or intercept communications, but the browser will see the Wolf under the sheep's clothing.
浏览器可能被欺诈连接到一个设计好的设法得到你的身份或截取信息的服务器,但是浏览器将会看到披着羊皮的狼。
The alternate server information is cached at the client after first connecting to the database server and pulling the information from the server side parameter.
在客户机第一次连接到数据库服务器并从服务器端参数中提取信息之后,备用服务器信息被缓存在客户机上。
When connecting to a server over TCP there are several messages sent back and forth to create the connection.
当通过TCP连接到一台服务器时,需要来回发送几条消息以创建连接。
However, when SOAP is used, nothing prevents an adverse party from connecting to the remote search server (to the SOAP port), and requesting unfiltered results.
然而在使用SOAP时,无法防止敌对方连接到远程搜索服务器(到soap端口)并请求未经筛选的结果。
Also, many configurations connecting to the same LDAP server can improve the total staff query performance.
另外,许多配置连接到同一ldap服务器可提高人员总体查询效率。
If the server to which you are connecting is on any other operating system, the applications will connect to the server using the traditional authentication mode.
如果连接的服务器使用任何其他操作系统,那么应用程序将使用传统的身份验证模式连接服务器。
Let's try connecting to the remote server, listing all files in a given local directory, and closing the connection.
我们先来尝试连接远程服务器、列出一个给定本地目录的所有文件并关闭连接。
These include rotating log files so filesystems do not become full, backing up data, and connecting to a time server to keep your system time synchronized.
这些任务包括轮转日志文件以避免装满文件系统、备份数据和连接时间服务器来执行系统时间同步。
The client starts the experiment by connecting to the server and sending a simple HTTP request for a 700mb ISO file.
客户机启动实验,首先与服务器连接并发送一个简单的HTTP请求,请求目的是获取一个700MB的ISO文件。
Though this supports connecting to Informix server, it is not the recommended client package for Informix users.
尽管这支持连接到Informix服务器,不建议Informix用户使用该客户端程序包。
InfoSphere data Architect needs more information before connecting to the metadata server, such as hostname, port number, user ID, and password, as shown in Figure 22.
在连接到元数据服务器之前,InfoSphereDataArchitect还需要更多信息,例如主机名、端口号、用户ID和密码,如图22所示。
A mediation is a programmable extension to the messaging capabilities of WebSphere application Server that can simplify connecting systems, services, applications, or components that use messaging.
中介是WebSphereApplicationServer的消息功能的可编程的扩展,它可以简化那些使用消息传递的连接系统、服务、应用或组件。
All three of these methods for connecting a database to a Geronimo application server are covered in this article, along with an example application that USES these concepts.
本文将介绍把数据库连接到Geronimo应用服务器的三种方法,并提供了一个使用这些概念的示例应用程序。
The basic process for connecting the client to the NIS server is.
将客户端连接到NIS服务器的基本过程如下。
Security considerations when connecting to a database from a client system to a server system.
客户机系统通过服务器系统连接到数据库时的安全性考虑。
The default port for Cloudscape in network server mode is 1527, this is important when connecting to a Cloudscape database used in the connection URL.
在网络服务器模式中,Cloudscape的默认端口是1527,在连接到URL中使用的Cloudscape数据库时,这很重要。
You can find more details about connecting to a non-default JMS provider port in the WebSphere Application Server Information Center.
您可以在以下位置找到有关连接到非缺省JMS提供程序端口的更多详细信息:WebSphereApplicationServer信息中心。
This tutorial will work through these steps in this order and then, using a browser connecting to the Tomcat server, we will capture a request and response and examine it in Wireshark.
本教程将会按这个顺序执行这些步骤,然后使用浏览器连接Tomcat服务器,我们将获得一个请求和响应,然后就能在Wireshark中进行检查。
The output in Listing 6 shows the demoodbc binary connecting to an Informix database server through the IBM Informix ODBC Driver.
清单6 中的输出给出了通过IBMInformixODBCDriver连接到 Informix数据库服务器的demoodbc 库。
S Sybase12_5: 'Sybase12_5' is the entry in the local Sybase interfaces file for the Sybase ase server we are connecting to.
s Sybase12_5:Sybase12_5是本地sybase接口文件中关于我们要连接到的Sybasease服务器的条目。
But the server can connect to anything, which means that instead of connecting to the data directly, you can connect to a servlet that retrieves the data.
但是服务器可以连接任何事物,就是说除了直接连接到数据,您还可以连接到检索数据的servlet。
Listing 1 shows an example of two connection handles, one connecting to an Informix server and the other connecting to a DB2 server, and how a table is created in both Informix and DB2 databases.
清单1展示一个包含两个连接句柄的示例,其中一个连接到Informix服务器,另一个连接到DB 2服务器,并展示如何在Informix和DB 2数据库中创建表格。
The client, upon connecting to port 10000, is forwarded to the remote host's PostgreSQL server, which is listening on port 5432: ssh -L 10000:localhost:5432 192.168.2.100.
客户机连接到端口 10000后,被转发到远程主机的PostgreSQL服务器,后者正在侦听端口 5432:ssh-L 10000:localhost:5432 192.168.2.100。
This article described some common errors that occur when connecting from WebSphere Application Server to SQL Server 2008, along with possible causes and steps to help you resolve such errors.
本文描述了从WebSphereApplicationServer连接到SQL Server 2008时经常出现的一些错误,可能的原因,以及帮助您解决这类错误的步骤。
This article described some common errors that occur when connecting from WebSphere Application Server to SQL Server 2008, along with possible causes and steps to help you resolve such errors.
本文描述了从WebSphereApplicationServer连接到SQL Server 2008时经常出现的一些错误,可能的原因,以及帮助您解决这类错误的步骤。
应用推荐