Chinaunix首页 | 论坛 | 博客
  • 博客访问: 317332
  • 博文数量: 62
  • 博客积分: 2087
  • 博客等级: 大尉
  • 技术积分: 780
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-20 21:08
文章分类

全部博文(62)

文章存档

2009年(7)

2008年(55)

我的朋友

分类: LINUX

2008-09-09 17:27:12

Eclipse Ganymede 先睹为快

原文链接:
http://www.ibm.com/developerworks/cn/opensource/os-eclipse-ganymede/

我是在使用远程系统管理()的时候发现这篇文章的,
这篇文章是08年7月写的,比较全面、及时的介绍了目前最新的Eclipse的功能~~,推荐一下!

服务端设置:

The following documentation explains how to install the Windows server code, start the server daemon, and make a connection to a remote Windows server. Look for setting up a server on , and additional configuration options.

Installing the server code

  1. Create a directory where you want to install the server code. The remainder of these instructions will assume the directory name and location is C:\rseserver, but you are free to use any directory you choose.
  2. Find the package that contains the server. 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. The server is also available, however, on the Eclipse DSDP as the package rseserver--.zip. For example, rseserver-2.0-windows.zip contains the release 2.0 server for Windows.
  3. Copy the rseserver.zip to the C:\rseserver directory (this could be on a different machine).
  4. Using an unzip utility to extract the server code to the C:\rseserver directory.

Starting the server

You can start the RSE communications server with the server manually, or with a daemon.

To start the server with a the server daemon:
  1. Simply double click the daemon.bat program to start a server daemon.
  2. You can edit the 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 4075 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 4075 10000-10010
To start the server manually:
  1. Simply double click on the 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.
  2. For security reasons, the server will only wait a limited time until a client connects (12000 seconds by default).
  3. In order to start the server with an exactly specified port or timeout, open a Windows command prompt and enter:
    c:
    cd \rseserver
    server.bat [port] [timeout]
  4. When you connect RSE to the server, the server will terminate as soon as you disconnect the client. The daemon, however, will not terminate.


客户端设置:
1.窗口-》打开透视图-》其他-》Remote System Explore
  此时可以看到Local文件系统

2.然后直接在远程系统浏览窗口中右键开始建立一个新的远程连接工程



阅读(1579) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~