BindException with Embedded Jetty for camel web app

2012-01-26 Thread lavanya
, camel 2.8.2,spring 3.0.x,geronimo-servlet 1.2 Thanks for your response. -- View this message in context: http://camel.465427.n5.nabble.com/BindException-with-Embedded-Jetty-for-camel-web-app-tp5433991p5433991.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: BindException with Embedded Jetty for camel web app

2012-01-26 Thread Chris Odom
The below exception means that some other application is using tcp://localhost:61616... java.net.BindException: Address already in use: JVM_Bind verify with command: Windows - netstat -an |find /i "listening" Linux - netstat -anp }grep 61616 If you try to run tomcat and jetty at the same time you

Re: BindException with Embedded Jetty for camel web app

2012-01-26 Thread lavanya
nabble.com/BindException-with-Embedded-Jetty-for-camel-web-app-tp5433991p5434053.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: BindException with Embedded Jetty for camel web app

2012-01-26 Thread Willem Jiang
. And also the results of netstat command doesn't list this port. I tried changing to different ports like 61617 / 616701, but it doesn't help. -- View this message in context: http://camel.465427.n5.nabble.com/BindException-with-Embedded-Jetty-for-camel-web-app-tp5433991p5434053.html Sen

Re: BindException with Embedded Jetty for camel web app

2012-01-27 Thread lavanya
this message in context: http://camel.465427.n5.nabble.com/BindException-with-Embedded-Jetty-for-camel-web-app-tp5433991p5435768.html Sent from the Camel - Users mailing list archive at Nabble.com.