Monday, January 2, 2012

Is it even possible to run Wordpress on GAE?

Hello,

I've been looking on all sorts of tutorials and forums to find out how to run Wordpress on Tomcast and stuff so I can set up the damn database on GAE - none of it worked so far.. It seems that the way you register the driver is a bit different with GQL/GAE then elswere... they set up a database on tomcast in web.xml where they use jndi

So at this point I'm even asking whether it is even possible with GQL... seems not.

So the option I've got in mind is that I would have to rewrite all of the wordpress files to include in them the following to get it workin':

import com.google.appengine.api.rdbms.AppEngineDriver;

import java.io.IOException;
import java.sql.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
or...? And would quercus handle/translate all the rest? Thanks for your help!! : ) 

No comments:

Post a Comment