1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-13 12:05:21 +02:00

Add gettingstarted guide to userdoc; Update TOC; Remove links to User Actions, compile commands and import/export features.

This commit is contained in:
Martin Oberhuber 2006-08-19 02:09:30 +00:00
parent 98d8b37a2b
commit 9ec21d5100
12 changed files with 715 additions and 453 deletions

View file

@ -8,5 +8,6 @@ bin.includes = META-INF/,\
tasks/,\ tasks/,\
book.css,\ book.css,\
notices.html,\ notices.html,\
toc.xml toc.xml,\
gettingstarted/

View file

@ -98,10 +98,12 @@ you can always create a new profile. See
the related links for more information.</p> the related links for more information.</p>
</div> </div>
<div> <div>
<!-- TODODeferred
<p><b class="relconceptshd">Related concepts</b><br/> <p><b class="relconceptshd">Related concepts</b><br/>
<a href="cuseractions.html" title="">User actions (user options)</a><br/> <a href="cuseractions.html" title="">User actions (user options)</a><br/>
<a href="cremcompile.html" title="">Compiling</a><br/> <a href="cremcompile.html" title="">Compiling</a><br/>
</p> </p>
-->
<p><b>Related Tasks</b><br/> <p><b>Related Tasks</b><br/>
<a href="../tasks/tmanagepools.html" title="">Configuring filter pools</a><br/> <a href="../tasks/tmanagepools.html" title="">Configuring filter pools</a><br/>
<a href="../tasks/tmanageedit.html" <a href="../tasks/tmanageedit.html"

View file

@ -1,71 +1,71 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" href="../book.css"/> <link rel="stylesheet" type="text/css" href="../book.css"/>
<title>Team support</title> <title>Team support</title>
</head> </head>
<body id="cteam"> <body id="cteam">
<a name="cteam"><!-- --></a> <a name="cteam"><!-- --></a>
<h1 class="topictitle1">Team support</h1> <h1 class="topictitle1">Team support</h1>
<div> <div>
<p>The team support model works with shared repositories that store <p>The team support model works with shared repositories that store
version-managed resources on servers that are accessible to the entire team. Usually version-managed resources on servers that are accessible to the entire team. Usually
you would share the folders and files of an Eclipse project.&nbsp; Each you would share the folders and files of an Eclipse project.&nbsp; Each
team member sends their changes to the repository, and receives changes team member sends their changes to the repository, and receives changes
that that
were made by a team member from the repository. While the Remote System were made by a team member from the repository. While the Remote System
Explorer Explorer
is not project-based, (it is designed for direct access to remote is not project-based, (it is designed for direct access to remote
resources), resources),
there is a single project created for all the non-remote resources that there is a single project created for all the non-remote resources that
the the
Remote System Explorer manages. Profiles are stored in that project and Remote System Explorer manages. Profiles are stored in that project and
so everything that belongs to a profile can be so everything that belongs to a profile can be
shared with your teammates.</p> shared with your teammates.</p>
<div class="p" id="cteam__profilelist"><a name="cteam__profilelist"><!-- --></a>Profiles <div class="p" id="cteam__profilelist"><a name="cteam__profilelist"><!-- --></a>Profiles
contain: contain:
<ul> <ul>
<li>Connections -- including various subsystem properties. User IDs <li>Connections -- including various subsystem properties. User IDs
and passwords are not shared.</li> and passwords are not shared.</li>
<li>Filters, filter pools, and filters pool references</li> <li>Filters, filter pools, and filters pool references</li>
<li>User-defined actions</li> <li>User-defined actions</li>
<li>Compile commands</li> <li>Compile commands</li>
</ul> </ul>
</div> </div>
<p> Use the Team view of the Remote System Explorer perspective to <p> Use the Team view of the Remote System Explorer perspective to
associate associate
and synchronize the project named RemoteSystemsConnection that contains and synchronize the project named RemoteSystemsConnection that contains
these profiles with a repository. After these profiles with a repository. After
synchronizing with the repository, you will receive all the shared synchronizing with the repository, you will receive all the shared
Remote System Remote System
Explorer resources from your team, including their profiles. You then Explorer resources from your team, including their profiles. You then
use the <b>Reload Remote System Explorer</b> action, located on the use the <b>Reload Remote System Explorer</b> action, located on the
pop-up menu, to make the Remote Systems Explorer know about these pop-up menu, to make the Remote System Explorer know about these
changes.&nbsp; You can also, of course, quit and restart the changes.&nbsp; You can also, of course, quit and restart the
workbench.&nbsp; See the related tasks for more information.</p> workbench.&nbsp; See the related tasks for more information.</p>
<p>Any resources received that are in a profile that you have already <p>Any resources received that are in a profile that you have already
active, such active, such
as Team, will immediately be available and accessible to you. However, as Team, will immediately be available and accessible to you. However,
resources resources
in other profiles will not be available unless you choose to make those in other profiles will not be available unless you choose to make those
profiles profiles
active. If you use multiple workstations, team support can also be used active. If you use multiple workstations, team support can also be used
to to
make your own private configurations of filters, filter pools, and make your own private configurations of filters, filter pools, and
connections available on all the workstations by making connections available on all the workstations by making
your profile active on each workstation.</p> your profile active on each workstation.</p>
</div> </div>
<div> <div>
<p><b class="relconceptshd">Related concepts</b><br/> <p><b class="relconceptshd">Related concepts</b><br/>
<a href="cprofile.html" title="">Remote System Explorer Profiles</a><br/> <a href="cprofile.html" title="">Remote System Explorer Profiles</a><br/>
</p> </p>
<p><b class="reltaskshd">Related tasks</b><br/> <p><b class="reltaskshd">Related tasks</b><br/>
<a href="../tasks/tteamsup.html" title="">Using team support</a><br/> <a href="../tasks/tteamsup.html" title="">Using team support</a><br/>
<a href="../tasks/tteamsup1.html" title="">Working with profiles and team support</a><br/> <a href="../tasks/tteamsup1.html" title="">Working with profiles and team support</a><br/>
</p> </p>
</div> </div>
</body> </body>
</html> </html>

