Hi, Thanks a lot for the response.
Actaully the Servicemix WAR is deployed on Geronimo Server and through the WAR Web inteface, I have deployed the JBI components on Servicemix running on top of Geronimo on port 8080. I am trying to access the JBI components from the browser (http request) using the URL: http://localhost:8192/bridge/ This works fine when the servicemix is running standalone, but giving status - 12029 when servicemix is deployed on Geronimo. Could you please tell me how to configure addition connector for port 8192 for Apache Geronimo. Thanks, Yogesh djencks wrote: > > I know very very little about servicemix but have a couple of > questions. > > It appears to me that the servicemix console is working properly on > port 8080? > > You are trying to access a jbi service through http on another port? > > My impression is that servicemix standalone starts an instance of > jetty to handle http communication. If this is correct, in this > configuration servicemix would have control over additional > connectors that could be opened on additional ports such as 8192. > However in geronimo I would hope that servicemix would use the > existing web container for http so you would have to add and > configure additional connectors for e.g port 8192 using the > appropriate jetty or tomcat gbeans. Does this make sense? > > Is your jbi app accessible on port 8080 or through https on 8443? > > thanks > david jencks > On Feb 4, 2008, at 2:12 AM, YogeshArora wrote: > >> >> Hi, >> >> I have deployed the ServiceMix WAR file on Apache Geronimo. The >> Servicemix >> WAR file (Apache ServiceMix Web Application 3.2.1 (.war)) is >> downloaded from >> the the following URL: >> >> http://servicemix.apache.org/download.html >> >> >> Following are the details on the environment we are using, steps >> that we >> performed: >> >> Environment Details: >> ==================== >> Operating System : Windows XP (Version 2002, Service Pack 2) >> JDK :JDK 1.5.0_06 >> Application Server : Apache Geronimo version 2.0.2 >> (geronimo-tomcat6-jee5-2.0.2) >> ESB : Apache ServiceMix version 3.2.1 >> >> I have installed the sample example - bridge and wsdl-first using >> the Web >> interface of ServiceMix (deployed on Geronimo). And the status of >> both the >> examples is "started" on the Web Interface of ServiceMix, but when >> I tried >> to access the sample application using client.html under their >> respective >> examples folder (http://localhost:8192/PersonService/ >> and http://localhost:8192/bridge/) that comes with ServiceMix >> binaries, its >> showing me status - 12029 as a response. >> >> I have searched the internet and found that Status - 12029 means "A >> connection with the server could not be established". >> Then I checked whether the servicemix is running on port 8192 using >> netstat >> -a | find "8192". It gave me no results, that indicates that >> ServiceMix is >> not running on port 8192. >> >> When the ServiceMix WAR file is deployed in Apache Geronimo, how to >> access >> the servicemix application running on Apache Geronimo? >> >> Please help me in the same. >> >> Thanks in advance ! >> >> Thanks, >> Yogesh >> -- >> View this message in context: http://www.nabble.com/Facing-problem- >> in-accessing-the-sample-examples-running-on-Apache-Geronimo- >> tp15265127s134p15265127.html >> Sent from the Apache Geronimo - Users mailing list archive at >> Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/Facing-problem-in-accessing-the-sample-examples-running-on-Apache-Geronimo-tp15265127s134p15273645.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
