|
PowerFolder 工作流服务器版本0.5 试驾之旅(2)(1)
Test Drives 试驾之旅 2.1 Print10Test 打印10次测试 2.1.1 Situation 情况 This is a simple test equivalent to the perennial 'Hello World' program found in many tutorials. The goal is to count from 0 to 9 and print the result to the screen. 这是一个简单的测试,与常见的在许多向导中的"Hello World"程序等价。目的在于 从0到9计数,并且打印结果到屏幕上去。 2.1.2 Preparation准备 2.1.2.1 Overview 概述 1) If the PowerFolder Server has not been started, start it now. 2) Log into the PowerFolder Console 3) Undeploy all scripts and web pages 4) Deploy the following script and web pages. 1) 如果PowerFolder服务器没有启动,那么启动它。 2) 登录进入PowerFolder控制台 3) 卸载所有脚本和Web页面 4) 发布下面的脚本和Web页面 Script: - Print10Times 脚本: Print10Times Web Pages: - StartPrint10Times Web页面 - StartPrint10Times 2.1.2.2 How-To 怎样做 - Starting the PowerFolder Server. If you configured environment variable 'Java_HOME' during installation, just double-click 'run_with_tomcat.bat' in Windows EXPlorer. Otherwise, open a command console and make sure the environment variable 'Java_HOME' is set to base directory of the Java installation. Start the PowerFolder server by going to the directory then go to the 'jboss' subdirectory then again go to the 'bin' subdirectory. Run program 'run_with_tomcat.bat'. 启动PowerFolder服务器。如果你在安装时配置了环境变量Java_HOME,在文件夹中双 击run_with_tomcat.bat。否则,打开一个命令行控制台,确认环境变量Java_HOME被设
|