Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 67713 invoked from network); 7 Oct 2006 22:34:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Oct 2006 22:34:55 -0000 Received: (qmail 27460 invoked by uid 500); 7 Oct 2006 22:34:53 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 27284 invoked by uid 500); 7 Oct 2006 22:34:52 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 27273 invoked by uid 99); 7 Oct 2006 22:34:52 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Oct 2006 15:34:52 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=ammulder@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.190] ([64.233.182.190:20480] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id D1/92-11753-98B28254 for ; Sat, 07 Oct 2006 15:34:50 -0700 Received: by nf-out-0910.google.com with SMTP id c29so1469936nfb for ; Sat, 07 Oct 2006 15:34:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=RkPb2m5Ak6CkPnqq5ej0UNFSciHD+sA8fKCit4IaFyzIrytnth3YSeMK/2miknQXKPVgRdw8x5og2eJMS0vLtAbhk5NuKCTVyytl5ojnxXAcfEN18CHN2vCNuR9SpMyUb3uT5AthnyiKvgsYUSpKPgT+7Xy3qbEInNubKOQQTDo= Received: by 10.82.126.19 with SMTP id y19mr300488buc; Sat, 07 Oct 2006 15:34:46 -0700 (PDT) Received: by 10.82.118.19 with HTTP; Sat, 7 Oct 2006 15:34:46 -0700 (PDT) Message-ID: <74e15baa0610071534x4c66542dk4fb704ae1b86bb10@mail.gmail.com> Date: Sat, 7 Oct 2006 18:34:46 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: user@geronimo.apache.org, umuench@hs-furtwangen.de Subject: Re: geronimo-web.xml for openlaszlo In-Reply-To: <000101c6ea2b$fa695c20$607e1c8d@dm126.fhfurtwangen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <21df75940610070859k47a6df6bk31c87c1e226d1b19@mail.gmail.com> <000101c6ea2b$fa695c20$607e1c8d@dm126.fhfurtwangen.de> X-Google-Sender-Auth: fa920c9e907bf0a0 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N What do you mean about SSL isn't right? Are you expecting the web application to refuse HTTP connections and only accept HTTPS connections? If so, I believe those settings go in web.xml and are not Geronimo-specific -- can you post your web.xml too? By the way, the context-priority-classloader element has gone away in Geronimo 1.1. If you want that effect, you should put a element inside and at the end of your environment block (note that it doesn't have any content -- if the element is there, the feature is enabled). So your second try failed because it didn't like the context-priority-classloader element. You can find the exact schema for Geronimo web application deployment plans from this page (it's the first schema link): http://geronimo.apache.org/schemas.html Also note that the environment element is specified in and imported from the schema listed on that page as "Server Plans & Common Elements". Thanks, Aaron On 10/7/06, Uwe Muench wrote: > --> The application was successfully deployed. > --> The application was successfully started > > But still SSL isn=B4t right!!! Nothing happen! > > Any solution f=FCr this? > > > xmlns:dep=3D"http://geronimo.apache.org/xml/ns/deployment-1.1"> > > openlaszlo > openlaszlo > 3.3.3.0 > car > > > > org.jdom > org.apache.axis > org.apache.commons.logging > org.apache.log4j > > > > /openlaszlo > > > -----Urspr=FCngliche Nachricht----- > Von: Paul McMahan [mailto:paulmcmahan@gmail.com] > Gesendet: Samstag, 7. Oktober 2006 18:00 > An: user@geronimo.apache.org > Betreff: Re: geronimo-web.xml for openlaszlo > > Aaron's advice is right on the money (as usual). Applying his > recommendation to your plan I created the following deployment plan > which worked fine for me in geronimo 1.1.1: > > > xmlns:dep=3D"http://geronimo.apache.org/xml/ns/deployment-1.1"> > > openlaszlo > openlaszlo > 3.3.0 > war > > > > org.jdom > org.apache.axis > > > > /openlaszlo > > > By the way, after deploying in geronimo with this plan I still saw > some strange behavior from the stuff in lps/admin that looked related > to xml parsing errors. It may be that additional class filters are > needed? If you see the same results and make progress on solving that > issue then would you mind sharing your results with us? I think > openlaszlo is a great technology and would even make an excellent > geronimo plugin. > > Best wishes, > Paul > > On 10/7/06, Aaron Mulder wrote: > > One way to go would be to remove the entire block, > > and move the elements inside the block > > and combine the two into one with two > > children... Something like: > > > > > > > > > > > > > > > > > > > > > > Thanks, > > Aaron > > > >