Projects / FileLister

FileLister

FileLister is a filesystem indexing tool with a Web based frontend. Running platformindependently in a Web environment, its goal is to easily find files in large archives, using a rich set of search configuration options. Additionally, you may download single files or even create and download zip files on the fly from the results of your search.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  08 Jul 2004 14:00

Release Notes: Directories on Windows aren't converted to lowercase anymore. There is minor code cleanup according to the code audits of Eclipse 3.0.

Release Notes: The Web GUI was redesigned, a setup application was implemented, and HTML-based documentation was written for the installation HOWTO, tips, and troubleshooting stuff. An XML config file is now used, and dynamic reloading of the settings when they change was implemented. An initial JavaScript-is-active check is performed, and a controller servlet which creates a session before the first site is shown was written. Lots of minor bugs on "bad" user behavior and in the GUI were eliminated, and everything is now packed in jar files.

No changes have been submitted for this release.

RSS Recent comments

27 Aug 2005 06:35 floechen

Re: issue with filelister

> using the stable build of filelister

> with apache/tomcat 4.1.31 and

> j2sdk1.4.2_09

> on redhat 9 linux kernel 2.4.20-8

> mysql-3.23.58-1.9

>

> i'm able to index the filesystem, but

> upon trying to search i get a JDBC error

> stating..

>

> A database query threw an exception!

> Please make sure the JDBC environment is

> configured correctly.

>

> i'm assuming that if indexing is

> working, then the database connection is

> properly configured.

>

> any thoughts?

Seems strange to me... Please check whether there is a database in your MySQL server that is accessible as configured in the WEB-INF/filelister.xml config file. This database must contain one single table named as configured in the "tablename" tag in the config file, without any timestamp extension. Filelister creates a temporary table during indexing and finally renames this table to the "tablename" value. Perhaps this final renaming failed somehow.

Additionally, the tomcat log should contain more specific information which may help you finding the problem.

15 Aug 2005 12:21 foolweasel

issue with filelister
using the stable build of filelister

with apache/tomcat 4.1.31 and j2sdk1.4.2_09

on redhat 9 linux kernel 2.4.20-8

mysql-3.23.58-1.9

i'm able to index the filesystem, but upon trying to search i get a JDBC error stating..

A database query threw an exception!

Please make sure the JDBC environment is configured correctly.

i'm assuming that if indexing is working, then the database connection is properly configured.

any thoughts?

Screenshot

Project Spotlight

CorneliOS

A virtual Web OS.

Screenshot

Project Spotlight

dkim-verify

Provides DKIM verification for non-DKIM-aware MDAs.