Kbase P33349: Bootstrap.htm files encounter error (404) can not find bootstrap.htm when deployed withTomcat JSE.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/30/2004 |
|
Status: Unverified
FACT(s) (Environment):
Tomcat
SYMPTOM(s):
Deploying Webclient Application using bootstrap.htm file.
URL http://hostname/web_image/bootstrap.htm returns (404) error
(404) error can not find webclient.htm
Can browse http://hostname/web_image/ directory and verify webclient.htm and bootstrap.htm files are present.
CAUSE:
Bootstrap.htm and Webclient.htm files were in uppercase. TOMCAT's embedded web server is case sensitive.
FIX:
Ensure the bootstrap file is referenced in its proper case.
Rename the bootstrap.htm and webclient.htm files to be in lowercase or reference the bootstrap.htm file in uppercase.