For example, I have the following pipeline <map:match pattern="*.pdf"> <map:generate type="wsproxy" src="http://{request:serverName}/{request:serverPort}/data/test.jsp?{request:requestSessionId}"> <map:parameter name="requestSessionID" value="{request:requestedSessionId}"/> </map:generate> <map:transform src="xslfo.xsl"/> <map:serialize type="fo2pdf"/> </map:match> </map:pipeline> it gives a blank page cos its either not picking up the session parameters or its using the Cocoon sessionID. my Cocoon app is in /tomcat/webapps/cocoon so its started with Tomcat but my request for pages with parameters or sessionId's dont work.
On 7/21/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I have Cocoon 2.1, Tomcat 5.0 and Httpd 2.0. > > Everything works independently. > > Do you start Cocoon independently or is it started with your tomcat > container? > If you want tomcat to handle the requests, the latter should be the case. > > > I have pages in Tomcat that have JsessionID, > > but when using Cocoon to transform these pages > > the request goes through Cocoon. > > What exactly do you mean? Can you explain a little bit more what you are > trying to do? > > Holger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]