Oracle Forms (MOSC)

MOSC Banner

Edit jnlp file manually to look at jar files locally

in Oracle Forms (MOSC) 3 commentsAnswered ✓

I successfully installed oracle forms12c  12.2.1.4.0  and oracle web logic 12c,

I created so simple file (.fmb) and published it using oracle web logic 12c,

I tested my URL http://200.0.0.248:9001/forms/frmservlet?config=store37

using the browser and it's successfully worked, I generated JNLP file using

http://200.0.0.248:9001/forms/frmservlet?config=webstart

I edited the jnlp file to set serverURL""

and everything worked fine, I tested my JNLP file and it worked fine

my JNLP file is:

<?xml version="1.0" encoding="UTF-8"?>

<jnlp spec="1.0"

      xmlns:jfx="http://javafx.com"

      codebase="http://200.0.0.248:9001/forms/java/">

  <information>

    <title>Oracle Forms Services</title>

    <vendor>Oracle Corporation</vendor>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center