View file

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" href="../book.css"/>
<title>Installing the RSE</title>
</head>
<body id="g1installing">
<a name="g1installing"><!-- --></a>
<h1 class="topictitle1">Installing the Remote System Explorer</h1>
<div>
The simplest way to get RSE is via the Update Manager: From your running instance
of Eclipse 3.2, choose <i>Help &gt; Software Updates &gt; Find and Install...</i>.
Choose "Search for New Features to Install", and add a new Remote Site named
"RSE" and pointing to <a href="http://download.eclipse.org/dsdp/tm/updates/">
http://download.eclipse.org/dsdp/tm/updates/</a>.
Select the RSE SDK feature, and perform the update process as usual.</p>
<p>If you prefer manual installation, you can download RSE SDK from the
DSDP <a href="http://download.eclipse.org/dsdp/tm/downloads/">Target
Management Download Site</a> and extract it into your installation of
Eclipse 3.2 or later, or link it as product extension.
<p>Start Eclipse Workbench, and choose <i>Window &gt; Open Perspective &gt;
Other &gt; Remote System Explorer</i>.</p>
</div>
<div>
<!--
<p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cbegin.html" title="">Remote System Explorer Connections</a><br/>
</p>
<p><b class="reltaskshd">Related tasks</b><br/>
-->
<p><b class="reltaskshd">Follow-up tasks</b><br/>
<a href="g2firststeps.html" title="">First Steps with the Remote System Explorer</a><br/>
<!--
<a href="../tasks/tbeginlinux.html" title="">Connecting to a remote
Linux or UNIX server</a><br/>
<a href="../tasks/tbeginwindows.html" title="">Connecting to a remote
Windows server</a><br/>
-->
<a href="gusing.html" title="">Using Remote System Explorer Connections</a><br/>
</p>
</div>
</body>
</html>

View file

@ -0,0 +1,59 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" href="../book.css"/>
<title>First Steps with RSE</title>
</head>
<body id="g2firststeps">
<a name="g2firststeps"><!-- --></a>
<h1 class="topictitle1">First Steps with the Remote System Explorer</h1>
<div>
Even without an actual connection to a remote system, you can start experimenting
with the Remote System Explorer UI on the local host, which is shown by default
under the <i>Local</i> node:
<ul>
<li>Browse the Filesystem, choose <i>contextmenu &gt; show in Table</i>, and
observe the Properties view.</li>
<li>Create a new <a href="../concepts/cfilters.html">Filter</a> to show
specific resources in the file system only.</li>
<li>Launch an <a href="../concepts/crunremcmds.html">RSE Shell</a>
(Shells node &gt; Launch)
<ul><li>In the Shell, perform commands such as ls, dir, ps, gcc, make and see
the output interpreted</li>
<li>Use Ctrl+Space Content Assist on the shell command entry field</li>
</ul></li>
</ul>
For operations on an actual remote system, you can either
<ul>
<li>use the "<b>SSH Only</b>" system type (<i>New > Other > Remote System Explorer > Connection</i>), or</li>
<li>start a <a href="../tasks/tbeginlinux.html">dstore server daemon</a>
on the remote system and use any of the other connection types.</li>
</ul>
<p>RSE is a framework that supports plugging in many different communication protocols.
By default, the dstore, FTP and ssh protocol plug-ins are provided, with dstore being
the richest in features.<br/>
Dstore requires a server to run on the remote system. There are several methods to
get a server launched for a particular user, the most easy one to set up is the
daemon method.</p>
</div>
<div>
<p><b class="reltaskshd">Follow-up tasks</b><br/>
<a href="gusing.html" title="">Using Remote System Explorer Connections</a><br/>
</p>
<p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cbegin.html" title="">Remote System Explorer Connections</a><br/>
<a href="../concepts/cfilters.html" title="">Remote System Explorer filters, filter
pools, and filter pool references</a><br/>
<a href="../concepts/cuniversal.html">Universal Systems</a><br/>
<a href="../tasks/tbeginlinux.html" title="">Connecting to a remote
Linux or UNIX server</a><br/>
<a href="../tasks/tbeginwindows.html" title="">Connecting to a remote
Windows server</a><br/>
</p>
</div>
</body>
</html>

View file

@ -0,0 +1,55 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" href="../book.css"/>
<title>Getting Started with RSE</title>
</head>
<body id="gstart">
<a name="gstart"><!-- --></a>
<h1 class="topictitle1">Getting Started with the Remote System Explorer</h1>
<div>
<p>The Remote System Explorer (RSE) is a perspective and toolkit in Eclipse
Workbench, that allows you to connect and work with a variety of remote
systems. With the predefined plug-ins, You can look at remote file systems,
transfer files between hosts, do remote search, execute commands and work
with processes.</p>
<p>Additional capabilities may be added by Software Vendors by providing new
<i>System Types</i>, <i>Services</i> and <i>Subsystem implementations</i>
for specific remote access protocols or resource kinds respectively. The framework
helps by providing lots of predefined re-usable components, like persistence
mechanisms, filtering and team sharing.</p>
<a href="../images/RSESample.gif">
<!-- <img src="../images/RSESample.gif" alt="A sample RSE session" width="917" height="659"/><br/>
-->
<img src="../images/RSESample.gif" alt="A sample RSE session" width="459" height="330"/><br/>
</a>
<p>Here is a screenshot of a sample session with RSE (Click on the picture to
enlarge it).
This tutorial will guide you quickly through the most prominent features of
the Remote System Explorer:
<ul>
<li><a href="g1installing.html" title="">Installing the Remote System Explorer</a></li>
<li><a href="g2firststeps.html" title="">First Steps with the Remote System Explorer</a></li>
<li><a href="gusing.html" title="">Using Remote System Explorer Connections</a></li>
</ul>
</div>
<div>
<p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cbegin.html" title="">Remote System Explorer Connections</a><br/>
</p>
<!--
<p><b class="reltaskshd">Related tasks</b><br/>
<a href="../tasks/tbeginlinux.html" title="">Connecting to a remote
Linux or UNIX server</a><br/>
<a href="../tasks/tbeginwindows.html" title="">Connecting to a remote
Windows server</a><br/>
</p>
-->
</div>
</body>
</html>

View file

