Wordpress on Quercus

Tony Field <[email protected]> Thu, 22 Jun 2006 22:43:49 -0400
Newsgroups gmane.text.xml.resin.user
Message-ID <[email protected]>
Hi -

I've just downloaded Wordpress 2.0.3 from wordpress.org, and I've  
been running resin 3.0.19 for a couple of weeks doing regular java  
stuff.

I'm now trying to get wordpress going via Qercus, and I'm having  
trouble.  Since it's all over the release notes for 3.0.19 I figure  
I'd ask if anyone knows what's up?

Here's my web.xml and the error I'm getting.  Any help would be  
greatly appreciated.

<web-app xmlns="http://caucho.com/ns/resin">
	<servlet-mapping url-pattern="*.php" servlet- 
class="com.caucho.quercus.servlet.QuercusServlet">
		<init>
			<compile>
				false
			</compile>
			<database>
				jdbc/anthropparel
			</database>
		</init>
	</servlet-mapping>
</web-app>


500 Servlet Exception

/Users/tfield/Desktop/resin-3.0.19/webapps/anthropparel/wp-includes/ 
functions-formatting.php:102:
-$text is an invalid left-hand side of an assignment. in
functions-formatting.php:101: 	$text = preg_replace('/&([^#])(?![a- 
z1-4]{1,8};)/',
'&#038;$1', $text);-
functions-formatting.php:102: 	$text = str_replace('<', '&lt;', $text);
functions-formatting.php:103: 	$text = str_replace('>', '&gt;', $text);


Resin-3.0.19 (built Mon, 15 May 2006 04:50:47 PDT)

I can get part way through the setup wizard if I download the latest  
from the svn trunk for wordpress, but still - it's not running OOTB.  
I'm running Mac OS X 10.4.6, java 1.5, resin 3.0.19.


Thanks!!
Tony