Kbase P94585: HTTP 404 Page not found error after migrating from OE 10.0A to OE 10.0B
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/09/2004 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0x
SYMPTOM(s):
HTTP 404 Page not found error after migrating from OE 10.0A to OE 10.0B
Starting Webtools produces "page not found" errors in web browser. Checking the
source of the generated HTML source shows a frame is searched in webspeed100A.
CAUSE:
In the OpenEdge "Installation and Configuration for Windows", paragraph "Saving an existing OpenEdge or Progress Installation" it is mentioned to restore the file ubroker.properties from OE 10.0A after installing 10.0B.
This file contains the WebSpeed root:
[UBroker.WS]
...
wsRoot=/webspeed100A
FIX:
Change the wsRoot parameter from "/webspeed100A" into "/webspeed100B" and restart the adminserver and the WebSpeed broker.