Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: trouble with web server
John,
while I cannot give you specific help, I thought I told you of my experiences I made last week.
I have the same environment that you state below except for the fact that I don't have a trial version of Developer Server but the commercial one. I went straightforward according to the manual, very much like you write you did. However, I created a static html page where the <applet> tag refers to my Forms module. The page looks like this:
<HTML>
<!-- FILE: static.htm --> <!-- Oracle Static (Non-Cartridge) HTML File Template (Windows NT) --> <!-- Rename, and modify tags and parameter values as needed -->
<HEAD><TITLE>Developer/2000 for the Web</TITLE></HEAD>
<BODY><BR>Please wait while the Forms Client class files download and run.
<BR>This will take a second or two... <P>
<!-- applet definition (start) -->
<APPLET CODEBASE="/web_code/"
CODE="oracle.forms.uiClient.v1_4.engine.Main" ARCHIVE="/web_jars/f50web.jar" HEIGHT=20 WIDTH=20> <PARAM NAME="serverPort" VALUE="9000"> <PARAM NAME="serverArgs" VALUE="module=PHYSICAL_PATH\MODULE.FMXuserid=UN/PW_at_CONNECT_STRING">
<PARAM NAME="serverApp"
VALUE="default">
</APPLET>
<!-- applet definition (end) -->
</BODY>
</HTML>
This page resides in a mapped virtual directory.
I did not have to do anything more than the "Developer/2000" book says from page 2-22.
Regards,
-- Robert Staedter
Vienna, Austria
John Thompson wrote:
>
> We are having trouble viewing a .fmx Oracle form on a java enabled web
> browser.
>
> What we have installed:
> - Oracle database version 7.3
> - Oracle Developer/2000 Server (release 2.1 for NT)
> - Oracle Web Application Server (advanced edition ver 3.0.1.0.0 for NT)
> - Windows NT server 4.0 with service pack 3.0
>
> What we have done:
> - Created and compiled a simple form on the NT machine.
> - Set up a cartridge and baseHTML file per the Oracle Developer/2000 release
> 2.1 Guidelines for building applications reference book. (chapter 2 and
> appendix A)
> - Set up and started a listener.
> - Set up all pertinant virtual directories
>
> The problem:
> Using Internet Explorer 4.0, we give it the url refering to the virtual
> directory of the Forms Cartridge Handler. This calls the cartridge we
> created (web_cart) which in turn calls our baseHTML page. This page opens
> and the Applet begins running (oracle.forms.uiClient.v1_4.engine.Main).
> However, the screen remains blank even though a "Applet Started" message is
> displayed at the bottom of the window.
>
> When we use Internet Explorer 3.0 we get a NoClassDefFoundError: RunForm
> message at the bottom of the window instead of the applet started.
>
> Any ideas as to the cause of our problem? There is apperantly more to this
> than the book states but we are stumped as to what it is. Do we need to do
> something with java classes? Compile in a special way? Any help you can
> provide will be appreciated. This is a trial version we are testing to see
> if it meets our needs.
Received on Mon Aug 10 1998 - 04:32:26 CDT
![]() |
![]() |