How do I run a Form from local host? [message #251743] |
Mon, 16 July 2007 08:07 |
trantuananh24hg
Messages: 744 Registered: January 2007 Location: Ha Noi, Viet Nam
|
Senior Member |
|
|
Dear all!
The Oracle Developer Suite 9 setup progressing completed successfully, OC4J, Oracle HTTP server and the relative others started normally. But when I executed a form with IE, it did not display.
I knew that, the OC4J Instant must be started before I compile a form, and following the URL if running with 3 tier:
<url>http:<middle-tier application server>:<OC4J port>/forms90/f90servelet</url>
But it's for 3 tier topology, unfortunately, I run it from my PC.
Please guide me to configure it on my local host.
Thank you very much!
|
|
|
Re: How do I run a Form from local host? [message #251793 is a reply to message #251743] |
Mon, 16 July 2007 12:18 |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
You can install all tiers on the same machine. Either check the host name you entered when installing the sw. It may have insisted on a fully qualified host name (abc.mycorp.com or whatever). On Unix, this qould include "hosts" file and a bunch of others - check the docs.
If localhost doesn't work, try 127.0.0.1
|
|
|
|
|
|
|