Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • How do I install Roller? #1
  • What platforms are supported? #2
  • How do I install on Jetty? #3
  • How do I install on Resin? #4
  • How do I install on Orion? #5
  • How do I install on Weblogic 8.1? #6
  • How do I install on JBoss? #7
  • How do I set up an administrative user for my Roller install? #8
  • How can I test if my DB-connection is setup correctly? #9
  • Why does MySQL reject connections from Roller? #10
  • I get an "Illegal mix of collations" error from MySQL. What's wrong? #11
  • What's this Cannot create JDBC driver of class ' ' for connect URL 'null' all about? #12
  • Help! I'm seeing "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?' at line 1" #13
  • Why do I sometimes see a log message "PingQueueProcessor:processQueue | WARNING Skipping current ping queue processing round because we cannot yet determine the site's absolute context url? #14
  • When I use the "remember me" feature to login, Roller sometime just hangs. How do I fix this? #15
  • I'm seeing "java.lang.StringIndexOutOfBoundsException: String index out of range: 23". How do I fix it? #16
  • How do I configure roller to use LDAP user authentication #17
  • I've set up my MailSession in the context xml file, but I'm getting a ClassNotFoundException or NoClassDefFoundError #18

Anchor
1
1
How do I install Roller? #1

...

It is possible to setup roller to use LDAP Authentication for users created in roller DB. Please check LDAP and SSP FAQ page for more information.

Anchor
18
18
I've set up my MailSession in the context xml file, but I'm getting a ClassNotFoundException or NoClassDefFoundError #18

Check these things:

  • You've downloaded the Java Mail API jars (mail.jar and activation.jar) and placed them in
    Tomcat's common/lib (and not in Roller's WEB-INF/lib).
  • If you're using Tomcat 5.5.20 through 5.5.23, you will probably need the patch for this Tomcat bug