Kbase P15933: Getting '404 page cannot be found' error when not using WSer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/02/2003 |
|
Status: Unverified
FACT(s) (Environment):
WebSpeed
SYMPTOM(s):
Error "404 page cannot be found"
Errors occurs when accessing WebSpeed workshop
Following URL does not work
URL:http://localhost/cgi-bin/broker-name/workshop
Following URL works
URL:http://localhost/cgi-bin/wspd_cgi.sh/WService=broker-name/workshop
Not using default broker
Current setting within wspd_cgi.sh file
# option 2 using a service name defined in $DLC/ubroker.properties
$DLC/bin/cgiip -i wsbroker1
CAUSE:
The -i is set to the default broker, wsbroker1, within the wspd_cgi.sh file.
The second URL URL:http://localhost/cgi-bin/wspd_cgi.sh/WService=broker-name/workshop, works because we are defining the broker-name in conjunction with the 'WService' .
FIX:
If 'WService' is not defined within the URL, then you must define it within the wspd_cgi.sh file. The default broker defined in this file is 'wsbroker1, so if 'wsbroker1' is not being used, then you must define the correct broker-name in the file.