Interstage Application Server J2EE ユーザーズガイド |
目次
索引
![]() ![]() |
第3部 EJB編 | > 第14章 EJBアプリケーションの呼出し方法 | > 14.6 Portable-ORBを使用する場合 |
Portable-ORBを使用したクライアントアプリケーション(アプレット)を運用する場合、クライアント環境で以下の設定をしてください。
アプレットを実行するための環境設定として、使用するORBを選択してください。
orb.propertiesファイルまたはJBKプラグインに付属されているjbkplugin.propertiesファイルに、JavaVMの起動オプションとしてJava実行環境の以下のプロパティ情報を設定します。
orb.propertiesファイルとjbkplugin.propertiesファイルの両方に同じプロパティが記述されている場合は、jbkplugin.propertiesに指定したものが有効になります。
プロパティ名 |
設定値 |
org.omg.CORBA.ORBClass |
com.fujitsu.ObjectDirector.CORBA.ORB |
javax.rmi.CORBA.StubClass |
com.fujitsu.ObjectDirector.rmi.CORBA.StubDelegateImpl |
javax.rmi.CORBA.UtilClass |
com.fujitsu.ObjectDirector.rmi.CORBA.UtilDelegateImpl |
javax.rmi.CORBA.PortableRemoteObjectClass |
com.fujitsu.ObjectDirector.rmi.CORBA.PortableRemoteObjectDelegateImpl |
Portable-ORBを使用したアプレット運用を行う場合は、以下のプロパティを指定しないでください。
JBKプラグインに付属されているjbkplugin.propertiesファイルに、JavaVMの起動オプションとして以下のクラスパスを指定してください。
jbk.plugin.vmoption=-classpath C:\JBKplugin\jre13\lib\isejb.jar -Dorg.omg.CORBA.ORBClass=com.fujitsu.ObjectDirector.CORBA.ORB -Djavax.rmi.CORBA.StubClass=com.fujitsu.ObjectDirector.rmi.CORBA.StubDelegateImpl -Djavax.rmi.CORBA.UtilClass=com.fujitsu.ObjectDirector.rmi.CORBA.UtilDelegateImpl -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.fujitsu.ObjectDirector.rmi.CORBA.PortableRemoteObjectDelegateImpl
目次
索引
![]() ![]() |