Mantis - Resin
Viewing Issue Advanced Details
2979 minor always 09-29-08 13:38 10-02-08 16:51
nam  
ferg  
normal  
closed 3.2.0  
unable to reproduce  
none    
none  
0002979: mod_caucho passes all requests to Resin
(rep by C. Whalley)

LoadModule caucho_module modules/mod_caucho.so
ResinConfigServer localhost 6800

All requests with a file name gets handled by Resin regardless of configuration in resin.xml or app-default.xml. This issue does not exist in 3.1.6.

Notes
(0003493)
ferg   
10-02-08 16:51   
Checked with 3.2.1, and Resin's behavior is as normal. A web-app defined in an explicit <web-app> splits requests between Resin and Apache. A web-app defined in webapps sends all the files to Resin.