From 3be872e172cf63269c03dc89c480aee6a213432b Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 25 Sep 2006 16:06:00 +0000 Subject: [PATCH] Bug 142952 - Update docs for easier startup of Windows daemon.bat --- .../tasks/tbeginlinux.html | 28 ++++---- .../tasks/tbeginwindows.html | 67 +++++++++++-------- 2 files changed, 54 insertions(+), 41 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 c7075ca451d..26551230a0c 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginlinux.html @@ -51,14 +51,6 @@ team sharing), but you are free to use any directory. server code from the package appropriate to your operating system. For linux this command is:
tar -xf rseserver-1.0-linux.tar-
-chmod 755 server.pl -chmod 755 daemon.pl -chmod 755 auth.pl --
ln -s /op not run under root, it will be unable to authenticate connecting users.) Run the following commands:-Note that the server daemon runs on port 4035. You can also start the -daemon.unix in the same way.su -l root cd /opt/rseserver -perl ./daemon.pl+perl ./daemon.pl [daemonPort] [serverPortRange]
+perl ./daemon.pl 4035 10000-10010+
To start the server manually
cd /opt/rseserver perl ./server.pl [port]These commands run the server.pl -script located in the /opt/rseserver directory. If this does not work, try -changing the permission attributes on server.pl (for example, enter chmod -755 server.pl. The port parameter to the server.pl script is +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 @@ -104,6 +99,11 @@ to enter this port number in port property for the Files subsystem for your connection in the Remote System Explorer (see Connecting to the Remote Server, below). Otherwise, you do not need to change this property.
Rexec Server Launcher
Starting the server
You can start the RSE communications server with the server manually, or with a daemon.
-daemon.bat
program to start a server daemon.daemon.bat
file to change properties for the daemon,
+like a specific daemon port to use or to force a port range for the server
+(in order to comply with firewalls).++Note that the server daemon does not enforce any user +authentication. If you run the server daemon, any user can connect to the machine, work +with the file system and run commands. +Use of the server daemon on Windows systems is not recommended. +
+The server daemon runs on port 4035 by default. You can pass the optional +daemonPort argument to force a different port if you want.
+If your daemon runs behind a firewall, you may want to specify the optional +serverPortRange argument to restrict selected server ports to the +range given:+daemon.bat 4035 10000-10010+
server.bat
program to start a
+dstore server. The server will pick the first port available and print
+the port number. By default, it is usually 4033.
+You will then have to enter this port number in port property for the
+Files subsystem for your connection in the Remote System Explorer.c:-The port parameter to the server.bat program is optional. If -you do not specify a port, the server will pick the first port -available and print the port number to standard out. By default, it is usually 4033. -You will then have to enter this port number in the port property for the -Files subsystem for your connection in the Remote System Explorer (see -Connecting below).
cd \rseserver
-setup.bat
-server.bat [port] +server.bat [port] [timeout]
-c:-Note that the server daemon does not enforce any user -authentication. If you run the server daemon, any user can connect to the machine, work -with the file system and run commands. -Use of the server daemon on Windows systems is not recommended.
-cd:\rseserver
-setup.bat
-daemon.bat -