Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 77391 invoked from network); 14 Jul 2007 04:10:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jul 2007 04:10:21 -0000 Received: (qmail 44790 invoked by uid 500); 14 Jul 2007 04:10:23 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 44430 invoked by uid 500); 14 Jul 2007 04:10:22 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 44419 invoked by uid 99); 14 Jul 2007 04:10:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jul 2007 21:10:22 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of joerg.heinicke@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 13 Jul 2007 21:10:19 -0700 Received: (qmail invoked by alias); 14 Jul 2007 04:09:57 -0000 Received: from c-68-34-178-226.hsd1.pa.comcast.net (EHLO [127.0.0.1]) [68.34.178.226] by mail.gmx.net (mp003) with SMTP; 14 Jul 2007 06:09:57 +0200 X-Authenticated: #3483660 X-Provags-ID: V01U2FsdGVkX1+wvcpmOLmwTfxTh0DH1kalX7y6vInoY84V87wcKV ZdItsDtq0SjP1g Message-ID: <46984C91.7080605@gmx.de> Date: Sat, 14 Jul 2007 00:09:53 -0400 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.4) Gecko/20070509 SeaMonkey/1.1.2 MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: JSP integration References: <46951373.6050507@gmx.de> <4695F507.4080708@apache.org> <4697E777.4030806@apache.org> In-Reply-To: <4697E777.4030806@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org On 13.07.2007 16:58, Grzegorz Kossakowski wrote: > I really have no experience with JSP and I don't know how its servlet is > initialized and how it works. If you could explain what could be a > possible problem I would try to answer according to my knowledge. Me neither. My last project was the first with JSP and that's purely in the portlet environment. So no request dispatcher or other stuff. You can have a look at the implementation of the 2.1's JSP block and the different JSPEngine implementations [1]. This kind of integration always caused many different kinds of problems, some things (forward and include) were not supported at all. > As a side-note: If particular servlet must be managed by servlet > container can't we create servlet (as a Spring bean) that would forward > all requests to the JSP servlet using request dispatcher: > http://www.jguru.com/faq/view.jsp?EID=206736 ? No idea. Never worked on that level. Joerg [1] http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/jsp/java/org/apache/cocoon/components/jsp/