SFNSC'S J2EE blog

BlogJava 首页 新随笔 联系 聚合 管理
  2 Posts :: 0 Stories :: 1 Comments :: 0 Trackbacks

2005年1月27日 #

先说明一下,系统为WIN2003,JDK已配置。英文基本摘选于官方文档,中文是我自己翻译的,如有错误请指正,THX。

1、Download the latest orion package from http://www.orionserver.com and unzip the orion package.

       从http://www.orionserver.com 下载最新的Orion压缩包并解压。

2、If you want to enable JSP and other technologies needing access to a java compiler, you have to copy the tools.jar file from your Java 2 SDK installation to the orion/ directory.

     如果你想让Orion支持JSP及其它技术需要一个JAVA编译器,你必须从你的JDK安装目录拷贝 tools.jar 文件到Orion安装目录。

3、Run the orion.jar file in the orion/ dir (orion.jar is an executable jar, so java -jar orion.jar will start it) (if you need to run on another port than port 80, edit the config/default-web-site.xml file). 

     在orion目录下,启动orion.jar(orion.jar是个可执行的jar包,所以java -jar orion.jar就可以启动她)(如果你要运行的是其它端口而不是80端口,修改config目录下的default-web-site.xml文件)。

      First time you run Orion, start it with the -install switch and when prompted, enter the admin password you want to use.

      第一次运行Orion时,用-install启动她(即java -jar orion.jar -install),当出现DOS提示时,输入你想使用的管理密码。

4、Now, if everything works fine the server should output "Orion/x.x.x initialized" (x.x.x being the Orion version number)

      现在,如果一切运行良好的话,服务器将输出"Orion/x.x.x initialized"(x.x.x是Orion的版本号)

      To make sure it really started, start your web browser and try accessing http://localhost/ from it.

       确保她被正确启动,打开你的浏览器试着访问http://localhost/ 。(我改为8080端口,so访问地址为http://localhost:8080/ ,修改端口见第三步。)

posted @ 2005-01-27 14:17 SFNSC'S J2EE blog 阅读(508) | 评论 (1)编辑 收藏

西西,选择了,就不要轻易放弃!

我将把Orion学习笔记发表在这里,欢迎同道朋友能与我交流!

MSN: fcsoe@msn.com

QQ: 80333017

posted @ 2005-01-27 14:12 SFNSC'S J2EE blog 阅读(334) | 评论 (0)编辑 收藏

仅列出标题