@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" href="../book.css"/>
<title>Using Remote Connections</title>
</head>
<body id="gusing">
<a name="gusing"><!-- --></a>
<h1 class="topictitle1">Using Remote Connections</h1>
<div>
Here are a few tasks that help you get acquainted with RSE. All tasks assume that you have
switched to the Remote System Explorer Perspective in your Workbench. Some of the tasks
can not be performed on all system types, although RSE tries to provide a consistent UI
across many different kinds of remote systems..
<ul>
<li>In the RSE Perspective, Remote Systems View, press the <b>New Connection</b> button.<ul>
<li>Note: In the Preferences, you can enable displaying available new connection types in the RSE tree.</li></ul></li>
<li>Select the desired system type<ul>
<li>Coose system type "SSH Only" for ssh servers, or any other for dstore.</li></ul></li>
<li>Enter an IP address for a remote system running an ssh server or dstore server.
A connection name will be suggested automatically, but can be changed.<ul>
<li>You can also run a dstore server on the local machine for testing. In this case,
type "localhost" as address.</li>
<li>You can press Finish right away, the wizard defaults are usually fine.</li></ul></li>
<li>Fill in the username / password dialog.<ul>
<li>Note: For ssh, if you have private keys, the password here is just a dummy.
Enter anything and save it. You can setup ssh private key authentication through
the <b>Team &gt; CVS &gt; SSH2 Connection Method</b> Preference page.</li></ul></li>
<li><b>Browse remote files</b>, or open remote shells.<ul>
<li>You can <b>drag and drop</b> files between local and remote file systems, between editors and any view.
Files are transferred as needed.</li>
<li>On dstore, you can browse into remote archives (*.zip, *.tar) without having to transfer the entire contents. This works thanks
to "miners" on the remote side. Custom miners can be plugged into the dstore server.<br>
Note: Some tar formats currently fail to work. See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=139207">bug 139207</a>.</li>
<li>On dstore, you can choose <b>Search &gt; Remote...</b>.<ul>
<li>The dstore miners support searching a remote file system
without having to transfer any data.</li></ul></li>
<li>On dstore, when the remote system is Linux, AIX or Other Unix:<ul>
<li>Browse remote <b>Processes</b>.</li>
<li>Select "My Processes" and choose context menu &gt; <b>Monitor</b>.
<li>Enable polling, choose a short wait time. See processes appear and vanish as you perform commands in a remote shell.</li></ul></li>
</ul>
</div>
<div>
<p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cbegin.html" title="">Remote System Explorer Connections</a><br/>
<a href="../concepts/cfilters.html" title="">Remote System Explorer filters, filter
pools, and filter pool references</a><br/>
<a href="../concepts/crunremcmds.html" title="">Shells and commands in the
Remote Systems view</a><br/>
</p>
<p><b class="reltaskshd">Related tasks</b><br/>
<a href="../tasks/tbeginlinux.html" title="">Connecting to a remote
Linux or UNIX server</a><br/>
<a href="../tasks/tbeginwindows.html" title="">Connecting to a remote
Windows server</a><br/>
<a href="../tasks/truncmdsview.html" title="">Running and viewing
commands and shells using the Remote Commands view</a><br/>
</p>
</div>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View file

