users@glassfish.java.net

Re: Object Serialization Performance 2

From: <glassfish_at_javadesktop.org>
Date: Fri, 22 Jan 2010 08:21:43 PST

You could try to adding the setting in your URL when using the ACC.

So for example..

http://website/earApplication/earApplicationClient?prop=com.sun.CORBA.transport.ORBUseNIOSelectToWait=false

I've never been able to change system properties at runtime i.e.
System.setProperty("java.library.path", "newvalue");
and have glassfish/ACC use it, it always uses whatever the property was set at on startup. I'm assuming it only reads system properties at startup and never re-reads them later.

So you will have to add the property settings via putting it in the URL, which references... http://java.sun.com/developer/technicalArticles/J2EE/jws-glassfish/part4.html#1

Hope this helps.
[Message sent by forum member 'enderfake' (enderfake_at_yahoo.com)]

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