Question : How to find out the root form( logon.fmb) in an oracle web application ?

I  acceess my oracle web application as http://testapp from the browser.Now i need to find out what and where is the first form(.fmb) file located on the Oracle 9i AS ?. What i am trying to do is to find the name of the log on page(first page in my oracle web application) , make some corrections to that page using Oracle Developer suite 10g , and deploy it on 9I Apps server running on UNIX.
I am new to Oracle. Thanks in advance for the help.

Answer : How to find out the root form( logon.fmb) in an oracle web application ?

Suppose you find the entry in "formsweb.cfg"
form=FormName.fmx

now run following command at shell/command prompt
1:
find / -name FormName.fmb
Random Solutions  
 
programming4us programming4us