Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004837 [Resin] minor always 11-04-11 15:27 06-13-12 15:00
Reporter alex View Status public  
Assigned To ferg
Priority normal Resolution no change required  
Status closed   Product Version 4.0.23
Summary 0004837: Apache 404 for "GET /test/" on an app registered in resin.xml
Description Request to /test/ should return index.jsp.

- configure mod_caucho.so
- create a test app with index.jsp page in webapps
- register it in resin.xml
- make request to the apache for /test/ -> returns 404
requesting /test/index.jsp returns correct page.

resin.xml
 <host ..>
   <web-app id="/test/" root-directory="webapps/test"/>

Additional Information
Attached Files

- Relationships
related to 0004839closed ferg Apache: images, css files are not served when web-app is registered in resin.xml 

- Notes
(0005840)
ferg
06-13-12 15:00

This is normal behavior.

If Apache is a reverse-proxy serving static content by putting the web-app in resin.xml (as opposed to webapps), then Apache needs to handle the welcome-file, which can be configured with IndexFile in the httpd.conf.

Apache would also need to be aware of the index.jsp files.
 

- Issue History
Date Modified Username Field Change
11-04-11 15:27 alex New Issue
11-04-11 15:39 alex Relationship added related to 0004839
06-13-12 15:00 ferg Note Added: 0005840
06-13-12 15:00 ferg Assigned To  => ferg
06-13-12 15:00 ferg Status new => closed
06-13-12 15:00 ferg Resolution open => no change required


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker