[Rabbit-proxy-development] Writing own filters
Brought to you by:
ernimril
From: Fredric P. <fr...@sp...> - 2006-10-09 14:26:35
|
Hello list Do anyone know what I am doing wrong here. I've made my own filter. As long as I put it alongside the other filters in the rabbit.filters package and export my own JAR file it works nicelly. But when I try to use my own class path xx.xxxx.MyFilter It won't load. I added my JAR-file (myFilter.jar) in the rabbit/jars folder I've added this in the config file: [rabbit.handler.FilterHandler] filters=xx.xxxx.MyFilter [xx.xxxx.MyFilter] jsUrl=http://xyz ...and I am starting RabbIT with: java -jar jars/rabbit3.jar -cp jars/myFilter.jar -f conf/rabbit.conf & Mvh, Fredric Palmgren -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.407 / Virus Database: 268.13.1/466 - Release Date: 2006-10-07 |