私はすでにいくつかの ADF Web アプリを作成しています。今、私はそれを Weblogic サーバーにデプロイしたいと考えています。ほとんどすべてをインストールして構成しました。例: Weblogic、ADFランタイム
WLSへのデプロイは無事終了。
[04:16:37 PM] [Deployer:149194]Operation 'deploy' on application 'Application1_ViewController_webapp' has succeeded on 'Server'
[04:16:37 PM] Application Deployed Successfully.
[04:16:37 PM] The following URL context root(s) were defined and can be used as a starting point to test your application:
[04:16:37 PM] http://[2001:0:9d38:953c:200e:224f:f5ff:f983]:7203/MyApp
[04:16:37 PM] Elapsed time for deployment: 37 seconds
[04:16:37 PM] ---- Deployment finished. ----
しかし、私の場合: テスト URL は http://[2001:0:9d38:953c:200e:224f:f5ff:f983]:7203/MyApp URL は IPv6 だと思います
しかし、IPv4 URL が必要です。どうやってするの?