Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Forms on the web. Almost there!

Forms on the web. Almost there!

From: Breno de Avellar Gomes <brenogomes_at_ieee.org>
Date: Fri, 13 Aug 1999 04:06:01 +0100
Message-ID: <37B38B99.7A3E0ABC@ieee.org>


Hello,

I would like to thank those who replied my previous posting.

After moving to Jinitiator the following components are in use to deploy Forms 5.0 on the local intranet:

MS Windows NT Server 4.0 SP 3
MS IIS 3.0
Jinitiator 1.1.1.0f

Jinitiator is using default values.

MS-IIS 3.0 configuration:
TCP Port: 80
Directories

  c:\program files\oracle\jinitiator        alias /misc
  d:\orant\forms50\java   alias /web_code
  d:\orant\dermat         alias /agenda     (application files)

By default all computers will granted access

When loading page IE 4 writes "Loading java applet" and opens java console.
The box appears and status line sends "Applet started" message but nothing else happens.
Netscape 4.5 has same behavior.

Some Java console messages:
Oracle JInitiator version 1.1.1.0f
Using JRE version 1.1.5.16o
User home directory = C:\WINNT\Profiles\Administrator Proxy Configuration: no proxy

Opening http://dermat1/form50code/f50all.jar no proxy Opening
http://dermat1/form50code/oracle/forms/uiClient/v1_4/engine/MainBeanInfo.class no proxy
Opening http://dermat1/form50code/sun/beans/infos/MainBeanInfo.class no proxy

HTML code, basically the same provided by Oracle

<<<<<<<<<<<<<<<<<<<<<<<< start of file >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

<HTML>

<!-- FILE: static_jinit.html -->
<!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) -->
<!-- Tags and parameters have been modified for Oracle JInitiator -->

<HEAD><TITLE>Developer Server and Oracle JInitiator</TITLE></HEAD>

<BODY>
<P>
<OBJECT classid="clsid:9F77a997-F0F3-11d1-9195-00C04FC990DC"

        WIDTH=180
        HEIGHT=20
        codebase="http://dermat/misc/jinit1110f.exe">

<PARAM NAME="CODE" VALUE="oracle.forms.uiClient.v1_4.engine.Main"
>
<PARAM NAME="CODEBASE" VALUE="/form50code/" >
<PARAM NAME="ARCHIVE" VALUE="/form50code/f50all.jar" >
<PARAM NAME="type"

VALUE="application/x-jinit-applet;version=1.1.1.0f">
<PARAM NAME="serverPort" VALUE="80">
<PARAM NAME="serverArgs" VALUE="module=agenda
userid=dermat/dermat_at_dermat1">
<PARAM NAME="serverApp" VALUE="default">
<COMMENT>
<EMBED type="application/x-jinit-applet;version=1.1.1.0f"
       java_CODE="oracle.forms.uiClient.v1_4.engine.Main"
       java_CODEBASE="/form50code/"
       java_ARCHIVE="/form50code/f50all.jar"
       WIDTH=180
       HEIGHT=20
       serverPort="80"
       serverArgs="module=agenda userid=dermat/dermat_at_dermat1"
       serverApp="default"
       pluginspage="http://dermat1/misc/jinit_download.htm">
  <NOEMBED>
</COMMENT>
</NOEMBED></EMBED>
</OBJECT>
</BODY>
</HTML>

<<<<<<<<<<<<<<<<<<<<<<<< end of file >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>

What I am doing wrong or missing?

Please send me suggestions.

Thanks in advance

--
Breno de Avellar Gomes
DBMS Developer

Arquivo-Sistemas de Bases de Dados
P. O. Box 5006
4017-001 Porto
Portugal

brenogomes_at_ieee.org
Cellular: +351 931 7383469
ICQ # 35567342 --
Breno de Avellar Gomes
DBMS Developer

Arquivo-Sistemas de Bases de Dados
P. O. Box 5006
4017-001 Porto
Portugal

brenogomes_at_ieee.org
Cellular: +351 931 7383469
ICQ # 35567342 Received on Thu Aug 12 1999 - 22:06:01 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US