简体   繁体   English

如何将定制的Java程序作为Java插件添加到IBM Tivoli Provisioning Manager(TPM)?

[英]How to add a custom made Java program to the IBM Tivoli Provisioning Manager ( TPM ) as a Java Plugin?

I need to add my custom made java program to the IBM Tivoli Provisioning manager as a Java Plugin. 我需要将定制的Java程序作为Java插件添加到IBM Tivoli Provisioning管理器中。 Please help with detailed procedures. 请帮助详细的程序。

by plugin do you mean a complete new area in the maximo interface or are you trying to add a java call to have a provisioning workflow call? 按插件,您是指在maximo界面中一个全新的区域,还是要添加Java调用以进行预配工作流调用? If you haven't installed the Application Developer Environment I'd recommend installing that. 如果尚未安装Application Developer Environment,则建议您安装它。 Once you have written your java plugin compile it into a .tcdriver automation package and install it using (as tioadmin) $TIO_HOME/tools/tc-driver-installer.sh install note the package name should not have .tcdriver in it and should be located in $TIO_HOME/drivers and owned by tioadmin:tioadmin. 将Java插件编写好后,将其编译为.tcdriver自动化程序包,并使用(以tioadmin身份)$ TIO_HOME / tools / tc-driver-installer.sh install进行安装。请注意,程序包名称中不应包含.tcdriver。位于$ TIO_HOME / drivers中,并由tioadmin:tioadmin拥有。

http://publib.boulder.ibm.com/infocenter/tivihelp/v45r1/topic/com.ibm.tivoli.tpm.wkf.doc/workflows/twkf_gettingstarted.html?resultof=%22%41%50%44%45%22%20%22%61%70%64%22%20 http://publib.boulder.ibm.com/infocenter/tivihelp/v45r1/topic/com.ibm.tivoli.tpm.wkf.doc/workflows/twkf_gettingstarted.html?resultof=%22%41%50%44%45 %22%20%22%61%70%64%22%20

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM