connectMode behaves differently between IE and Chrome
When trying to launch our Forms (10g R2) app using Chrome browser I get this error:FRM-92050: Failed to connect to the Server: <server>:9000
The Java console reports:
connectMode=Socket
serverHost=<server>
serverPort=9000
However running in IE8 - exactly the same config & HTML files - the Form opens as expected and the Java console reports:
proxyHost=null
proxyPort=0
connectMode=HTTP, native.
Forms Applet version is : 10.1.2.3
- i.e. connectMode is handled differently: HTTP in IE, Socket in Chrome.
Thanks in advance if anyone can help.
0