Blogging Roller
Dave Johnson on blogging, open source and Java
Dave Johnson on blogging, open source and Java
Above: a random selection of photos from my Flickr photo-stream.
<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.
Tags: Roller
<init-param>
<param-name>javaccmd</param-name>
<param-value>/usr/java/j2sdk1.4.1/bin/javac</param-value>
</init-param>
Add this to the end of config/server.xml: <compiler executable="javac"
classpath="/usr/java/j2sdk1.4.1/jre/lib/rt.jar" />
Tags: Roller
<application name="roller" path="../roller" />this to OC4J/home/config/application.xml:
<web-module id="roller" path="../../home/roller" />and this to OC4J/home/config/http-web-site.xml:
<web-app application="default" name="roller" root="/roller" />Now I'm getting a string of error messages that indicate that OC4J is attempting to deploy Roller. Good.
Tags: Roller
Tags: Roller
Tags: Roller
Tags: Roller
I thank my parents and my sister for an awesome childhood - where life was simple and dreams were boundless. [Matt Raible, The Cabin]Excellent story Matt, and those pictures are wonderful.
Tags: General
Tags: Blogging
Tags: Java