users@glassfish.java.net

Re: Standalone EJB Client & SSL

From: <glassfish_at_javadesktop.org>
Date: Thu, 04 Mar 2010 00:10:32 PST

One way to get this working in Glassfish v2 is to use a Glasfish appclient instead of a standalone client. To secure the name-service port, you could modify <domain-dir>/config/sun-acc.xml to include the property:

<property name="ssl" value="required"/>

along with the other properties. You could also change the port of the targer server from 3700 to 3820. You would then be able to contact the name service securely.

This seems to be an issue with the same procedure in v3 which we are trying to fix.

HTH
Nithya
[Message sent by forum member 'nitkal' (nithya.subramanian_at_sun.com)]

http://forums.java.net/jive/thread.jspa?messageID=389975