Re: Barracuda as a drop in for Enhydra App
Andras Balogh <[email protected]> Mon, 12 Jan 2004 13:23:49 +0200
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I managed to create a webapp where 2 application gateways were
defined, one for .event and one for
.html extension.
I had to change the eventbuilder taskdef class to generate the event
classes with other extension (not .event).
and overwrite the method getEventExtension() in my own ApplicationGateway.
I don't know if in the new 1.2.5 release are more support for doing
this.
Best regards,
Andras.
Thelmo Loisio wrote:
>I'm in the process of switching a production web app from Enhydra
>SuperServlet arch to Barracuda.
>Now a lot of external app point to services provided by this enhydra app
>with formatted URL like:
>http://myserver.org/enhydraServlet.po?param1=value1¶m2=value2
>
>So i need a way to replace/forward this request directly to the
>equivalent new URL which then will be handled by barracuda event system,
>which is a good way to achieve this !?
>
>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...)
>
>Regards.
>
>