RE: Communication with a standalone java program from servlets (embedded tomcat). RMI?

2006-11-03 Thread Robert Harper
I don't know of anything that requires you to embed Tomcat in your app. They should be able to communicate just find as separate entities. You could also maybe wrapper some OS specific IPC with JNI. We use RMI both internal to a machine and externally to other machines just fine and you don't have

Re: Communication with a standalone java program from servlets (embedded tomcat). RMI?

2006-11-03 Thread Martin Gainty
Igor- when you say 'tomcat' should be embedded ..does this imply that one+ of these tomcat constructs should be embedded? Servlet? Manager? MBean? Internals? Yes RMI uses RPC under the covers while providing complete and seamless (Complex) Object transmissions as well as fully supporting