Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 58428 invoked from network); 20 Aug 2007 03:17:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Aug 2007 03:17:55 -0000 Received: (qmail 34018 invoked by uid 500); 20 Aug 2007 03:17:52 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 34004 invoked by uid 500); 20 Aug 2007 03:17:52 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 33995 invoked by uid 99); 20 Aug 2007 03:17:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Aug 2007 20:17:52 -0700 X-ASF-Spam-Status: No, hits=-99.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Aug 2007 03:17:50 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8AF12714201 for ; Sun, 19 Aug 2007 20:17:30 -0700 (PDT) Message-ID: <18063452.1187579850537.JavaMail.jira@brutus> Date: Sun, 19 Aug 2007 20:17:30 -0700 (PDT) From: "Jeff Yu (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-901) Update "WAR" building for full war In-Reply-To: <7283051.1186625579754.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Yu updated CXF-901: ------------------------ Attachment: cxf-901-2.patch ChangeLog for the cxf-901-2.patch: 1. update the common_build.xml, remove the dependency on "war" target,make the wsdl param is optional, since it won't have wsdl in java_first scenario. 2. update the java_first_pojo, java_first_jaxws, remove the uneeded wsdl file in the war target. 3. update the js_client sample accordingly, since it depends on the "hello_world" sample, now it was changed to "wsdl_first". > Update "WAR" building for full war > ---------------------------------- > > Key: CXF-901 > URL: https://issues.apache.org/jira/browse/CXF-901 > Project: CXF > Issue Type: Sub-task > Components: Samples > Affects Versions: 2.1 > Reporter: Jeff Yu > Priority: Minor > Fix For: 2.1 > > Attachments: cxf-901-2.patch, cxf-901.patch > > > It will be different from what we have now, I would like to pack all > the required jars to $WAR/WEB-INF/lib folder, and then generate a WAR, > so if you want to deploy it to containers, what you need to do is to > copy the WAR to the container's deploy folder. you can see details in > this thread: > http://www.nabble.com/How-to-deploy-to-JBoss--tf4210975.html#a11978522 > For tomcat container, if you set the CATALINA_HOME, and then you run: > "ant deploy-tomcat" , it will copy the generated war to the > $CATALINA_HOME/webapps/ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.