I was wondering if anyone had a problem where WebObjects appeared
to be ignoring the codebase that was set for it in a WebObjects Applet

I am defining this in my .wod , I give the absolute address for the
codebase
-----------------------------------------
BarChart: WOApplet {
 code = "NFBarchartApp.class";
 codebase = "http://localmachine/Charts/classes";
 height = 256;
 width = 408;
 NFParamScript = chartParams;
}

And it is generating this in the HTML when the page is delivered.

<APPLET
 code=NFBarchartApp.class
 NFParamScript=" my input parameters are going here all OK."
 height=256
 width=408
 codebase="/scripts/WebObjects.exe/MyApp.woa/wr">
</APPLET>

------------------------------------------
Background info:
     WO 4.0
      Java
      NT 4.0
      MS IIS Server

Anyone see this before, is there something I am missing, I checked all
of the docs and I can't find.

Any help would be much welcomed

-- Darrell
--
--------------------------------------------
              ONECHANNEL.NET
"Performance Monitoring for Electronic Commerce"

  Darrell S. Mockus
  Engineering
  OneChannel.net, Inc.
  380 Cambridge Ave.
  Palo Alto, CA 94306
  (Ph) 650-462-8392
  (Fx) 650-322-8123
  (Cl) 650 218-0139
--------------------------------------------
[EMAIL PROTECTED]

Reply via email to