You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2005/01/14 14:01:15 UTC

DO NOT REPLY [Bug 33096] New: - No settings for ROOT web applications aviable

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=33096>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=33096

           Summary: No settings for ROOT web applications aviable
           Product: Tomcat 5
           Version: 5.0.29
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P3
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: marco.dietrich@web.de
                CC: marco.dietrich@web.de


Hello,

I am not sure is this a bug or a feature:-) ok my problem:

I have a web application runs on tomcat 5. The application is installed the
webapps/ROOT folder. Now I want to set the ROOT context casesensitive=false with
following entry in the server.xml configuration file:

<Context path="" docBase="ROOT" debug="0">
	<Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="false" caseSensitive="false" />
</Context>

This dont work with tomcat 5.0.29 and 5.0.19. With tomcat 4.0.31 it works fine. 

If I want to set the servlet example to casesensitive=false it also not work in
Tomcat 5 but it works in tomcat 4:

<Context path="/servlets-examples" docBase="servlets-examples" debug="0">       
<Resources className="org.apache.naming.resources.FileDirContext"
allowLinking="false" caseSensitive="false" />
</Context>

feature or bug? I use JDK 1.4.2 for the tomcat installitions

Cheers
Marco Dietrich

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org