Re: Barracuda as a drop in for Enhydra App

"Diez B. Roggisch" <[email protected]> Mon, 12 Jan 2004 11:16:08 +0100
Newsgroups gmane.comp.java.enhydra.barracuda.general
Message-ID <[email protected]>
> There's a way to have barracuda process as event also non .event url ?!
> (i admit i only try changing the relative parameter on web.xml file...)

AFAIK barracuda isn't tied to the .event-extension too much - you might be 
able to change the pattern-matching in web.xml to .do. If thats not enough, 
try setting the event-extension from "event" to "do" - but I have to admit 
that I don't know how that works right now. But it should be doable.

Another approach would be to use url-rewriting in apache or whatever webserver 
you use.

Diez