Running a Form (Oracle 9i) For The First Time
405082Sep 28 2003 — edited Sep 28 2003Hello
I am new to Oracle Forms Development and having difficulty getting a test form to execute in my browser (IE).
When I attempt to run the form (by selecting "Run Form" from Forms Builder's "Program" menu) I get an HTTP 400 - "Page Not Found" Error. The url posted is of the form: "http://server:8888/forms90/f90Servlet?form=..."
This suggests to me that "f90Servlet" is a file, however, this file does not exist on my server machine.
I have confirmed that my web server (apache) configuration is good by entering the url: "http://localhost:8888/" which properly serves index.html in my apache web root.
Has anyone else experienced the same or know how to resolve this issue? Any help would be most appreciated...
Thanks
rw