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=38804>.
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=38804

           Summary: context path auto detecting problem
           Product: Tomcat 5
           Version: Nightly Build
          Platform: All
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


sorry for poor my english
first of all, thank you your helping

I have a a problem using Tomcat 5.5.15

my webapps name is latte and 
latte has a same name subdirectory latte

webapps/latte/WEB-INF
webapps/latte/latte/test.jsp

latte context path is "", meanig is default 
In server.xml
<Context path="" docBase="D:\workspace\NCLUB_PROJECT2.0\webapps\latte" 
         antiResourceLocking="false" antiJARLocking="false" 
         workDir="D:\workspace\NCLUB_PROJECT2.0\work" />

when I requests "/latte/test.jsp "
browser's response is 404 not found "/test.jsp"

when I used tomcat 4.1.30, that is ok

Maybe tomcat 5.5 detect latte as context path automatically
because latte directory has a subdirectory WEB-INF 
How can I disable auto detection or How can I fixing my configuration

my manager/html/list 

Applications 
Path     DisplayName                         Running Sessions Commands 
/                                              true     0      Start   Stop   
Reload   Undeploy   
/CVS                                           true     0      Start   Stop   
Reload   Undeploy   
/admin    Tomcat Administration Application    true     1      Start   Stop   
Reload   Undeploy   
/latte                                         true     0      Start   Stop   
Reload   Undeploy   
/manager  Tomcat Manager Application           true     0      Start   Stop   
Reload   Undeploy   

If I use rename latte to ROOT then it's clear
but I have 3 different hosts in one tomcat

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to