@ -1,148 +1,165 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" href="../book.css"/> <link rel="stylesheet" type="text/css" href="../book.css"/>
<title>Connecting to a remote Linux or UNIX server</title> <title>Connecting to a remote Linux or UNIX server</title>
</head> </head>
<body id="tbeginlinux"> <body id="tbeginlinux">
<a name="tbeginlinux"><!-- --></a> <a name="tbeginlinux"><!-- --></a>
<h1 class="topictitle1">Connecting to a remote Linux or UNIX server</h1> <h1 class="topictitle1">Connecting to a remote Linux or UNIX server</h1>
<p>The following documentation explains how to install the Linux or UNIX server <p>The following documentation explains how to install the Linux or UNIX server
code, start the server daemon, and make a connection to a remote Linux code, start the server daemon, and make a connection to a remote Linux
or UNIX server.</p> or UNIX server.</p>
<div> <div>
<div class="p"> <div class="p">
<p><b>Prerequisites</b></p> <p><b>Prerequisites</b></p>
<p>To use the Remote System Explorer communications server daemon you need <p>To use the Remote System Explorer communications server daemon you need
to install Perl. Using the daemon helps eliminate some of the manual steps to install Perl. Using the daemon helps eliminate some of the manual steps
when you connect to the server.</p> when you connect to the server.</p>
<p><b>Installing the server code</b></p> <p><b>Installing the server code</b></p>
<div class="p"> <div class="p">
<ol> <ol>
<li> <li>
Find the package that contains the server. Find the package that contains the server.
The server code is usually packaged with the containing product and you should refer to that The server code is usually packaged with the containing product and you should refer to that
product's documentation for finding and installing the server package. product's documentation for finding and installing the server package.
The server is also available, however, on the Eclipse DSDP Target Management download site as the package The server is also available, however, on the Eclipse DSDP
rseserver-&lt;version&gt;-&lt;os&gt;.tar. For example, rseserver-1.0-linux.tar contains the release 1.0 server <a href="http://download.eclipse.org/dsdp/tm/downloads/">Target Management download site</a>
for Linux. There are servers for Linux, AIX, a generic Unix version that can be tailored to your particular flavor as the package <b>rseserver-&lt;version&gt;-&lt;os&gt;.tar</b>. For example, rseserver-1.0-linux.tar contains the release 1.0 server
of Unix, and an experimental Mac OS X version.</li> for Linux. There are servers for Linux, AIX, a generic Unix version that can be tailored to your particular flavor
<li>Ensure that Perl is installed.</li> of Unix, and an experimental Mac OS X version.</li>
<li>Ensure that a Java Runtime Environment (JRE) version 1.4 or higher is installed.</li> <li>Ensure that Perl is installed.</li>
<li>Create a directory where you want to install the server code. The remainder <li>Ensure that a Java Runtime Environment (JRE) version 1.4 or higher is installed.
of these instructions will assume the directory /opt/rseserver (suitable for An IBM, Sun or equivalent JRE is required; The gcj-based jvm shipped with most Linux
team sharing), but you are free to use any directory.</li> distributions does not work. If in doubt, run the command <br/><tt>java -version</tt> (see
<li>Upload the server package to this directory. You can use FTP.</li> below) and check if there is a reference to gcj. You can download a Sun JRE from
<li>Switch to the /opt/rseserver directory by typing: <a href="http://java.sun.com">http://java.sun.com</a>.</li>
<pre>cd /opt/rseserver</pre> <li>Create a directory where you want to install the server code. The remainder
</li> of these instructions will assume the directory /opt/rseserver (suitable for
<li>Run the following command in the /opt/rseserver directory to extract the team sharing), but you are free to use any directory.</li>
server code from the package appropriate to your operating system. For linux this command is: <li>Upload the server package to this directory. You can use FTP.</li>
<pre>tar -xf rseserver-1.0-linux.tar</pre> <li>Switch to the /opt/rseserver directory by typing:
</li> <pre>cd /opt/rseserver</pre>
<li>Still in the /opt/rseserver directory, run the following configuration </li>
commands: <li>Run the following command in the /opt/rseserver directory to extract the
<pre> server code from the package appropriate to your operating system. For linux this command is:
chmod 755 server.pl <pre>tar -xf rseserver-1.0-linux.tar</pre>
chmod 755 daemon.pl </li>
chmod 755 auth.pl <li>Still in the /opt/rseserver directory, run the following configuration
</pre> commands:
</li> <pre>
</ol> chmod 755 server.pl
</div> chmod 755 daemon.pl
chmod 755 auth.pl
<p><b>Starting the server</b></p> </pre>
<div class="p">You can start the RSE communications </li>
server with the server daemon, or manually. Before starting the server, make </ol>
sure the Java command is in your path, you can do this by running the following </div>
command:<pre>java -version</pre>
</div> <p><b>Starting the server</b></p>
<div class="p">You should see something <div class="p">You can start the RSE communications
similar to the following:<pre>java version "1.4.1" server with the server daemon, or manually. Before starting the server, make
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1) sure the Java command is in your path, you can do this by running the following
Classic VM (build 1.4.1, J2RE 1.4.1 IBM build cxppc321411-20040301 (JIT enabled: jitc))</pre> command:<pre>java -version</pre>
</div> </div>
<div class="p">If <div class="p">You should see something
you receive a "command not found" error, then try creating a symbolic link similar to the following:<pre>java version "1.4.1"
to the java command in /usr/bin by running the following command:<pre>ln -s /opt/IBMJava2-141/jre/bin/java /usr/bin/java</pre> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1)
</div> Classic VM (build 1.4.1, J2RE 1.4.1 IBM build cxppc321411-20040301 (JIT enabled: jitc))</pre>
<div class="p"><b>To start the server with the server daemon</b> </div>
<ol> <div class="p">If
<li>Ensure that you are running using the root user ID. (If the daemon is you receive a "command not found" error, then try creating a symbolic link
not run under root, it will be unable to authenticate connecting users.) Run to the java command in /usr/bin by running the following command:<pre>ln -s /opt/IBMJava2-141/jre/bin/java /usr/bin/java</pre>
the following commands:<pre>su -l root </div>
cd /opt/rseserver <div class="p"><b>To start the server with the server daemon</b>
perl ./daemon.pl</pre> <ol>
</li> <li>Ensure that you are running using the root user ID. (If the daemon is
</ol> not run under root, it will be unable to authenticate connecting users.) Run
Note that the server daemon runs on port 4035. You can also start the the following commands:<pre>su -l root
daemon.unix in the same way.<br></br> cd /opt/rseserver
<p><b>To start the server manually</b></p> perl ./daemon.pl</pre>
<div class="p">Run </li>
the following commands:<pre>cd /opt/rseserver </ol>
perl ./server.pl [port]</pre> Note that the server daemon runs on port 4035. You can also start the
These commands run the server.pl daemon.unix in the same way.<br></br>
script located in the /opt/rseserver directory. If this does not work, try <p><b>To start the server manually</b></p>
changing the permission attributes on server.pl (for example, enter <samp class="codeph">chmod <div class="p">If you do not have root access on a remote machine, you can
755 server.pl</samp>. The port parameter to the server.pl script is start the server manually for your particular user id only. Run
optional. If you do not specify a port, then the server will pick the first the following commands:<pre>cd /opt/rseserver
one available and print the port number to standard out. By default, it is perl ./server.pl [port]</pre>
usually 4033. If you would like to use a different port, you will then have These commands run the server.pl
to enter this port number in port property for the Files subsystem for your script located in the /opt/rseserver directory. If this does not work, try
connection in the Remote System Explorer (see <span class="uicontrol">Connecting to the changing the permission attributes on server.pl (for example, enter <samp class="codeph">chmod
Remote Server</span>, below). Otherwise, you do not need to change this 755 server.pl</samp>. The port parameter to the server.pl script is
property.</div> optional. If you do not specify a port, then the server will pick the first
<p><b>Running the daemon at startup</b></p> one available and print the port number to standard out. By default, it is
<div class="p">You might instead want usually 4033. If you would like to use a different port, you will then have
to configure the daemon to run at start up for Linux. To do so, you need to to enter this port number in port property for the Files subsystem for your
append a call to the daemon to your startup script. Add the following lines connection in the Remote System Explorer (see <span class="uicontrol">Connecting to the
to the bottom of the /etc/rc.d/rc.local file:<pre>cd /opt/rseserver Remote Server</span>, below). Otherwise, you do not need to change this
perl ./daemon.pl &amp;</pre> property.</div>
</div> <p><b>Rexec Server Launcher</b></p>
</div> <div class="p">If you have Rexec access enabled to your remote system, you
</div><br></br> can also have the server started automatically by an Rexec command from the
<p><b>Connecting to the Remote Server</b></p> client, when you connect. To do so, use the Server Launcher Properties in
<div class="p">To make a connection the New Connection Wizard.
to your remote server:</div> </div>
<ol> <p><b>Running the daemon at startup</b></p>
<li><span>Switch to the Remote System Explorer perspective. From the workbench <div class="p">You might instead want
menu, click <span class="menucascade"><span class="uicontrol">Window </span> &gt; <span class="uicontrol">Open Perspective </span> &gt; <span class="uicontrol">Remote System Explorer</span></span>.</span></li> to configure the daemon to run at start up for Linux. To do so, you need to
<li><span>In the Remote Systems view, <b>New Connection</b> is automatically append a call to the daemon to your startup script. Add the following lines
expanded to show the various remote systems you can connect to through the to the bottom of the /etc/rc.d/rc.local file:<pre>cd /opt/rseserver
Remote System Explorer. Expand <b>Linux</b> or <b>Unix</b> to perl ./daemon.pl &amp;</pre>
invoke the new connection dialog box and configure a connection.</span></li> </div>
<li><span>Enter a name for your first profile and click <b>Next</b>. (This <p><b>SSL Encryption</b></p>
step only occurs if you have never defined a connection before.)</span></li> <div class="p">By default the RSE Dstore connection is unencrypted. You
<li><span>Enter a connection name. This name displays in your tree view and can, however, configure it to use SSL encryption.
must be unique to the profile.</span></li> </div>
<li><span>Enter the name or TCP/IP address of your Linux server in the <b>Host </div>
name</b> field, for example, LINUX_A.</span></li> </div><br></br>
<li><span>(Optional) Enter a <b>Description</b>. The description appears <p><b>Connecting to the Remote Server</b></p>
in the Properties view after the connection is created.</span></li> <div class="p">To make a connection
<li><span>Click <b>Finish</b> to define your system. </span></li> to your remote server:</div>
</ol> <ol>
<div class="skipspace"> <li><span>Switch to the Remote System Explorer perspective. From the workbench
<div class="attention"><span class="attentiontitle">Attention: </span>To check your port number, right-click your menu, click <span class="menucascade"><span class="uicontrol">Window </span> &gt; <span class="uicontrol">Open Perspective </span> &gt; <span class="uicontrol">Remote System Explorer</span></span>.</span></li>
connection or subsystem from the Remote Systems view and select <b>Properties</b>. <li><span>In the Remote Systems view, <b>New Connection</b> is automatically
Click <b>Subsystem</b> to view the relevant information. If your port is "0," expanded to show the various remote systems you can connect to through the
then your Remote System Explorer communications server will pick any free Remote System Explorer. Expand <b>Linux</b> or <b>Unix</b> to
port on the server. If you specified a port number when starting the server, invoke the new connection dialog box and configure a connection.</span></li>
you need to enter it here, for example, to work with a firewall.</div> <li><span>Enter a name for your first profile and click <b>Next</b>. (This
</div> step only occurs if you have never defined a connection before.)</span></li>
<div class="p"> <li><span>Enter a connection name. This name displays in your tree view and
<div class="note"></div> must be unique to the profile.</span></li>
</div> <li><span>Enter the name or TCP/IP address of your Linux server in the <b>Host
</div> name</b> field, for example, LINUX_A.</span></li>
<div> <li><span>(Optional) Enter a <b>Description</b>. The description appears
<p><b class="reltaskshd">Related tasks</b> in the Properties view after the connection is created.</span></li>
<a href="tbeginwindows.html" title="">Connecting to a remote Windows <li><span>Click <b>Finish</b> to define your system. </span></li>
server</a> </ol>
</p> <div class="skipspace">
</div> <div class="attention"><span class="attentiontitle">Attention: </span>To check your port number, right-click your
</body> connection or subsystem from the Remote Systems view and select <b>Properties</b>.
</html> Click <b>Subsystem</b> to view the relevant information. If your port is "0,"
then your Remote System Explorer communications server will pick any free
port on the server. If you specified a port number when starting the server,
you need to enter it here, for example, to work with a firewall.</div>
</div>
<div class="p">
<div class="note"></div>
</div>
</div>
<div>
<p><b class="reltaskshd">Related tasks</b>
<a href="tbeginwindows.html" title="">Connecting to a remote Windows
server</a>
<!-- TODO SSL configuration -->
</p>
</div>
</body>
</html>

View file

@ -1,104 +1,105 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" href="../book.css"/> <link rel="stylesheet" type="text/css" href="../book.css"/>
<title>Connecting to a remote Windows server</title> <title>Connecting to a remote Windows server</title>
</head> </head>
<body id="tbeginlinux"> <body id="tbeginlinux">
<a name="tbeginlinux"></a> <a name="tbeginlinux"></a>
<h1 class="topictitle1">Connecting to a remote Windows server</h1> <h1 class="topictitle1">Connecting to a remote Windows server</h1>
<div> <div>
<div class="p"> <div class="p">
<p><b>Installing the server code</b></p> <p><b>Installing the server code</b></p>
<div class="p"> <div class="p">
<ol> <ol>
<li> <li>
Create a directory where you want to install the server code. The Create a directory where you want to install the server code. The
remainder of these instructions will assume the directory name and location is remainder of these instructions will assume the directory name and location is
C:\rseserver, but you are free to use any directory you choose.</li> C:\rseserver, but you are free to use any directory you choose.</li>
<li>Find the package that contains the server. <li>Find the package that contains the server.
The server code is usually packaged with a containing product and you should refer to that The server code is usually packaged with a containing product and you should refer to that
product's documentation for finding and installing the server package. product's documentation for finding and installing the server package.
The server is also available, however, on the Eclipse DSDP Target Management download site as the package The server is also available, however, on the Eclipse DSDP
rseserver-&lt;version&gt;-&lt;os&gt;.zip. For example, rseserver-1.0-windows.zip contains the release 1.0 server <a href="http://download.eclipse.org/dsdp/tm/downloads/">Target Management download site</a>
for Windows.</li> as the package <b>rseserver-&lt;version&gt;-&lt;os&gt;.zip</b>. For example, rseserver-1.0-windows.zip contains the release 1.0 server
<li>Copy the rseserver.zip to the C:\rseserver directory (this could be on a different machine).</li> for Windows.</li>
<li>Using an unzip utility to extract the server code to the C:\rseserver directory.</li> <li>Copy the rseserver.zip to the C:\rseserver directory (this could be on a different machine).</li>
</ol> <li>Using an unzip utility to extract the server code to the C:\rseserver directory.</li>
</div> </ol>
<p><b>Starting the server</b></p> </div>
<p>You can start the RSE communications server with the server manually, or with a daemon.</p> <p><b>Starting the server</b></p>
<div class="p">To start the server manually: <p>You can start the RSE communications server with the server manually, or with a daemon.</p>
<ol> <div class="p">To start the server manually:
<li>Configure your CLASSPATH and then start the communications server. In a command prompt, enter: <ol>
<pre> <li>Configure your CLASSPATH and then start the communications server. In a command prompt, enter:
c:<br/> <pre>
cd \rseserver<br/> c:<br/>
setup.bat<br/> cd \rseserver<br/>
server.bat [port] setup.bat<br/>
</pre> server.bat [port]
The port parameter to the server.bat program is optional. If </pre>
you do not specify a port, the server will pick the first port The port parameter to the server.bat program is optional. If
available and print the port number to standard out. By default, it is usually 4033. you do not specify a port, the server will pick the first port
You will then have to enter this port number in the port property for the available and print the port number to standard out. By default, it is usually 4033.
Files subsystem for your connection in the Remote System Explorer (see You will then have to enter this port number in the port property for the
Connecting below). Files subsystem for your connection in the Remote System Explorer (see
</li> Connecting below).
</ol> </li>
</div> </ol>
<div class="p">To start the server with a the server daemon: </div>
<ol> <div class="p">To start the server with a the server daemon:
<li>First, you need to configure your CLASSPATH and then start the <ol>
server daemon. In a command prompt, enter: <li>First, you need to configure your CLASSPATH and then start the
<pre> server daemon. In a command prompt, enter:
c:<br/> <pre>
cd:\rseserver<br/> c:<br/>
setup.bat<br/> cd:\rseserver<br/>
daemon.bat setup.bat<br/>
</pre> daemon.bat
Note that the server daemon <b>does not</b> enforce any user </pre>
authentication. If you run the server daemon, any user can connect to the machine, work Note that the server daemon <b>does not</b> enforce any user
with the file system and run commands. authentication. If you run the server daemon, any user can connect to the machine, work
<span style="font-weight: bold;">Use of the server daemon on Windows systems is not recommended</span>.</li> with the file system and run commands.
</ol> <span style="font-weight: bold;">Use of the server daemon on Windows systems is not recommended</span>.</li>
</div> </ol>
</div> </div>
<div class="p">To connect to a remote Windows server:</div> </div>
<ol> <div class="p">To connect to a remote Windows server:</div>
<li><span>Switch to the Remote System Explorer perspective.</span></li> <ol>
<li><span>In the Remote Systems view, <b>New Connection</b> is <li><span>Switch to the Remote System Explorer perspective.</span></li>
automatically be expanded to show the various remote systems you can connect to <li><span>In the Remote Systems view, <b>New Connection</b> is
through the Remote System Explorer. Expand <b>Windows</b> to invoke a dialog automatically be expanded to show the various remote systems you can connect to
and configure a connection.</span></li> through the Remote System Explorer. Expand <b>Windows</b> to invoke a dialog
<li><span>Enter a name for your first profile and click <b>Next</b>. and configure a connection.</span></li>
(This step only occurs if you have never defined a connection before.)</span></li> <li><span>Enter a name for your first profile and click <b>Next</b>.
<li><span>Enter a connection name. This name displays in your tree (This step only occurs if you have never defined a connection before.)</span></li>
view and must be unique to the profile.</span></li> <li><span>Enter a connection name. This name displays in your tree
<li><span>Enter the name or TCP/IP address of your Windows server in view and must be unique to the profile.</span></li>
the <b>Host Name</b> field, for example, jsandler.</span></li> <li><span>Enter the name or TCP/IP address of your Windows server in
<li><span>Enter a <b>Description</b>(optional); the description the <b>Host Name</b> field, for example, jsandler.</span></li>
appears in the Properties view after the connection is created.</span></li> <li><span>Enter a <b>Description</b>(optional); the description
<li><span>Click <b>Finish</b> to define your system. </span></li> appears in the Properties view after the connection is created.</span></li>
</ol> <li><span>Click <b>Finish</b> to define your system. </span></li>
<div class="p"> </ol>
<div class="note"><span class="notetitle">Note: </span>To check your <div class="p">
port number, right-click your connection or subsystem <div class="note"><span class="notetitle">Note: </span>To check your
from the Remote Systems view and select <b>Properties</b>. Click <b>Subsystem</b> port number, right-click your connection or subsystem
to see the relevant information. If your port is "0," then your Remote from the Remote Systems view and select <b>Properties</b>. Click <b>Subsystem</b>
System Explorer communications server will pick any free port on the Windows to see the relevant information. If your port is "0," then your Remote
server. If you specified a port number when starting the server, you need to System Explorer communications server will pick any free port on the Windows
enter it here, for example, to work with a firewall.</div> server. If you specified a port number when starting the server, you need to
</div> enter it here, for example, to work with a firewall.</div>
</div> </div>
<div> </div>
<p><b class="reltaskshd">Related tasks</b><br/> <div>
<a href="tbeginlinux.html" title="">Connecting to a remote Linux or UNIX server</a><br/> <p><b class="reltaskshd">Related tasks</b><br/>
</p> <a href="tbeginlinux.html" title="">Connecting to a remote Linux or UNIX server</a><br/>
</div> </p>
</body> </div>
</html> </body>
</html>

View file

@ -1,82 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" href="../book.css"/> <link rel="stylesheet" type="text/css" href="../book.css"/>
<title>Working with profiles and team support</title> <title>Working with profiles and team support</title>
</head> </head>
<body id="tteamsup1"> <body id="tteamsup1">
<a name="tteamsup1"></a> <a name="tteamsup1"></a>
<h1 class="topictitle1">Working with profiles and team support</h1> <h1 class="topictitle1">Working with profiles and team support</h1>
<div> <div>
<div class="p">All connections, filter data, user actions, and compile <div class="p">All connections, filter data, user actions, and compile
commands belong to profiles. Profiles can be shared by team members for the purpose of commands belong to profiles. Profiles can be shared by team members for the purpose of
team development. You can work with your profiles in the Team view to enable team development. You can work with your profiles in the Team view to enable
greater control over team-sharable elements in the Remote System Explorer. greater control over team-sharable elements in the Remote System Explorer.
<div class="note"><span class="notetitle">Note: </span>Because <div class="note"><span class="notetitle">Note: </span>Because
the Remote Systems view only displays connections, filters, user the Remote Systems view only displays connections, filters, user
actions, and compile commands from active profiles, you need to be in the Team actions, and compile commands from active profiles, you need to be in the Team
view to work with or activate your non-active profiles. view to work with or activate your non-active profiles.
</div> </div>
</div> </div>
<div class="p">To manage your team profiles: <div class="p">To manage your team profiles:
<div class="p"> <div class="p">
<ol> <ol>
<li>In the Remote Systems perspective, select the Team tab which by <li>In the Remote Systems perspective, select the Team tab which by
default is located in the same pane as the Remote Systems view.&nbsp; default is located in the same pane as the Remote Systems view.&nbsp;
This will bring the Team view to the front of the Remote System This will bring the Team view to the front of the Remote System
Explorer.&nbsp; You can also use the&nbsp; Explorer.&nbsp; You can also use the&nbsp;
<img src="../images/gsarrow.gif" title="" alt="menu" style="width: 24px; height: 23px;"/> <img src="../images/gsarrow.gif" title="" alt="menu" style="width: 24px; height: 23px;"/>
button on the Remote Systems view and select the <span style="font-weight: bold;">Work With Profiles</span> button on the Remote Systems view and select the <span style="font-weight: bold;">Work With Profiles</span>
action.<br/> action.<br/>
</li> </li>
<li>In the Team view, expand the root element, <b>RemoteSystemsConnections</b>, <li>In the Team view, expand the root element, <b>RemoteSystemsConnections</b>,
to see a list of your profiles. to see a list of your profiles.
<ul> <ul>
<li>To create a profile, right-click on the root element in the <li>To create a profile, right-click on the root element in the
Team view, and select <b>New &gt; Profile</b> and complete the dialog box for the Team view, and select <b>New &gt; Profile</b> and complete the dialog box for the
profile.</li> profile.</li>
<li>To activate or deactivate a profile, right-click the profile <li>To activate or deactivate a profile, right-click the profile
and select <b>Active</b> (if it is deactivated) or <b>Not active</b> (if it is active).</li> and select <b>Active</b> (if it is deactivated) or <b>Not active</b> (if it is active).</li>
<li>To duplicate a profile in the view, right-click the profile <li>To duplicate a profile in the view, right-click the profile
and select <b>Duplicate</b>. This action copies all of the profile's connections, filters, user and select <b>Duplicate</b>. This action copies all of the profile's connections, filters, user
actions, and compile commands.</li> actions, and compile commands.</li>
<li>To rename a profile, right-click the profile and select <b>Rename</b>.</li> <li>To rename a profile, right-click the profile and select <b>Rename</b>.</li>
</ul> </ul>
</li> </li>
<li>In the Team view, you can also expand your profiles to view <li>In the Team view, you can also expand your profiles to view
connections, filter pools, user actions, and compile commands that belong to each connections, filter pools, user actions, and compile commands that belong to each
profile. Right-click on any of your specific filters, user actions, and so on, profile. Right-click on any of your specific filters, user actions, and so on,
to open a <b>Work with</b> window. These are the same actions available in the to open a <b>Work with</b> window. These are the same actions available in the
Remote Systems view. To work with filter pools, for example, right-click one Remote Systems view. To work with filter pools, for example, right-click one
of your filters, and select <b>Work with filter pools</b>. Keep in mind that of your filters, and select <b>Work with filter pools</b>. Keep in mind that
the Remote Systems view is the more ideal environment to manipulate filters, the Remote Systems view is the more ideal environment to manipulate filters,
filter pools, compile commands, user actions, and so on. The Team view is designed to filter pools, compile commands, user actions, and so on. The Team view is designed to
manage profiles, and view the elements that belong to each profile. The Remote manage profiles, and view the elements that belong to each profile. The Remote
Systems view is designed for you to work with all the items that belong to your Systems view is designed for you to work with all the items that belong to your
active profiles. It includes a greater number of right-click and menu options active profiles. It includes a greater number of right-click and menu options
for a development-focused approach.</li> for a development-focused approach.</li>
<li>When you have finished working with your profiles, switch back to <li>When you have finished working with your profiles, switch back to
the Remote Systems view, by clicking the Remote Systems tab, to continue the Remote Systems view, by clicking the Remote Systems tab, to continue
working with active profile artifacts, or remain in the Team view to working with active profile artifacts, or remain in the Team view to
<a href="tteamsup.html">synchronize your profiles with the repository</a>.</li> <a href="tteamsup.html">synchronize your profiles with the repository</a>.</li>
</ol> </ol>
</div> </div>
</div> </div>
</div> </div>
<div> <div>
<p><b class="relconceptshd">Related concepts</b><br/> <p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cteam.html" title="">Team support</a><br/> <a href="../concepts/cteam.html" title="">Team support</a><br/>
<a href="../concepts/cprofile.html" title="">Remote System Explorer Profiles</a><br/> <a href="../concepts/cprofile.html" title="">Remote System Explorer Profiles</a><br/>
</p> </p>
<p><b class="reltaskshd">Related tasks</b><br/> <p><b class="reltaskshd">Related tasks</b><br/>
<a href="tteamsup.html" title="">Using team support</a><br/> <a href="tteamsup.html" title="">Using team support</a><br/>
<a href="tworkuseract.html" title="">Managing user actions (user options)</a><br/> <!-- TODODeferred after RSE 1.0
</p> <a href="tworkuseract.html" title="">Managing user actions (user options)</a><br/>
</div> -->
</body> </p>
</html> </div>
</body>
</html>

View file

@ -1,48 +1,59 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<?NLS TYPE="org.eclipse.help.toc"?> <?NLS TYPE="org.eclipse.help.toc"?>
<toc label="RSE User Guide"> <toc label="RSE User Guide">
<topic label="Universal Systems" href="concepts/cuniversal.html"/> <topic label="Getting Started" href="gettingstarted/gstart.html">
<topic label="Remote System Explorer Connections" href="concepts/cbegin.html"> <topic label="Installing the Remote System Explorer" href="gettingstarted/g1installing.html"/>
<topic label="Connecting to a remote Linux or UNIX server" href="tasks/tbeginlinux.html"/> <topic label="First Steps with the Remote System Explorer" href="gettingstarted/g2firststeps.html"/>
<topic label="Connecting to a remote Windows server" href="tasks/tbeginwindows.html"/> <topic label="Using Remote Connections" href="gettingstarted/gusing.html"/>
<topic label="Disconnecting from a remote server" href="tasks/tbegindiscon.html"/> </topic>
<topic label="Creating a second connection to a remote server" href="tasks/tbeginsecond.html"/> <topic label="Remote System Explorer Connections" href="concepts/cbegin.html">
<topic label="Deleting a connection" href="tasks/tbegindelete.html"/> <topic label="Universal Systems" href="concepts/cuniversal.html"/>
<topic label="Configuring environment variable support for connections" href="tasks/tbeginenv.html"/> <topic label="Connecting to a remote Linux or UNIX server" href="tasks/tbeginlinux.html"/>
</topic> <topic label="Connecting to a remote Windows server" href="tasks/tbeginwindows.html"/>
<topic label="Remote System Explorer filters, filter pools, and filter pool references" href="concepts/cfilters.html"> <topic label="Disconnecting from a remote server" href="tasks/tbegindiscon.html"/>
<topic label="Creating filters" href="tasks/tmanagemem.html"/> <topic label="Creating a second connection to a remote server" href="tasks/tbeginsecond.html"/>
<topic label="Changing filters" href="tasks/tmanageedit.html"/> <topic label="Deleting a connection" href="tasks/tbegindelete.html"/>
<topic label="Deleting filters" href="tasks/tmanagedel.html"/> <topic label="Configuring environment variable support for connections" href="tasks/tbeginenv.html"/>
<topic label="Configuring filter pools" href="tasks/tmanagepools.html"/> </topic>
<topic label="Configuring filter pool references" href="tasks/tmanagepoolsref.html"/> <topic label="Remote System Explorer filters, filter pools, and filter pool references" href="concepts/cfilters.html">
</topic> <topic label="Creating filters" href="tasks/tmanagemem.html"/>
<topic label="Remote System Explorer Profiles" href="concepts/cprofile.html"> <topic label="Changing filters" href="tasks/tmanageedit.html"/>
<topic label="Creating a second profile" href="tasks/tbeginsecprofile.html"/> <topic label="Deleting filters" href="tasks/tmanagedel.html"/>
<topic label="Deleting a profile" href="tasks/tbegindeleteprofile.html"/> <topic label="Configuring filter pools" href="tasks/tmanagepools.html"/>
</topic> <topic label="Configuring filter pool references" href="tasks/tmanagepoolsref.html"/>
<topic label="Team support" href="concepts/cteam.html"> </topic>
<topic label="Using team support" href="tasks/tteamsup.html"/> <topic label="Remote System Explorer Profiles" href="concepts/cprofile.html">
<topic label="Working with profiles and team support" href="tasks/tteamsup1.html"/> <topic label="Creating a second profile" href="tasks/tbeginsecprofile.html"/>
</topic> <topic label="Deleting a profile" href="tasks/tbegindeleteprofile.html"/>
<topic label="Shells and commands in the Remote Systems view" href="concepts/crunremcmds.html"> </topic>
<topic label="Running and viewing commands and shells using the Remote Commands view" href="tasks/truncmdsview.html"/> <topic label="Team support" href="concepts/cteam.html">
<topic label="Working with command shells" href="tasks/twrkcmdshl.html"/> <topic label="Using team support" href="tasks/tteamsup.html"/>
</topic> <topic label="Working with profiles and team support" href="tasks/tteamsup1.html"/>
<topic label="User actions" href="concepts/cuseractions.html"> </topic>
<topic label="Managing user actions" href="tasks/tworkuseract.html"/> <topic label="Shells and commands in the Remote Systems view" href="concepts/crunremcmds.html">
<topic label="Editing an existing type" href="tasks/tedittype.html"/> <topic label="Running and viewing commands and shells using the Remote Commands view" href="tasks/truncmdsview.html"/>
<topic label="Removing an existing type" href="tasks/tremtype.html"/> <topic label="Working with command shells" href="tasks/twrkcmdshl.html"/>
</topic> </topic>
<topic label="Search for text and files on remote servers" href="tasks/tmanagesearch.html"> <!-- TODODeferred after RSE 1.0
<topic label="Using search parameters with special characters" href="ref/rsearch.html"/> <topic label="User actions" href="concepts/cuseractions.html">
</topic> <topic label="Managing user actions" href="tasks/tworkuseract.html"/>
<topic label="Compiling programs" href="concepts/cremcompile.html"/> <topic label="Editing an existing type" href="tasks/tedittype.html"/>
<topic label="Managing archived files" href="tasks/tarchive.html"/> <topic label="Removing an existing type" href="tasks/tremtype.html"/>
<topic label="Importing resources from a remote file system" href="tasks/tremoimp.html" /> </topic>
<topic label="Exporting resources to a remote file system" href="tasks/tremoexp.html" /> -->
<topic label="Building programs on a remote system" href="tasks/tbuild.html" /> <topic label="Search for text and files on remote servers" href="tasks/tmanagesearch.html">
<topic label="Accessing Remote System Explorer preferences" href="ref/rrsepref.html"/> <topic label="Using search parameters with special characters" href="ref/rsearch.html"/>
<topic label="Saving User IDs and passwords" href="tasks/tbeginpass.html"/> </topic>
<topic label="Legal" href="notices.html"/> <!-- TODODeferred after RSE 1.0
<topic label="Compiling programs" href="concepts/cremcompile.html"/>
-->
<topic label="Managing archived files" href="tasks/tarchive.html"/>
<!-- TODODeferred after RSE 1.0
<topic label="Importing resources from a remote file system" href="tasks/tremoimp.html" />
<topic label="Exporting resources to a remote file system" href="tasks/tremoexp.html" />
<topic label="Building programs on a remote system" href="tasks/tbuild.html" />
-->
<topic label="Accessing Remote System Explorer preferences" href="ref/rrsepref.html"/>
<topic label="Saving User IDs and passwords" href="tasks/tbeginpass.html"/>
<topic label="Legal" href="notices.html"/>
</toc> </toc>