|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
For each of the above, certain configuration and supporting libraries are required. Each of the following sections describe minimum & necessary artifacts to be configured.Make sure you uncomment the required XML section, keeping the remaining sections commented. When you uncomment, remove the "#" from ">-#-" in the uncommented block, and vice versa in the commented block to ensure a valid XML document.
Pings TIBCO EMS server using the connection parameters specified. The connection URL formats for available drivers are as follows: Pings SSL secured TIBCO EMS server using the connection parameters specified. The connection URL formats for available drivers are as follows:scheme could be ssl for secured connectivity. The default port is 7243. Pings an FTP server using the connection parameters specified. The connection URL formats for available drivers are as follows:scheme could be ftp or sftp (for secured connectivity). The default port for ftp is 21 and for sftp is 22. Pings a web server using the HTTP connection parameters specified. The connection URL formats for available drivers are as follows:scheme could be http or https (for secured connectivity). The default port for http is 80 and for https it is 443. Only the server URL is mandatory. The rest are optional. Connect to a database server using the JDBC driver connection parameters specified. The connection URL formats for available drivers are as follows:jdbc:oracle:thin:@<host>:<port>:<database> Default Port:1521jdbc:sqlserver://<host>:<port>;databaseName=<database> Default Port:1433jdbc:sybase:Tds:<host>:<port>/<database> Default Port:5000jdbc:db2://<host>:<port>/<database>:currentSchema; Default Port:5000jdbc:mysql://<host>:<port>/<database>. Default Port:3306 Pings a SMTP server using the connection parameters specified.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |