On 7/20/07, smx_ <[EMAIL PROTECTED]> wrote:
No, I mean the 'war' file built for deployment on Apache Tomcat/ Axis. We used java2wsdl/ wsdl2java to generate stubs/skels for web service, packaged compiled code along with apache axis jars to create a war file, and deployed into tomcat as a web service. We'd like to know how ( if possible ) to reuse existing Tomcat service as JBI service provider. Would it be possible to reuse existing binary( war file)? Existing wsdl / java source? Let me know if you need more detail.
ServiceMix does not require a web container, but there is a distribution of ServiceMix that can be deployed to a web container; the servicemix-web distribution is available on the download page under the heading Web Application: http://incubator.apache.org/servicemix/download.html This distribution wraps ServiceMix in its own WAR file for deployment to a web container (e.g., Jetty or Tomcat) and starts up ServiceMix in memory. This would allow ServiceMix to be running in the same web container where your web application runs. If you'd like to integrate your web application with ServiceMix, you can create a servicemix-http consumer or provider SU (http://incubator.apache.org/servicemix/servicemix-http.html) or you could use the ServiceMix Client API (http://incubator.apache.org/servicemix/client-api.html) to interact directly with the normalized message router. Bruce -- perl -e 'print unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" );' Apache Geronimo - http://geronimo.apache.org/ Apache ActiveMQ - http://activemq.org/ Apache ServiceMix - http://servicemix.org/ Castor - http://castor.org/
