Hi I'm working with tomcat 5.0.27 and cocoon 2.1.5.1. I'm using a servlet that generates XML data. When I call this servlet direct with the browser (http://wsmer:8080/ve2000ic/v2?action=callSGeneric&veAction=redirect&output= .xml) it produce the expected XML data.
When I call this servlet within a pipline using the following URL http://wsmer:8080/ve2000ic/appl/VersicherterSuchen.html the servlet has always an empty session and therefore sends back the login page. <map:match pattern="**VersicherterSuchen.html"> <map:generate src="http://wsmer:8080/ve2000ic/v2?action=callSGeneric&veAction=redirect &output=.xml"/> <map:transform type="xslt" src="xsl/xml2html/appl/VersicherterSuchen/VersicherterSuchen.xslt"> <map:parameter name="global.host" value="{request:concat(scheme, '://', serverName, ':', serverPort)}"/> <map:parameter name="global.contextPath" value="/ve2000ic/appl"/> <map:parameter name="global.lang" value="de"/> </map:transform> <map:serialize type="xhtml"/> </map:match> Why does the servlet gets an empty session? For your support many thanks in advance. Raffaele Merico LESS Informatik AG B�hnirainstrasse 14 CH-8800 Thalwil Tel: +41 1 723 12 22 Dir: +41 1 723 92 45 Fax: +41 1 723 12 23 mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
