From: Nicholas T. <ta...@gm...> - 2012-07-05 18:24:38
|
Hello archive-access-discussers, I installed Wayback based on minor modifications to the instructions here: https://webarchive.jira.com/wiki/display/wayback/Wayback+Installation+and+Configuration+Guide but Tomcat reports "Error filterStart" when I try to start it. I'm hoping it's a simple configuration error that someone more experienced with Wayback and/or Tomcat could help me figure out. Environment: Ubuntu 9.10 Java 1.6.0_24-b07 Tomcat 6.0.20 Tomcat is running and I've been trying to start Wayback from the Tomcat Manager. Wayback is installed in the "wayback-1.6.0" context. I made the following edits to wayback.xml: wayback.basedir=/home/sansforensics/wayback/indexes/ wayback.urlprefix=http://localhost:8080/wayback-1.6.0/ Changed the bean named "8080:wayback" to "8080:test" Changed the four instances of "${wayback.urlprefix}/" in that bean to "${wayback.urlprefix}test/" I made the following changes to BDBcollection.xml: In the bean with id "datadirs" <property name="name" value="warcfiles" /> <property name="prefix" value="/home/sansforensics/wayback/warcs/" /> Both dirs: /home/sansforensics/wayback/indexes/ /home/sansforensics/wayback/warcs/ exist, are empty, and have 777 permissions. Here is sample output from a catalina.<datestamp>.log: Jul 1, 2012 6:28:17 PM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Jul 1, 2012 6:28:17 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/wayback-1.6.0] startup failed due to previous errors Jul 1, 2012 6:28:21 PM org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Jul 1, 2012 6:28:21 PM org.apache.catalina.core.StandardContext start SEVERE: Context [/wayback-1.6.0] startup failed due to previous errors Any ideas? |