Forms 11g applets share JVM
Hello Community,
we have a customer installation with the following components
Weblogic-Server 10.3.6.0
Server-OS: AIX 7.1.3.0
JRE 1.6.0_45
Client-OS: Windows-Vista Enterprise SP2
Forms & Reports 11.1.2.1.0
RDBMS: 11.2.0.4.0
Server-OS: AIX 7.1.3.0
1) In the customer installation if we start two Forms A and B in different iexplore processes we observe that they share the JVM - only one Java console and one jawa.exe. That is not the intended behaviour because in this situation if one form is busy the other is blocked as well.
2) In our development installation the behaviour is as intended. We have two java.exe and no blocking issues.
Question: What are the conditions under which the behaviour in 1) occurs and how can this be changed to "no JVM sharing between Forms applets"?