OK, I created a roller-custom.properties in $CATALINA_HOME/lib:

installation.type=auto
database.configurationType=jdbc
database.jdbc.driverClass=com.mysql.jdbc.Driver
database.jdbc.connectionURL=jdbc:mysql://localhost:3306/roller
database.jdbc.username=root
database.jdbc.password=
mail.configurationType=properties
mail.hostName=localhost

The MySQL Driver, activation.jar and mail.jar are all in this same directory.

Here's the stack trace:

WARN  2007-09-17 15:33:53,696 WebloggerRuntimeConfig:getProperty -
Trouble accessing property: site.frontpage.weblog.handle
java.lang.IllegalStateException: Roller Weblogger has not been bootstrapped yet
        at 
org.apache.roller.weblogger.business.WebloggerFactory.getWeblogger(WebloggerFactory.java:60)
        at 
org.apache.roller.weblogger.config.WebloggerRuntimeConfig.getProperty(WebloggerRuntimeConfig.java:66)
        at org.apache.jsp.index_jsp._jspService(index_jsp.java:55)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
        at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)

Have you tested 4.x with Tomcat 6? If not, what version have you
tested it on? I'm more keen on getting it up and running than getting
it running on Tomcat 6.

Matt

On 9/17/07, Dave <[EMAIL PROTECTED]> wrote:
> You should definitely read the install guide. It has been totally
> rewritten. We've got a five minute install now that needs only one
> properties file and can create/upgrade tables automatically.
>
> - Dave
>
>
>
> On 9/17/07, Matt Raible <[EMAIL PROTECTED]> wrote:
> > I tried dropping the database altogether and starting with a clean
> > database. This gives me the following error. Maybe I need to read the
> > install guide? ;-)
> >
>


-- 
http://raibledesigns.com

Reply via email to