Re: Web Console configuration

2009-12-23 Thread Ryadh Amar
rg/repos/asf/camel/sandbox/components/camel-activemq-web/ >>> >>> -- >>> James >>> --- >>> http://macstrac.blogspot.com/ >>> >>> Open Source Integration >>> http://fusesource.com/ >>> >>> >> > > > -- View this message in context: http://old.nabble.com/Web-Console-configuration-tp26878983p26905546.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Web Console configuration

2009-12-22 Thread Willem Jiang
You can use the Spring to load the Java DSL route configure() like this http://camel.apache.org/schema/spring";> class="org.apache.camel.spring.example.test1.MyRouteBuilder"/> And you can find more information here[1] [1] http://camel.apache.org/spring.html Willem mistrz wrote: S

Re: Web Console configuration

2009-12-22 Thread mistrz
> http://macstrac.blogspot.com/ > > Open Source Integration > http://fusesource.com/ > > -- View this message in context: http://old.nabble.com/Web-Console-configuration-tp26878983p26891741.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Web Console configuration

2009-12-22 Thread James Strachan
2009/12/21 mistrz : > > How do I configure Web Console to look at my routes? The web console starts by loading the Spring applicationContext.xml file in WEB-INF. Put whatever routes you want in there (or include them from that spring XML file). > Is there a parameter to > define the broker uri?

Re: Web Console configuration

2009-12-22 Thread James Strachan
2009/12/22 mistrz : > > Which port (server name) is the console connecting to by default? The web console is a WAR; you can drop it into any web container on any port. If you are using maven you can run it via "mvn jetty:run-war" and use the jetty plugin to specify which port you wanna use (by de

Re: Web Console configuration

2009-12-22 Thread Willem Jiang
Sorry, the default web console port 8080. If you ask for the ActiveMQ broker default port, that is 61616. Willem mistrz wrote: Willem, the page you are mentioning does not have the information I'm asking about. willem.jiang wrote: Hi, You can find the Web Console information here[1]. [1] ht

Re: Web Console configuration

2009-12-21 Thread mistrz
> is default endpoints and routes: >>>> >>>> * mock://results >>>> * seda://foo >>>> * spring-event://default >>>> >>>> route1 This is an example route which you can start, stop and modify >>> >>> >> > > > -- View this message in context: http://old.nabble.com/Web-Console-configuration-tp26878983p26884831.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Web Console configuration

2009-12-21 Thread Willem Jiang
Hi, You can find the Web Console information here[1]. [1] http://camel.apache.org/web-console.html Willem mistrz wrote: Which port (server name) is the console connecting to by default? willem.jiang wrote: I don't think you can configure the broker url from the Web Console, as it is defined

Re: Web Console configuration

2009-12-21 Thread mistrz
;> * spring-event://default >> >> route1 This is an example route which you can start, stop and modify > > > -- View this message in context: http://old.nabble.com/Web-Console-configuration-tp26878983p26883199.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Web Console configuration

2009-12-21 Thread Willem Jiang
I don't think you can configure the broker url from the Web Console, as it is defined in the jms component before the camel context is started. Willem mistrz wrote: How do I configure Web Console to look at my routes? Is there a parameter to define the broker uri? (Currently I have tcp://loca

Web Console configuration

2009-12-21 Thread mistrz
you can start, stop and modify -- View this message in context: http://old.nabble.com/Web-Console-configuration-tp26878983p26878983.html Sent from the Camel - Users mailing list archive at Nabble.com.