I'd like to test TomEE ejb remote invocation performance. For this reason, I'd like to invoke ejb via TCP socket instead of via HTTP. How do I configure the ejb socket daemon in Tomee?
I found somewhere, these properties: properties.setProperty("openejb.embedded.remotable", "true"); //Uncomment these properties to change the defaults //properties.setProperty("ejbd.port", "4202"); //properties.setProperty("ejbd.bind", "localhost"); //properties.setProperty("ejbd.threads", "200"); //properties.setProperty("ejbd.disabled", "false"); //properties.setProperty("ejbd.only_from", "127.0.0.1,192.168.1.1"); Are these client or server properties? Can I configure the deamon in tomee.xml? Regards Davide -- View this message in context: http://openejb.979440.n4.nabble.com/EJB-socket-deamon-in-tomee-tp4658792.html Sent from the OpenEJB User mailing list archive at Nabble.com.