ABOUT LOADING JAR FILES FROM EBS
Hi,
When log into EBS and firstly run any form,the message like below will be output in Java Console.
-------------------------------------------------------------------------------- ------
JInitiator: バージョン 1.3.1.28
使用中の JRE のバージョン 1.3.1.28-internal Java HotSpot(TM) Client VM
ユーザのホームディレクトリ = C:\Documents and Settings\mwang
プロキシの設定: プロキシなし
JAR cache enabled
Location: C:\Documents and Settings\mwang\Oracle Jar Cache
Maximum size: 50 MB
Compression level: 0
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
q: hide console
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
-----------------------------------------------------
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndfo rms.jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracl e/apps/fnd/jar/fndformsi18n.jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndewt. jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com: 8000/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fnd balishare.jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndaol. jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndctx. jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndlist. jar from JAR
cache
connectMode=Socket
serverHost=jpdel34ce.jp.oracle.com
serverPort=9000
Forms Applet version is : 60825
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndutil. jar from JAR cache
-------------------------------------------------------------------------------- ------
I think the loading of the JAR files below is invoked because of $ OA_HTML/bin/appsweb.cfg, -------------------------------------------------------------------------------- -------
Loading http://jpdel34ce.jp.oracle.com: 8000/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps /fnd/jar/fndformsi18n.jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndewt. jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com: 8000/OA_JAVA/oracle/apps/fnd/jar/fndswing.jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com: 8000/OA_JAVA/oracle/apps/fnd/jar/fndbalishare.jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndaol. jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndctx. jar from JAR cache
Loading http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndlist. jar from JAR cache -------------------------------------------------------------------------------- -------------
but http://jpdel34ce.jp.oracle.com:8000/OA_JAVA/oracle/apps/fnd/jar/fndutil.jar has nothing to do with $OA_HTML/bin/appsweb.cfg, How is its loading invoked? Is it invoked from the module which the form uses?
Thank you.