Return-Path: X-Original-To: apmail-axis-java-dev-archive@www.apache.org Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 80659C74C for ; Mon, 13 Aug 2012 06:37:34 +0000 (UTC) Received: (qmail 54420 invoked by uid 500); 13 Aug 2012 06:37:33 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 53675 invoked by uid 500); 13 Aug 2012 06:37:26 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 53630 invoked by uid 99); 13 Aug 2012 06:37:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 06:37:25 +0000 X-ASF-Spam-Status: No, hits=-0.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of firestorm5002@gmail.com designates 209.85.212.45 as permitted sender) Received: from [209.85.212.45] (HELO mail-vb0-f45.google.com) (209.85.212.45) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 06:37:20 +0000 Received: by vbip1 with SMTP id p1so3954374vbi.32 for ; Sun, 12 Aug 2012 23:37:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9kCWH9oKZJTnSkRQXPtmep9OcEiHsKZBdrOy4u5lVKM=; b=y3+8sMzFkfLR8zYQSNzM//ZlRrYQo/q1pAhzp32DCXKLZJRH3Qwo1G2MreXGlb+EHG Iaa1dxp7IPlkLlyfQWyVR9IG0Y0kKFtk5tpIzbPfdoVzdCdfct1k+KaCXNBEAdbq6QcT Hd9Vn4kPui33rTzlK7NpR/ZlKA39oSVuMfKL08OeiO/gsC03y0NGsL4Y9CAzo3kcRhoD 7krOnjeBFUwQQlXPjXUDuviAoUlEgNFzzOFiUrKaH0k5WHnNh2DKgReZcSyXERjiOnDZ 0MfPwRJ3SxArqO3beopaEZ3PtEvT6ULICZMPUN4eAYd5xq8Kuq0ydeseE26lpZXmVQeT urOQ== MIME-Version: 1.0 Received: by 10.52.24.103 with SMTP id t7mr1574644vdf.84.1344839820241; Sun, 12 Aug 2012 23:37:00 -0700 (PDT) Received: by 10.52.185.233 with HTTP; Sun, 12 Aug 2012 23:37:00 -0700 (PDT) In-Reply-To: References: Date: Mon, 13 Aug 2012 10:37:00 +0400 Message-ID: Subject: Re: About setting up rampart with eclipse From: abdelrahman almahmoud To: java-dev@axis.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Thank you for the replies Simply copying the mar and lib files to the war extract in webapps caused the problem, however I managed to fix it by building a war file containing the rampart .mar and lib files, now rampart and rahas appear in the available modules I found the answer in this post if anyone wants more information http://stackoverflow.com/questions/1717845/ Now I assume the server side is configured properly, do I need to do anything special on the client side with eclipse? On Mon, Aug 13, 2012 at 9:23 AM, Suresh Attanayake wrote: > Hi , > > You have to copy all the rampart lib jars to axis2 WEB_INF/lib folder. > > Thanks, > -Suresh > > On Sun, Aug 12, 2012 at 3:24 PM, abdelrahman almahmoud > wrote: >> >> Hi >> >> I am not sure if this is the right place to post these questions, if >> it isn't then I apologise >> >> I am having trouble setting up rampart with eclipse, I read up a lot >> but I still keep hitting a dead end >> I have apache tomcat running on localhost as a standalone server, I >> deployed Axis2 war and it is working and I have a test webservice >> running on it which is wrote using Eclipse >> Now I want to add security features to it using rampart, First I added >> the rampart and rahas mar files into WEB-INF/modules, however when I >> check the list of available modules it lists them under faulty modules >> >> Is there anything specific I need to do on the client side to have >> rampart running properly? >> Do I need to import rampart jar files into eclipse build path for the >> project or the mar files? >> >> I appreciate any help >> >> thank you >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org >> For additional commands, e-mail: java-dev-help@axis.apache.org >> > > > > -- > Suresh Attanayake > > Blog : http://sureshatt.blogspot.com/ > LinkedIn : http://www.linkedin.com/pub/suresh-attanayake/16/165/181 > Twitter : http://twitter.com/sureshatt > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org