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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top