Consultor Eletrônico



Kbase P50340: How to manually copy OpenEdge 10 WebSpeed files to a webserv
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/27/2003
Status: Unverified

GOAL:

How to manually copy OpenEdge 10 WebSpeed files to a webserver location ?

GOAL:

Where to manually copy OpenEdge 10 WebSpeed files to a webserver location ?

FACT(s) (Environment):

OpenEdge 10.0A

FACT(s) (Environment):

UNIX

FIX:

In order to manually copy all webspeed files to/for a webserver, please follow steps below:

1) edit $DLC/installd.ini and modify following lines
docRootDir=/www/htdocs
scriptsDir=/www/cgi-bin

2) copy $DLC/bin/wspd_cgi.sh into /www/cgi-bin

3) create webspeed100A directory under /www/htdocs and copy content of $DLC/webspeed directory there

4) verify that $DLC/properties/ubroker.properties contains following entries

[WebSpeed]
infoVersion=9010
RootPath=/www/htdocs
ScriptPath=/www/cgi-bin
....

** Please alter the path as per location of your installation. **