Hi,

Has anyone deployed forms on the web?

The Docs have this 3 steps.

1. Create runtime executables.
(I already have compiled form object (.fmx)

2. Deploy the executables on your server.
(I specified the path where my .fmx is found
using the env var FORMS60_PATH).

3. Broadcast the applications URL.
***This is not clearly explained***

Can you please help me how to broadcast the URL?
The sample command is like this:

http:/server: port/servlet/f60servlet?config=order

my server is 90.200.0.2
my http port is 7777
my forms server started on port 9001

I am using Oracle 9ias.

Please help