Consultor Eletrônico



Kbase 18349: Apptivity 3.0 Communication failure while connecting to serv
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/10/1998
Apptivity 3.0 Communication failure while connecting to serv

Getting the error message: Communication failure while connecting to
server when trying to run an HTML over a browser from a client e.g. on
Win95 to a server e.g. on NT4.0. indicates that the
Component Manager is not up and running on the specific host the
application is deployed to. The above error message also appears if
the Component Manager is started on localhost what is the default.

Starting the Component Manager on the specific host for the specific
host solves the problem. Below is an example how to start the
Component Manager for Host pcrwe2 .

java -Dapptivity.naming.host=pcrwe2 -Dapptivity.cmanager.host=pcrwe2 /
progress.apptivity.cmanager.ComponentManager

/ means the line continues there . Don't type in the "/" sign.