Oryx has ties with Tomcat. It uses the default servlet to serve content.
Most of the time, the default servlet is actually mapped to "default", so there
is no need to redeclare it.
If the content is placed under WEB-INF, it might be worth removing this
completely, as it is common for web developers and administrators to disable
the default servlet.
Attached is a patch to help with this.
Original issue reported on code.google.com by antoine....@gmail.com on 9 Jun 2010 at 3:14
Original issue reported on code.google.com by
antoine....@gmail.com
on 9 Jun 2010 at 3:14Attachments: