Application Server Version 6.1 Feature Pack for Web Services
オペレーティング・システム: AIX
, HP-UX, i5/OS, Linux, Solaris, Windows, Windows Vista, z/OS 目次と検索結果のパーソナライズ化
スクリプトによる汎用サーバーの管理
WebSphere Application Server を使用して、汎用サーバーを
定義、始動、停止、およびモニターすることができます。
AdminTask.createGenericServer('mynode', '[-name generic1 -ConfigProcDef
[[c:¥tmp¥myStartCommand.exe "a b c" "" "" C:¥tmp¥myStopCommand "x y z"]]]')
AdminConfig.save()
AdminTask.createGenericServer('mynode', '[-name generic1 -ConfigProcDef
[[¥tmp¥myStartCommand.exe "a b c" "" "" ¥tmp¥myStopCommand "x y z"]]]')
AdminConfig.save()
AdminTask.createGenericServer('mynode', '[-name generic1 -ConfigProcDef
[[/mydir1/myStartCommand "a b c" "" "" /tmp/workingDirectory
/mydir2/myStopCommand "x y z"]]]')
AdminConfig.save()
最終更新: Jan 21, 2008 4:10:06 PM EST http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/txml_genericserver.html