ttamaris / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

Ties to Tomcat #437

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by mtku...@googlemail.com on 11 Jun 2010 at 1:00