Re: OpenEJB Client with secure socket / SSL

2008-03-06 Thread weilu
Thanks very much for the suggestion! Wei -- View this message in context: http://www.nabble.com/OpenEJB-Client-with-secure-socket---SSL-tp15862349p15881556.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: OpenEJB Client with secure socket / SSL

2008-03-05 Thread David Blevins
On Mar 5, 2008, at 3:45 PM, Dain Sundstrom wrote: If weilu switched to the ejbd over http, can't he secure the communication using the web container's https implementation? That might work, but it'd take some hacking. You'd need to add a servlet like this: import org.apache.openejb.loade

Re: OpenEJB Client with secure socket / SSL

2008-03-05 Thread Dain Sundstrom
If weilu switched to the ejbd over http, can't he secure the communication using the web container's https implementation? -dain On Mar 5, 2008, at 3:10 PM, David Blevins wrote: On Mar 5, 2008, at 2:46 PM, weilu wrote: We have a java application that is a client to geronimo 2.0.2. The c

Re: OpenEJB Client with secure socket / SSL

2008-03-05 Thread David Blevins
On Mar 5, 2008, at 2:46 PM, weilu wrote: We have a java application that is a client to geronimo 2.0.2. The client communicates with the server using remote EJBs. How can we enable or configure OpenEJB to use secure sockets? We don't have that feature quite yet. -David

OpenEJB Client with secure socket / SSL

2008-03-05 Thread weilu
would point me in the right direction would be appreciated. (this was posted to the developer's forum by mistake. my apologies) -- View this message in context: http://www.nabble.com/OpenEJB-Client-with-secure-socket---SSL-tp15862349p15862349.html Sent from the OpenEJB User mailing list archi