For anyone stumbling upon this question who doesn't know what Quercus is - it is an implementation of PHP done in Java.
For a project that I am currently working on we serve php pages via cgi over servlets (I know it is clunky, but it is a requirement to support legacy code). I was excited to discover the Quercus project because it looked like a promising path to move our project to a more pure Java environment.
I have a few questions regarding Quercus:
- Have you used Quercus in a shipping product?
- How much of the php API is supported?
- What are any gotchas you have had working with it?
- Have you been able to make it work with Jetty? Have you ever heard of it working with Jetty? (I couldn't figure it out)