From d13a5e88bb91954a1ac90f44b849873c076928bc Mon Sep 17 00:00:00 2001 From: David Dykstal Date: Tue, 3 Jun 2008 18:16:43 +0000 Subject: [PATCH] [206843] [doc] Documentation refers to server.pl instead of server.sh https://bugs.eclipse.org/bugs/show_bug.cgi?id=206843 --- .../tasks/tbeginlinux.html | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html index 2e817336d3e..3b680ce9e73 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html @@ -86,12 +86,18 @@ range given:
 perl ./daemon.pl 4075 10000-10010

To start the server manually

-
If you do not have root access on a remote machine, you can -start the server manually for your particular user id only. Run -the following commands:
cd /opt/rseserver
-perl ./server.pl [port]
-These commands run the server.pl -script located in the /opt/rseserver directory. The port parameter to the server.pl script is +
+
+Note: In the following discussion we assume that the RSE server has been installed on Linux. +If you are running on a UNIX system the script name is "server.sh" rather than "server.pl". +
+If you do not have root access on a remote machine, you can start the server manually for your particular user id only. +Run the following commands: +
+cd /opt/rseserver
+perl ./server.pl [port]
+
+These commands run the server.pl script located in the /opt/rseserver directory. The port parameter to the server.pl script is optional. If you do not specify a port, then the server will pick the first one available and print the port number to standard out. By default, it is usually 4033. If you would like to use a different port, you will then have