Re: how to include my filter into Jigsaw

Hi Red,

Open the jigadmin.zip file under /Jigsaw/Jigsaw/config directory. In that
zip file you will find "frames.p" file. In that file, add an entry after the
following entry:

org.w3c.jigsaw.filters.HeaderFilter=filter
org.w3c.jigsaw.filters.MyHeaderFilter=filter

After saving the frames.p file, update the zip file with the updated
frames.p file. Then restart the Jigsaw server and I hope, this will solve
your problem. You will be able to see your filter in the filters list in the
admin interface.

regards,
Ranjan Darbha.


----- Original Message -----
From: "Red K" <redkresearch@yahoo.com.sg>
To: "Ranjan Darbha" <nagaranjand@vedams.com>; <www-jigsaw@w3.org>
Sent: Monday, November 10, 2003 7:06 AM
Subject: Re: how to include my filter into Jigsaw



Hi,

I use jigsaw 2.0.5
So I only re-zip jigsaw.zip after inserting my filter.
However, I cannot see my filter in admin.

Regards
Red K


 --- Ranjan Darbha <nagaranjand@vedams.com> wrote: >
> hi,
>
> - which version of Jigsaw you are running ?
> - have you created jigsaw.jar ?
>
> Ranjan.
>
> ----- Original Message -----
> From: "Red K" <redkresearch@yahoo.com.sg>
> To: <www-jigsaw@w3.org>
> Sent: Monday, November 10, 2003 2:14 AM
> Subject: how to include my filter into Jigsaw
>
>
>
> Hi, dear all
>
> I wrote one filter and cannot see it in jigsaw,
> could
> you please help me?
> The detail is as the follows:
>
> I wrote one Filter following the specification of
> Jigsaw.
> In fact, I just copy HeaderFilter code and rename
> the
> filter class in the code.
> Then I compile this java file as the following:
> javac -classpath $Jigsaw/jigsaw/classes
> MyHeaderFilter.java
> The compilation is successful and generates
> MyHeaderFilter.class.
> I expand the $jigsaw/Jigsaw/classes/jigsaw.zip,
> I thus copy MyHeaderFilter.class into the correct
> directory,
> then I zip the packages again into
> $jigsaw/Jigsaw/classes/jigsaw.zip.
>
> Then I reinstall jigsaw, execute jigsaw, run admin.
> However, I still cannot see my created filter in the
> admin.
>
> Are there some configuration steps I missed?
> Thank you very much!
>
> Best Regards
>
> Red K
>
> __________________________________________________
> Do You Yahoo!?
> Faster. Easier. Bingo.
> http://sg.search.yahoo.com
>
>

__________________________________________________
Do You Yahoo!?
Faster. Easier. Bingo.
http://sg.search.yahoo.com

Received on Monday, 10 November 2003 09:16:47 UTC