From 5d4c83c2e4bd11c683896a0a194da5058642fb11 Mon Sep 17 00:00:00 2001
From: David Dykstal
Prerequisites
To use the Remote System Explorer communications server daemon you need to install Perl. Using the daemon helps eliminate some of the manual steps -when you connect to the server.Also note that Java Development Kit (JDK) -version 1.4 or higher is required.
+when you connect to the server.Installing the server code
cd /opt/rseserver-
jar -xf rseserver.jar- Attention: The -jar command is shipped with the JDK and might not be in your path. If you -receive a "command not found" error when running the jar command then try -to qualify the jar command with the installation directory for the JDK. For -example: /opt/IBMJava2-131/bin/jar -xf rseserver.jar -
dos2unix daemon.linux -dos2unix server.linux -chmod 755 server.linux -chmod 755 daemon.linux -chmod 755 auth.pl-
cd /opt/rseserver+
tar -xf rseserver-1.0-linux.tar+
+chmod 755 server.pl +chmod 755 daemon.pl +chmod 755 auth.pl ++
ln -s /opt/IBMJava2-131/jre/bin/java /usr/bin/java+to the java command in /usr/bin by running the following command:
ln -s /opt/IBMJava2-141/jre/bin/java /usr/bin/java
su -l root cd /opt/rseserver -perl ./daemon.linux+perl ./daemon.pl
To start the Linux server manually
+To start the server manually
cd /opt/rseserver -perl ./server.linux [port]-These commands run the server.linux +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.linux (for example, enter chmod -755 server.linux. The port parameter to the server.linux 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 -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.
To start the UNIX server manually
-cd /opt/rseserver -perl ./server.unix [port]-These commands run the server.linux -script located in the /opt/rseserver directory. If this does not work, try -changing the permission attributes on server.unix (for example, enter chmod -755 server.unix. The port parameter to the server.unix script is +changing the permission attributes on server.pl (for example, enter chmod +755 server.pl. 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 @@ -118,9 +102,8 @@ property.
cd /opt/rseserver -perl ./daemon.linux &-You can also add perl ./daemon.unix if -you want to run the UNIX daemon at startup.
Connecting to the Remote Server
diff --git a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html index 88a39d4ad48..b5244044243 100755 --- a/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html +++ b/rse/doc/org.eclipse.rse.doc.user/tasks/tbeginwindows.html @@ -14,41 +14,35 @@Installing the server code:
+Installing the server code
jar xf rseserver.jar-
Starting the server:
-You can start the RSE communications -server with the server manually, or with a daemon.
-Starting the server
+You can start the RSE communications server with the server manually, or with a daemon.
+c:-The port parameter to the run.win.bat program is optional. If +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 @@ -64,13 +58,13 @@ server daemon. In a command prompt, enter:
-cd:\rseserver
-win.env.bat
-run.win.bat [port] +cd \rseserver
+setup.bat
+server.bat [port]
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
-win.env.bat
-daemon.win.bat +setup.bat
+daemon.bat