servlet-mapping for Wordpress on Tomcat using Quercus
- by Jeremy
I have a web app running in Tomcat and I'm trying to add a Wordpress blog to it using Quercus. It works if I hit a .php file in my blog, but links to my articles are structured like http://myapp.com/blog/2011/01/my-first-post/ which don't work. Below is my web.xml:
<welcome-file-list>
<welcome-file>index.do</welcome-file>…