-
1. Re: JNDI and EJB over *Proxied* HTTP. How?
mgaert Jun 16, 2004 1:48 PM (in response to mgaert)Sorry, that should be "EJB access and JNDI" that we have set up all right.
-
2. Re: JNDI and EJB over *Proxied* HTTP. How?
didi1976 Jun 17, 2004 2:55 AM (in response to mgaert)You can specify a proxy on startup of your fat-client using:
java -Dhttp.proxyHost=yourproxy -Dhttp.proxyPort=8080 YourClass -
3. Re: JNDI and EJB over *Proxied* HTTP. How?
mgaert Jun 17, 2004 4:46 AM (in response to mgaert)Thanks for the pointer, but, hmmm, it does not work that easily for me yet.
We are starting the fat client through Java WebStart, which allows to add system properties in the JNLP file such as:
(Adding "proxySet", "true", does not help either)
I guess this works for plain URLConnections, but does the client-side of the EJB invoker chain use URLConnection?
Or maybe the JNLP settings don't get there? I will have to see whether the behaviour differs when I start the fat client from the command line... -
4. Re: JNDI and EJB over *Proxied* HTTP. How?
mgaert Jun 17, 2004 4:50 AM (in response to mgaert)Should be
property name="http.proxyHost" value="host"/
property name="http.proxyPort" value="8080"/
in pointy HTML brackets
(Great BB system where preview differs from actual display :-( )