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





------- Additional Comments From [EMAIL PROTECTED]  2007-06-20 08:58 -------
What I can say is this: In an environment like the one bellow (tomcat having a 
subfolder called docs with no relation with the present webapp), if you 
configure a webapp with docbase "webapps/mywebapp" for using a servlet (it can 
be a dummy one) mapped to url "docs". Any call to the servlet like 
docs?param1=value1&paaram2=value2 
is rediected by tomcat to 
docs/?param1=value1&param2=value2
with tomcat reporting resource not found. If you change the url the servlet is 
mapped to something different like "doctest" the redirection stops and 
everyting works fine. 

Using CATALINA_BASE:   /opt/tomcat
Using CATALINA_HOME:   /opt/tomcat
Using CATALINA_TMPDIR: /opt/tomcat/temp
Using JRE_HOME:       /usr/java/jdk1.6.0
Server version: Apache Tomcat/6.0.10
Server built:   Feb 13 2007 01:50:56
Server number:  6.0.10.0
OS Name:        Linux
OS Version:     2.6.9-55.ELsmp
Architecture:   amd64
JVM Version:    1.6.0-b105
JVM Vendor:     Sun Microsystems Inc.

I am not sure I know the meaning of docbase for the webapps configuration on 
tomcat/conf/server.xml but I would suppose that if I have it configured to 
webapps/myapp then tomcat should not try to map the relative docs path call to 
anything else then my servlet's mapped url, and forget about its own 
tomcat/docs folder.

I won't loose more time with this item. From my point of view things are 
solved, just changed the mapped url. Maybe from the point of view of tomcat 
developpers this thing could be checked. Maybe I would enjoy increasing my 
knowledge through the detailed explanation why the whole thing happened. For 
sure enough is always enough.

-- 
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