IBM Streams 4.2.1

Creating a connection configuration file for remote development

You can use the Streams Studio sample connection configuration file to create one or more configuration files for remote development.

Procedure

Edit the sample connection configuration file, default.studioconfig, that is shown in the following example. This file is in your Streams Studio installation directory.
# The connection configuration file must be in the Streams Studio installation directory. 
# The connection configuration file must have a 'studioconfig' file extension for it to be recognized 
# Multiple connection configuration files can be present. 
# For each connection configuration file, a remote connection is automatically created at startup if one does not exist.  
# The default connection used at initial startup is configured by 'default.studioconfig'
#
# Remove the '#' at the beginning of the line to set the option.

# Remote Linux host name or IP address
#host=hostname.domain.com

# Absolute path for RSE server 
# The RSE server is typically in <streams_install_location>/<version>/etc/rseserver on the Linux host 
#rseserver=/opt/ibm/InfoSphere_Streams/4.2.1.0/etc/rseserver


# (Optional) Use SSH tunnel option. If not specified, defaults to false.
#useSSHTunnel=true

# (Optional) Type of the remote system. Defaults to x86 Linux if not specified. 
# Specify one of the following:
# - org.eclipse.rse.systemtype.x86linux (x86 Linux). 
# - org.eclipse.rse.systemtype.powerlinux (Power Linux)
#systemtype=org.eclipse.rse.systemtype.x86linux