Hi Romain It doesn't work for me, I trying to do the same as you put here
to skip tomcat in tomee on ejbd invocations you need: 1) set system property (either on the jvm or in conf/system.properties) openejb.service.manager.class=org.apache.openejb.server.SimpleServiceManager 2) set the properties (ejbd.*) you mentionned either as system properties or simply use conf/conf.d/ejbd.properties (created after one startup if not already present) But I have the newest version of Tomee (1.7.1) and I don't know if the process of activate ejb remote invocation via TCP socket instead of via HTTP has changed. Regards -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/EJB-socket-deamon-in-tomee-tp4658792p4672877.html Sent from the TomEE Users mailing list archive at Nabble.com.
