How can I write a matcher for this type of request:
 
 
I can't write a matcher that runs fine! I don't know how the parameters can be passed.
The jsp runs on another server and generates a xml document.
 
</map:match>
   <map:match pattern="*.jsp">
   <map:generate type="jsp" src="" />
  
<map:transform src=""/>
   <map:serialize type="xhtml"/>
</map:match>
 
 
How I have to modify the matcher??
Thanks in advance!
 
Nesto

Reply via email to