?? owfe-suite.bat
字號:
@echo offremrem starting the default OpenWFE full suiteremrem $Id: owfe-suite.bat,v 1.4 2004/12/21 15:30:04 jmettraux Exp $remrem rem by default OpenWFE uses the ISO-8859-1 encoding (Vieille Europe)rem you can set here the encoding that you'd like to use by changing therem next export line and uncommenting it.rem rem set ENCODING=-Dopenwfe.xml.encoding=ISO-8859-15remrem common settingsrem It's very important to set those two 'HOME' variable. rem And it's strongly recommended not to have white spaces or accented rem characters in those two paths !rem set JAVA_HOME=c:\j2sdk1.4.2_01set OPENWFE_HOME=c:\openwfe-aio-1.4.5set JAVA_CMD=%JAVA_HOME%\bin\javaset ETC=%OPENWFE_HOME%\etcset JARS=%OPENWFE_HOME%\jarsremrem classpath (you usually don't need to modify this)setlocal enabledelayedexpansionset CP=%JAVA_HOME%/jre/lib/rt.jar;%JAVA_HOME%/lib/tools.jarfor %%i in ("%JARS%\*.jar") do set CP=!CP!;%%iremrem If the preceding 'for' loop doesn't work, you should 'rem' out its 3 linesrem and uncomment the following 32 lines.rem Thus the classpath will be set staticallyrem rem set CP=%JAVA_HOME%/jre/lib/rt.jar;%JAVA_HOME%/lib/tools.jarrem set CP=%CP%;%JARS%\openwfe-uman-actions.jarrem set CP=%CP%;%JARS%\org.mortbay.jetty.jarrem set CP=%CP%;%JARS%\jdom.jarrem set CP=%CP%;%JARS%\mysql-connector-java-3.0.5-gamma-bin.jarrem set CP=%CP%;%JARS%\openwfe-worklist.jarrem set CP=%CP%;%JARS%\openwfe-worklist-actions.jarrem set CP=%CP%;%JARS%\activation.jarrem set CP=%CP%;%JARS%\openwfe-webserver.jarrem set CP=%CP%;%JARS%\jython-2.1.jarrem set CP=%CP%;%JARS%\javax.xml.jaxp.jarrem set CP=%CP%;%JARS%\openwfe-service-action.jarrem set CP=%CP%;%JARS%\jasper-compiler.jarrem set CP=%CP%;%JARS%\jyLib.jarrem set CP=%CP%;%JARS%\mail.jarrem set CP=%CP%;%JARS%\pg73jdbc3.jarrem set CP=%CP%;%JARS%\crimson.jarrem set CP=%CP%;%JARS%\openwfe-xdbc.jarrem set CP=%CP%;%JARS%\javax.servlet.jarrem set CP=%CP%;%JARS%\openwfe-engine.jarrem set CP=%CP%;%JARS%\com.sun.net.ssl.jarrem set CP=%CP%;%JARS%\jasper-runtime.jarrem set CP=%CP%;%JARS%\openwfe-applic.jarrem set CP=%CP%;%JARS%\log4j-1.2.5.jarrem set CP=%CP%;%JARS%\db2jcc.jarrem set CP=%CP%;%JARS%\openwfe-engine-actions.jarrem set CP=%CP%;%JARS%\ant.jarrem set CP=%CP%;%JARS%\commons-fileupload-1.0.jarrem set CP=%CP%;%JARS%\openwfe-apre.jarrem set CP=%CP%;%JARS%\velocity-dep-1.4.jarrem set CP=%CP%;%JARS%\openwfe-uman.jarrem set CP=%CP%;%JARS%\openwfe-worklist-shell.jarrem set CP=%CP%;%JARS%\openwfe-input.jarrem echo %CP%if ""%1""==""stop"" goto stopset FLAVOUR=%1rem the workflow engine itselfstart owfe.bat aio %FLAVOUR%rem a small webserver for the workflow definitionsrem (http://localhost:7079)start owfe.bat wfdserver %FLAVOUR%rem the webclient to the worklistrem (http://localhost:7080)start owfe.bat webclient %FLAVOUR%rem Droflo listens on port 7085start owfe.bat droflo %FLAVOUR%goto end:stopcall baserem stop the engine%JAVA_CMD% -cp %CP% openwfe.org.misc.SignalClient 6554 STOP%JAVA_CMD% -cp %CP% openwfe.org.misc.SignalClient 6555 STOP%JAVA_CMD% -cp %CP% openwfe.org.misc.SignalClient 6558 STOP%JAVA_CMD% -cp %CP% openwfe.org.misc.SignalClient 6559 STOP:endrem that's all folks
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -