Search |
||
Metro on Tomcat 6.xPosted by arungupta on July 23, 2007 at 6:04 AM PDT
Rama described how
to run
JAX-WS samples with Tomcat 6.x. JAX-WS
is part of Metro - the Web services
stack in GlassFish. Another key
component of Metro is WSIT (aka Project
Tango) that provides Secure, Reliable, Transactional and Interoperable Web
service. Read more about Project Tango in
this 26-page article.
A stable version of Metro is integrated in
GlassFish V2 and the
latest nightlies of stand-alone bundle are also available. The stand-alone
bundle comes with an install scipt ( Tomcat's classloading mechanism has changed slightly between
5.x
and
6.x. The first change is that Tomcat 5.x used to have Now, the code fragments! The value of
And in Tomcat 6.x is the value of this property is:
If Metro is installed in
will enable Tomcat 6.x to host Secure, Reliable, Transactional and .NET 3.0-Interoperable Web services. And this mechanism will work for Tomcat 5.x too, so changing the value of this property in Tomcat 5.x installation to:
instead of copying the files in The second change in Tomcat's classloading mechanism is required if you are
using Java SE 6. Tomcat 5.x used to have Several screencasts are available that show how to develop Secure, Reliable and Transactional and Interoperable Web service. All the screencasts use NetBeans IDE but if you are more of a command-line user then follow this entry that shows how to develop a reliable endpoint and invoke it from WCF and vice versa. Technorati: projectmetro webservices wsit jax-ws glassfish tomcat »
Related Topics >>
Web Services and XML Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|