Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004348 [Resin] minor always 01-18-11 11:12 01-18-11 16:50
Reporter reza View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.15 Product Version 4.0.14
  Product Build
Summary 0004348: Setting Context Root to / Does Not Work
Description Setting web-application context-root to "/" results in a 404. The following application.xml and resin.xml files demonstrate the problem:

================================================================================
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" [^] xmlns="http://java.sun.com/xml/ns/javaee" [^] xmlns:application="http://java.sun.com/xml/ns/javaee/application_5.xsd" [^] xsi:schemaLocation="http://java.sun.com/xml/ns/javaee [^] http://java.sun.com/xml/ns/javaee/application_5.xsd" [^] version="5">
  <module>
    <web>
      <web-uri>test-web.war</web-uri>
      <context-root>/</context-root>
    </web>
  </module>
</application>
================================================================================

================================================================================
<resin xmlns="http://caucho.com/ns/resin" [^] xmlns:resin="urn:java:com.caucho.resin">
  <cluster-default>
    <resin:import path="${__DIR__}/app-default.xml" />
  </cluster-default>
  <cluster id="">
    <server id="">
      <http address="*" port="8080" />
    </server>
    <host id="" root-directory=".">
      <ear-deploy path="deploy">
        <ear-default />
      </ear-deploy>
    </host>
  </cluster>
</resin>
================================================================================

This bug was reported by koge_pan: http://forum.caucho.com/showthread.php?t=27214. [^]
Steps To Reproduce
Additional Information
Attached Files

- Relationships

- Notes
(0004960)
ferg
01-18-11 16:50

server/2a40
 

- Issue History
Date Modified Username Field Change
01-18-11 11:12 reza New Issue
01-18-11 16:50 ferg Note Added: 0004960
01-18-11 16:50 ferg Assigned To  => ferg
01-18-11 16:50 ferg Status new => closed
01-18-11 16:50 ferg Resolution open => fixed
01-18-11 16:50 ferg Fixed in Version  => 4.0.15
02-01-11 12:22 extremia Issue Monitored: extremia


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