There are two Qpid Brokers, one written in Java, on in C++. The Qpid Java broker includes a web management console which by default starts on port 8080. If you are using this, and your tomcat configuration is also running on port 8080 then clearly they will not both start on the same machine at the same time. If this is the case then you need to change either the configuration of Tomcat or the configuration of the Java Broker. Similarly if you have chosen JMX ports to be the same in Tomcat and Qpid you will get a clash.
If you are running the C++ broker I have no idea why that would have an issue with Tomcat unless again you were trying to use the same port in configurations for both Qpid and Tomcat. -- Rob On 26 October 2012 10:21, Ramaprasad <[email protected]> wrote: > > yes, Qpid mean qpid borker > Operating system windowXP > qpid version is 0.18 > tomcat version 6.0.26 > qpid is listening 8999 > > > > Darryl L. Pierce-2 wrote: >> >> On Thu, Oct 25, 2012 at 06:35:30AM -0700, Ramaprasad wrote: >>> When I follow the following sequence of actions, unable to start tomcat >>> 1. start qpid >>> 2. start tomcat >> >> Can you give som emore detail? By Qpid, you mean the qpidd broker? On >> what operating system? Which versions of Tomcat and Qpid? On what port >> is qpidd listening, assuming you're referring to the broker? What is the >> exactly error text you're seeing in Tomcat's logs? >> >> -- >> Darryl L. Pierce, Sr. Software Engineer @ Red Hat, Inc. >> Delivering value year after year. >> Red Hat ranks #1 in value among software vendors. >> http://www.redhat.com/promo/vendor/ >> >> >> >> > > -- > View this message in context: > http://old.nabble.com/unable-to-start-tomcat-while-qpid-is-running-tp34601091p34604648.html > Sent from the Qpid Developers mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
