我正在寻找使用weblogic部署程序自动化weblogic jar部署的方法。
我确实在寻找好的例子。
到目前为止,我已经看到了:-
java weblogic.Deployer -adminurl http://localhost:10001 -user <user> -password <password> -name mylib -library -libspecver 1.0 -libimplver 2.0 -deploy c:/myapps/mylib.jar
-libspecver
和libimplver
是什么?
已部署的jar在weblogic控制台gui上的外观如何-显示名称和版本?
谢谢 (非Java开发人员)
答案 0 :(得分:0)
查看有关deploying的本文。
最佳做法是包括部署库的版本字符串信息,但这只是建议。
If you are deploying a library or package that does not include version string information, you can specify it at the command line using one or both of the following options:
libspecver—Defines a specification version for the library or package.
libimplver—Specifies an implementation version for the library or package.