Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@locus.apache.org Received: (qmail 60770 invoked from network); 13 Jan 2009 07:21:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2009 07:21:52 -0000 Received: (qmail 93134 invoked by uid 500); 13 Jan 2009 07:21:52 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 93122 invoked by uid 500); 13 Jan 2009 07:21:52 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 93111 invoked by uid 99); 13 Jan 2009 07:21:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2009 23:21:52 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Janne.Jalkanen@ecyrd.com designates 193.64.5.122 as permitted sender) Received: from [193.64.5.122] (HELO mail.ecyrd.com) (193.64.5.122) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 07:21:44 +0000 Received: from [192.168.0.10] (cs181005170.pp.htv.fi [82.181.5.170]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.ecyrd.com (Postfix) with ESMTPSA id 3CDD897C1D8 for ; Tue, 13 Jan 2009 09:21:13 +0200 (EET) Mime-Version: 1.0 (Apple Message framework v753.1) In-Reply-To: <496BCCBC.4070904@oracle.com> References: <4950A312.9050308@oracle.com> <3a6c97f00812260053v5c948de5r7c8a6f74ef6ea49@mail.gmail.com> <49666D49.5020603@oracle.com> <3a6c97f00901111142s2da8982am58da483fb3dc378a@mail.gmail.com> <562ABFCB-8128-4571-B901-013605D33109@ecyrd.com> <496BCCBC.4070904@oracle.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <735BFEF6-F49D-4A00-BD32-09FC97263D20@ecyrd.com> Content-Transfer-Encoding: 7bit From: Janne Jalkanen Subject: Re: issues installing JSPWiki 2.8.1 with Weblogic 9.2 Date: Tue, 13 Jan 2009 09:20:51 +0200 To: jspwiki-user@incubator.apache.org X-Mailer: Apple Mail (2.753.1) X-Virus-Checked: Checked by ClamAV on apache.org > Although I think this is too restrictive in a sense that war files > should be deployable and any requirements to write to a directory > should be relative or using tmp work dir Well, you need to modify the configuration file from inside the WAR file... You *can* deploy JSPWiki as a WAR-file, but then you need to set up the config file by hand and set it up in a container-specific manner. It's much easier for the majority of the users to unzip the war file, then modify the jspwiki.properties from WEB-INF. Those instructions work for all containers the same way. /Janne