Ron
You can deploy Synapse as a WAR on Tomcat or another JEE server.
However, Synapse by default will use its non-blocking http/s
implementation instead of using Tomcat as the http/s transport. This is
because as an ESB, the NIO http/s implementation is important in-order
to ensure that threads are not blocked waiting for IO and responses. If
you really don't want to use the NIO transports, you can switch over to
using the servlet transport - but this is whats not recommended, as the
default Tomcat pool can exhaust with about 80 or 100 concurrent
connections. The NIO transport however, has been tested with over 2500
concurrent connections (with clients + servers = > 5000 TCP connections)
on a single JVM on standard hardware
asankha
[EMAIL PROTECTED] wrote:
I have a Tomcat server in place that has Axis2 deployed on it, as well as a
few other web applications. Ideally, I'd like to deploy Synapse on that
same Tomcat server. I've researched it and found mention that deploying
Synapse on Tomcat is not recommended. Some of those posts were maybe 6
months old. Is this still the case? That deploying on Tomcat is not
recommended?
Ron
---------------------------------------------------------------------
This message contains confidential and proprietary information of the
sender, and is intended only for the person(s) to whom it is addressed.
Any use, distribution, copying or disclosure by any other person is
strictly prohibited. If you have received this message in error, please
notify the e-mail sender immediately, and delete the original message
without making a copy.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]