From user-return-15077-apmail-geronimo-user-archive=geronimo.apache.org@geronimo.apache.org Tue Sep 14 10:11:49 2010 Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 43110 invoked from network); 14 Sep 2010 10:11:49 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Sep 2010 10:11:49 -0000 Received: (qmail 68823 invoked by uid 500); 14 Sep 2010 10:11:49 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 68431 invoked by uid 500); 14 Sep 2010 10:11:45 -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 68414 invoked by uid 99); 14 Sep 2010 10:11:44 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 10:11:44 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.158 is neither permitted nor denied by domain of albu.consult@gmail.com) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Sep 2010 10:11:21 +0000 Received: from ben.nabble.com ([192.168.236.152]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OvSTc-0000hE-KU for user@geronimo.apache.org; Tue, 14 Sep 2010 03:11:00 -0700 Date: Tue, 14 Sep 2010 03:11:00 -0700 (PDT) From: albu77 To: user@geronimo.apache.org Message-ID: <1284459060613-1472065.post@n3.nabble.com> Subject: Newbie problem with web.xml MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I'm starting with Geronimo, install it, started oK Try the demo as exposed on: https://cwiki.apache.org/GMOxDOC22/quick-start-apache-geronimo-for-the-impatient.html#Quickstart-ApacheGeronimofortheimpatient-Startingtheserver When I want to deploy with deploy --user system --password manager deploy --inPlace applications I get an error message: c:\Apache\Geronimo\bin>deploy --user system --password manager deploy --inPlace c:\Apache\Geronimo\applications Using GERONIMO_HOME: c:\Apache\Geronimo Using GERONIMO_TMPDIR: var\temp Using JRE_HOME: C:\Program Files\Java\jre6 2010-09-14 10:27:33,594 ERROR [DeployTool] Error: org.apache.geronimo.common.DeploymentException: Unable to deploy applications: E rror parsing web.xml for . error: Unexpected element: CDATA Unexpected element: CDATA at org.apache.geronimo.deployment.cli.CommandDeploy.runCommand(CommandDe ploy.java:45) at org.apache.geronimo.deployment.cli.CommandDistribute.executeOnline(Co mmandDistribute.java:149) at org.apache.geronimo.deployment.cli.CommandDistribute.execute(CommandD istribute.java:125) at org.apache.geronimo.deployment.cli.DeployTool.execute(DeployTool.java :168) at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(Ma inConfigurationBootstrapper.java:45) at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65) at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31 ) c:\Apache\Geronimo\bin> I don't understand I paste the code from the site concerning the two xml file, even pass them through NotePad++ to avoid bad characters insertion.. Restarted the server after saving the files from the Editor. Can somebody have a an advise. Regards Alain geronimo-web-xml: org.apache.geronimo.samples HelloWorldApp 2.2 war /hello web.xml: HelloWorld.jsp -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Newbie-problem-with-web-xml-tp1472065p1472065.html Sent from the Users mailing list archive at Nabble.com.