|
Re: how to deploy forms in OAS. [message #76295 is a reply to message #76293] |
Wed, 23 January 2002 06:19 |
Gopal
Messages: 23 Registered: June 1999
|
Junior Member |
|
|
As far as I know you need:
a.)Forms Server configured for the OAS.
b.)This forms server would be responsible for converting your forms runtime (.fmx) and displaying on the web.
c.)You need not make any changes to the fmx.
How it will work:
When a client will connect to OAS on the mentioned listener it will be sent to the forms server which will process the request and send the results to the client.
On the client machine it will open a java Applet.
For more information look at :
http://technet.oracle.com/products/oas/index.htm
|
|
|