简体   繁体   English

在日食中运行WSO2 CEP

[英]run WSO2 CEP in eclipse

How can I run WSO2 CEP in eclipse IDE so I can get all the logs in the Eclipse console? 如何在Eclipse IDE中运行WSO2 CEP,以便可以在Eclipse控制台中获取所有日志?

I searched online and no guidance is provided. 我在线搜索,没有提供指导。 Although, I have been able to create extensions for WSO2 CEP I was not able to run WSO2 CEP as a whole in eclipse. 虽然,我已经能够为WSO2 CEP创建扩展名,但是我却无法整体运行WSO2 CEP。

Running the entire CEP product on an IDE is not practical as it's a large collection of bundles which come from several git projects. 在IDE上运行整个CEP产品是不切实际的,因为它是来自多个git项目的大量捆绑软件。 However you can remote debug any component you need by providing the -debug <port> option when you start the product and connecting the IDE on that port. 但是,您可以通过在启动产品并在该端口上连接IDE时提供-debug <port>选项来远程调试所需的任何组件。

If you are looking to run only the Siddhi engine, it's possible and you can clone the code, maven build and run/debug on IDE. 如果您只想运行Siddhi引擎,则可以这样做,并且可以在IDE上克隆代码,进行Maven构建和运行/调试。

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

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