What is relation between Tomcat and ( MOM or CORBA )

211 Views Asked by At

I know tomcat is server and mom is for transport between client and server. So how they are related ? Is tomcat providing in built service for transport or we have to specify we have to use mom or corba for transport.

1

There are 1 best solutions below

0
On BEST ANSWER

They aren't related. Tomcat is a specialized form of HTTP server. There is no MOM layer required, unless you count an HTTP library as MOM. I don't. It doesn't use CORBA either.