Greetings,

I was wondering if anybody had gotten WordPress and Resin Pro 4.0.1 working 
together. I'm most of the way there, but there's apparently one piece missing.

The installation went fine. I can do a direct MySQL import of an existing blog 
into the database and all of the content is displayed and browsable, but I 
can't actually log in to wp-admin. It accepts my username and password, the 
page flashes for a sec, and I'm back to an empty login form with no error.

For reference, this is my super basic Resin config for it:

  <cluster id="styleguide">
    <root-directory>.</root-directory>

    <server id="styleguide" address="127.0.0.1" port="6902">
      <http address="172.27.162.53" port="8092"/>
    </server>

    <database>
      <jndi-name>jdbc/wordpress</jndi-name>
      <driver type="org.gjt.mm.mysql.Driver">
        <url>jdbc:mysql://localhost:3306/styleguide?autoReconnect=true</url>
        <user>user</user>
        <password>pass</password>
      </driver>
      <prepared-statement-cache-size>8</prepared-statement-cache-size>
      <max-connections>20</max-connections>
      <max-idle-time>30s</max-idle-time>
    </database>
    
    <host id="styleguide" root-directory="/usr/local/www">
      <host-alias>styleguide</host-alias>
      <web-app id="/" root-directory="styleguide"/>
     </host>
  </cluster>

Am I missing something obvious? 

-Jamie

_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to