Re: Embedded Web Console in Tomcat

2012-03-10 Thread mgiammarco
Hello, 2.9.1 is out and I am not yet able to use web console. I badly need it to debug because jconsole/visualvm are uncomfortable to use. Please tell me if there are any news about this. Thanks, Mario -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-Web-Console-in

Re: Embedded Web Console in Tomcat

2012-01-09 Thread cexbrayat
> workaround? Can I deploy the console in a separate war? > > Thanks, > Mario > > -- > If you reply to this email, your message will be added to the discussion > below: > > http://camel.465427.n5.nabble.com/Embedded-Web-Console-in-Tom

Re: Embedded Web Console in Tomcat

2012-01-08 Thread mgiammarco
Hello, any news about this? I have the same problem: I need web console under tomcat. Is there any workaround? Can I deploy the console in a separate war? Thanks, Mario -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-Web-Console-in-Tomcat-tp4894690p5129233.html Sent

Re: Embedded web console

2012-01-04 Thread mgiammarco
Same thing for me! And I tried also to deploy projects created with maven archetype webconsole without luck. -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-web-console-tp478885p5119175.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2012-01-03 Thread mgiammarco
I have tried camel-archetype-web and camel-archetype-webconsole (it seems newer) but I am not able to see the console. In my project too I cannot see console... -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-web-console-tp478885p5117887.html Sent from the Camel

Re: Embedded Web Console in Tomcat

2011-10-14 Thread cexbrayat
the box : https://issues.apache.org/jira/browse/CAMEL-4544 CAMEL-4544 https://issues.apache.org/jira/browse/CAMEL-4545 CAMEL-4545 -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-Web-Console-in-Tomcat-tp4894690p4902565.html Sent from the Camel - Users mailing list archive at Nabble.com.

Embedded Web Console in Tomcat

2011-10-12 Thread cexbrayat
greatly appreciated... -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-Web-Console-in-Tomcat-tp4894690p4894690.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2011-09-08 Thread Jim Talbut
- View this message in context: http://camel.465427.n5.nabble.com/Embedded-web-console-tp478885p4758894.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2011-09-08 Thread Claus Ibsen
. >> >> It's working. I can see the changes after I click the start and stop. Now >> it's redirect to "/services/routes" >> > > > - > Ben O'Day > IT Consultant -http://consulting-notes.com > > -- > View this message in

Re: Embedded web console

2011-09-01 Thread boday
ay IT Consultant -http://consulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-web-console-tp478885p4758894.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2011-09-01 Thread wilsonsjc
start and stop. Now it's redirect to "/services/routes" -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-web-console-tp478885p4758797.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2011-08-31 Thread boday
Jersey Filter > /* > > > > TemplateEngineServlet > > > org.fusesource.scalate.servlet.TemplateEngineServlet > > 1 > > > > TemplateEngineServlet > *.mustache > > > TemplateEngineServlet > *.scaml > > > TemplateEngineServlet > *.ssp > > > > 500 > /WEB-INF/scalate/errors/500.scaml > > > > > > - Ben O'Day IT Consultant -http://consulting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-web-console-tp478885p4755900.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2011-08-31 Thread Claus Ibsen
oute, the URL > redirect  to http://localhost:8081/routes  (with out my app context > "services") > But It stop the route. Is that the only "button" or link in your embedded web console, that has this problem? eg it looses the "services" from the path? And what version

Re: Embedded web console

2011-08-31 Thread wilsonsjc
-- View this message in context: http://camel.465427.n5.nabble.com/Embedded-web-console-tp478885p4755568.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2011-08-11 Thread padewitte
.nabble.com/Embedded-web-console-tp478885p4688736.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2011-07-11 Thread boday
lting-notes.com -- View this message in context: http://camel.465427.n5.nabble.com/Embedded-web-console-tp478885p4576821.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Embedded web console

2010-03-29 Thread Willem Jiang
I recalled Charles add the CamelResourceConfig few month ago, it looks like regression, please feel free to log a JIRA[1] for it. [1]http://issues.apache.org/activemq/browse/CAMEL Willem greenstar wrote: James.Strachan wrote: There's an example in the sandbox https://svn.apache.org/repos/as

Re: Embedded web console

2010-03-29 Thread greenstar
i.wadl.config.WadlGeneratorLoader.loadWadlGenerator(WadlGeneratorLoader.java:136) at com.sun.jersey.api.wadl.config.WadlGeneratorLoader.loadWadlGeneratorDescriptions(WadlGeneratorLoader.java:111) at com.sun.jersey.api.wadl.config.WadlGeneratorConfig.getWadlGenerator(WadlGeneratorConfig.java:186) ... 47 more -- View t

Re: Embedded web console

2010-01-26 Thread Claus Ibsen
> You can then override any file locally; whether its parts of the >>> default views or the spring XML or adding new views or your own >>> servlets and whatnot. >>> >>> We're using Jersey as a filter; so you should be able to mix camel-web >>> wit

Re: Embedded web console

2010-01-25 Thread mistrz
>> We're using Jersey as a filter; so you should be able to mix camel-web >> with any servlet/framework to do other things (see the web.xml for how >> we exclude bits of the URI space from Jersey to work with regular >> static resources & JSPs etc). >> >&g

Re: Embedded web console

2009-07-08 Thread James Strachan
2009/7/8 James Strachan : > 2009/7/8 Claus Ibsen : >> On Wed, Jul 8, 2009 at 2:44 PM, Claus Ibsen wrote: >>> On Tue, Jul 7, 2009 at 4:45 AM, ewhauser wrote: I'm trying to figure out the best way to package the functionality in the camel web console in my apps.  Is the web console des

Re: Embedded web console

2009-07-08 Thread James Strachan
2009/7/8 Claus Ibsen : > On Wed, Jul 8, 2009 at 2:44 PM, Claus Ibsen wrote: >> On Tue, Jul 7, 2009 at 4:45 AM, ewhauser wrote: >>> >>> I'm trying to figure out the best way to package the functionality in the >>> camel web console in my apps.  Is the web console designed to be embedded in >>> a Cam

Re: Embedded web console

2009-07-08 Thread Claus Ibsen
plication. > > It does not have any remote management functionallity - eg it must be > collocated with your web app. Ah I was told if you use maven then just depend on camel-web in your pom.xml Then maven does all the hard parts of merging all the src/main/web files. > > >> -- >&

Re: Embedded web console

2009-07-08 Thread Claus Ibsen
b app. > -- > View this message in context: > http://www.nabble.com/Embedded-web-console-tp24366288p24366288.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog:

Embedded web console

2009-07-06 Thread ewhauser
http://www.nabble.com/Embedded-web-console-tp24366288p24366288.html Sent from the Camel - Users mailing list archive at Nabble.com.