Kbase 18469: ORB Implementation Error When Deploying with Apptivity 3
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  21/08/2003 |
|
Status: Unverified
FACT(s) (Environment):
Apptivity
SYMPTOM(s):
Error when running an Apptivity applet on a machine that does not have Apptivity installed on it:
Connection error: Could not instantiate ORB implementation: IE.Iona.OrbixWeb.CORBA.ORB
CAUSE:
There exists incorrect settings for the ORB web server aliases.
FIX:
For Microsoft IIS Web Server the aliases should be
set as follows, where <projectdeploydir> is the path from wwwroot to
the directory to which the project is deployed:
C:\Apptivity30\server\com /<projectdeploydir>/com
C:\Apptivity30\server\jdbc /<projectdeploydir>/jdbc
C:\Apptivity30\server\progress /<projectdeploydir>/progress
C:\Apptivity30\server\OrbixWeb\IE /<projectdeploydir>/IE
C:\Apptivity30\server\OrbixWeb\org /<projectdeploydir>/org
C:\Apptivity30\server\javax /<projectdeploydir>/javax
C:\Image /IMAGE_SOURCE
Note that OrbixWeb is not referenced in the alias itself.