sábado, 15 de dezembro de 2012

Configurações para garantir um funcionamento correto do fzlbpms




HABILITAR WEBCONSOLE DO KARAF
karaf@root> features:install war
karaf@root> features:install webconsole

http://localhost:8181/system/console/bundles


 HABILITAR WEBCONSOLE DO ACTIVE-MQ
karaf@root> features:install activemq-web-console
http://localhost:8181/activemqweb/index.jsp
links:
http://marcelojabali.blogspot.com.br/2011/08/how-to-enable-activemq-web-console-on.html

HABILITANDO ALGUNS BUNDLES NECESSÁRIOS PARA ALGUNS COMPONENTES FZLBPMS

karaf@root> features:install camel-servlet
karaf@root> features:install camel-jetty
karaf@root> features:install camel-exec

nesserário para fazer funcionar o
fzlbpms_camel-rest-to-batch_template-1.0-SNAPSHOT
na prática significa que com isso funcionando é possível receber requisições web e usá-las para chamar shellscripts.

Nenhum comentário: