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





------- Additional Comments From [EMAIL PROTECTED]  2006-06-07 20:04 -------
Try this in server.xml as replacement for the default Host. Shouldn't this be
allowed?

<Host name="localhost" appBase="webapps2"
       unpackWARs="true" autoDeploy="true"
       xmlValidation="false" xmlNamespaceAware="false">

  <Context docBase="" path=""/>
</Host>

In %TOMCAT_HOME%\webapps2:

%TOMCAT_HOME%\webapps2\index.jsp
%TOMCAT_HOME%\webapps2\testdir\index.jsp
%TOMCAT_HOME%\webapps2\WEB-INF\bugtest.tld
%TOMCAT_HOME%\webapps2\WEB-INF\web.xml

Then go to:
http://localhost:8080/ [Works]
http://localhost:8080/testdir/ [org.apache.jasper.JasperException: File
"/WEB-INF/bugtest.tld" not found]

If I then remove the Context tag, it's odd that I get a blank page for the first
URL but the same error for the second URL.

In Tomcat 5.5.12, I get no errors for both URLs with the Context tag, and blank
pages for both URLs without the tag.

If you'd like to continue this conversation via direct email instead of filling
the inbox of everyone being copied, feel free.

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