Nesto,
I´m
not sure if this works, but try
</map:match>
<map:match pattern="*.jsp"> <map:generate type="file" src=""http://anotherHost:8080/theApp/{1}.jsp?user={request:user}&password={request:password}">http://anotherHost:8080/theApp/{1}.jsp?user={request:user}&password={request:password}" /> <map:transform src=""/> <map:serialize type="xhtml"/> </map:match> The
{request:yourparam} parts are so called input-modules. See:
Be
careful with the generator type you choose. The JSP generator expects the
location of a JSP-File. You are calling a jsp from another server, that means
you have to use a generator that matches the *output* of this jsp. I.e if the
jsp produces HTML you need the HTML-generator. In your case you need the
file-generator since the jsp produces XML.
Hope
this helps,
-Jan
Harms
|
- Re: matcher of a request Jan Harms
- Re: matcher of a request Nesto
- Re: matcher of a request SAXESS - Hussayn Dabbous
- Re: matcher of a request Nesto