Enable the Web Service Testing Interface for Adobe LiveCycle Workflow

1) Modify the run.bat file
If you are running JBoss via the console, then you’ll need to modify the run.bat file. First add the following line to the file:
set WF_TEST=-Dadobe.workflow.service.test.enabled=true
Now locate (near the end of the file) the line that starts the JVM and looks something like this:
“%JAVA%” %JAVA_OPTS% -classpath “%JBOSS_CLASSPATH%” -Xms128m -Xmx512m -Djava.endorsed.dirs=%JBOSS_HOME%/server/all/lib/endorsed org.jboss.Main -c all %*
Add the WF_TEST variable to the line so that it looks like this:
“%JAVA%” %JAVA_OPTS% -classpath “%JBOSS_CLASSPATH%” -Xms128m -Xmx512m %WF_TEST% -Djava.endorsed.
dirs=%JBOSS_HOME%/server/all/lib/endorsed org.jboss.Main -c all %*
The next time you restart JBoss the web service test interface will be available at: http://serverName:port/services
2) Modify the JVM parameters in the registry
If you used the turnkey install and run JBoss as a service you’ll need to add a registry key to pass the necessary JVM parameter when the service starts. The registry key should be added to:
HKEY_LOCAL_MACHINE/SYSTEM/ControlSet001/Services/JBoss for Adobe Livecycle/Parameters
Create a new string value named “JVM Option Number #” where # is the next number in sequence (ie: if the previous
was JVM Option number 2 then 3 should be used as the # this time). The value value must be: -Dadobe.workflow.service.test.enabled=true .
The next time you restart the JBoss service the web service test interface will be available at: http://serverName:port/services
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值