On 02/04/2008, Micky Santomax <[EMAIL PROTECTED]> wrote: > > > Gary Tully wrote: > > > > Hi Micky, > > It looks like jetty is not properly configured or there are two > > instances of jetty. > > > > How can I verify this ? > If you can get it into a debugger, put a break point in org.mortbay.jetty.Server constructors or enable full logging for org.mortbay.jetty.Server class. It logs in the doStart method. Logging for jetty? see: http://jetty.mortbay.org/jetty5/tut/logging.html
> > Gary Tully wrote: > > > > Can you try to exercise your camel route outside of tomcat first, in a > > standalone jvm. > > > > I run my personalized HttpRouteTest with https protocol. It is attached in > Jira : > https://issues.apache.org/activemq/browse/CAMEL-407 > thanks. I added some comments to the jira, but it is mostly background info https://issues.apache.org/activemq/browse/CAMEL-407?focusedCommentId=41965#action_41965 > > > Gary Tully wrote: > > > > Also, it may be good to attach a testcase and/or your tomcat config to > > the jira you raised. > > > > Tomcat is in default configuration ok. > > > > Gary Tully wrote: > > > > One thing that seems strange to me is the use of jetty (a servlet > > engine) inside tomcat (another servlet engine). > > Am I missing something? > > > > At the moment, the camel-jetty component requires jetty but it would > > make sense that it could be configured to deploy its servlet to > > tomcat. > > > > I prefer to use Tomcat as external container for Apache Camel instead of > Apache Servicemix, because I want to distribute my application for all > standard container as Tomcat, JBoss, GlassFish or whatever. > -- > View this message in context: > http://www.nabble.com/Password-error-for-https-endpoint-connection-tp16128569s22882p16446680.html > Sent from the Camel - Users mailing list archive at Nabble.com. > >
