kamesh
kamesh

Reputation: 41

How to deploy fuse project in server?

I create one fuse project using Jboss developer studio with apache camel spring context..

Currently I am running my project in local machine in internal Jboss-eap of Jboss developer studio. Now i want to deploy my project in application server or container.

Please give me answer of below question :


1) What should i use : fabric8 or osgi?

2) What are the dependency need to add in pom.xml for deployment?

3) I have jboss-fuse-6.1.0.redhat-379 , as per my understanding it is container. For deploy my project in server should i required any application server like jboss-eap?

4) As i am using maven for dependency, should i need to copy my maven local repository to server?

Upvotes: 1

Views: 2226

Answers (1)

Claus Ibsen
Claus Ibsen

Reputation: 55540

I suggest to read the JBoss Fuse 6.1 documentation - there is a deploying into the container guide

As you have JBoss Fuse then its a container by itself, so you do not need JBoss EAP - its two different containers.

You can deploy from the Eclipse editor if you have the Fuse plugins installed (I think they are named integration stack). You can read how to install those plugins at the installation section from this page: http://tools.jboss.org/blog/

Upvotes: 2

Related Questions