Dave Johnson on open web technologies, social software and software development
« OC4J can't handle... | Main | You just need to... »
This is what I added to OC4J/config/data-sources.xml:
<data-source class="com.evermind.sql.DriverManagerDataSource" name="rollerdb" location="jdbc/rollerdb" connection-driver="org.gjt.mm.mysql.Driver" username="scott" password="tiger" url="jdbc:mysql://localhost:3306/roller?autoReconnect=true" inactivity-timeout="30" schema="database-schemas/my-sql.xml" />This is what I added to Roller's web.xml:
<resource-ref> <res-ref-name>jdbc/rollerdb</res-ref-name> <res-type>javax.sql.DataSource</res-type> <res-auth>Container</res-auth> </resource-ref>
It is late and I'm tired of this experiment in install-blogging, so I'm gonna call it a night. I hope I haven't bored you to tears and caused you to unsubscribe from my RSS feed. I'll wrap things up tomorrow night and give you a final report.
Dave Johnson in Roller
07:02PM Oct 16, 2002
Comments [0]
Tags:
Roller
This is just one entry in the weblog Blogging Roller. You may want to visit the main page of the weblog
Below are the most recent entries in the category Roller, some may be related to this entry.