wso2 carbon studio: uploading a class mediator to ESB(wso2 carbon studio:将类调解器上传到 ESB)
问题描述
在 ESB 上部署类 Mediator 的最快方法是什么?
我在 Eclipse 中有我的自定义中介,每次我将项目提取为 JAR 文件并将其放入ESB epositorycomponentslib"但它不会每次都提交更改...
I have my custom mediator in eclipse and every time I extract the project as a JAR file and put it in "ESB epositorycomponentslib" but it does not commit the changes every time...
看起来 ESB 仍在使用我的自定义中介的旧版本.
it looks like ESB still use an old verion of my custom mediator.
请推荐
编辑:还要部署最后一个版本,我需要删除dropins"文件夹中的所有文件
EDIT: also to have the last version deployed I need to delete all the files in the "dropins" folder
推荐答案
我建议的最快方法(使用 Developer Studio 2.0.1):
The fastest way I would suggest (With Developer Studio 2.0.1):
- 创建中介项目
- 创建一个 Carbon 应用程序项目并将中介项目作为 C-App 工件包含在 C-App 项目中
- 导出C-App项目并获取CAR文件
- 在 C-App 部署文件夹(/repository/deployment/server/carbonapps)中部署 CAR 文件
** 无需重新启动服务器或删除 components/lib 位置或 components/dropins 位置中的现有 Jars
** No need to restart the Server or delete existing Jars in the components/lib location or components/dropins location
我建议的最快方式(使用 Carbon Studio 1.0.14):
The fastest way I would suggest (With Carbon Studio 1.0.14):
- 将碳应用项目"导出为 CAR
- 将 CAR 放入/repository/deployment/server/carbonapps
** 无需重新启动服务器或删除 components/lib 位置或 components/dropins 位置中的现有 Jars
** No need to restart the Server or delete existing Jars in the components/lib location or components/dropins location
** 更新现有调解器时,将 C-App 部署位置中的现有 CAR 文件替换为新的 CAR 并重新启动服务器
** When you update the existing mediator, replace the existing CAR file in the C-App dpeloyment location with the new CAR and restart the server
哈莎娜
这篇关于wso2 carbon studio:将类调解器上传到 ESB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:wso2 carbon studio:将类调解器上传到 ESB
基础教程推荐
- Java Swing计时器未清除 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 从 python 访问 JVM 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
