Return-Path: Delivered-To: apmail-maven-archiva-users-archive@locus.apache.org Received: (qmail 54520 invoked from network); 25 Sep 2006 15:58:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Sep 2006 15:58:19 -0000 Received: (qmail 21499 invoked by uid 500); 25 Sep 2006 15:58:19 -0000 Delivered-To: apmail-maven-archiva-users-archive@maven.apache.org Received: (qmail 21440 invoked by uid 500); 25 Sep 2006 15:58:19 -0000 Mailing-List: contact archiva-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: archiva-users@maven.apache.org Delivered-To: mailing list archiva-users@maven.apache.org Received: (qmail 21404 invoked by uid 99); 25 Sep 2006 15:58:18 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Sep 2006 08:58:18 -0700 Authentication-Results: idunn.apache.osuosl.org smtp.mail=daniel.mohni@ch.unisys.com; spf=permerror X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received-SPF: error (idunn.apache.osuosl.org: domain ch.unisys.com from 192.61.61.104 cause and error) Received: from [192.61.61.104] ([192.61.61.104:4753] helo=usea-naimss2.unisys.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 54/3B-13750-C6CF7154 for ; Mon, 25 Sep 2006 08:57:50 -0700 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.20]) by usea-naimss2 with InterScan Message Security Suite; Mon, 25 Sep 2006 10:57:05 -0500 Received: from usea-nagw3.na.uis.unisys.com ([129.224.72.55]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 25 Sep 2006 10:57:05 -0500 Received: from gbmk-eugw2.eu.uis.unisys.com ([129.221.133.27]) by usea-nagw3.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 25 Sep 2006 10:57:04 -0500 Received: from chthl-exch1.eu.uis.unisys.com ([129.227.196.11]) by gbmk-eugw2.eu.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 25 Sep 2006 16:57:02 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_001_01C6E0BB.3C8A4A06" Subject: AW: working war for testing Date: Mon, 25 Sep 2006 17:56:55 +0200 Message-ID: <00F91144E6A88F4CADDD90D34C37AE6A01DD1C16@chthl-exch1.eu.uis.unisys.com> In-Reply-To: <5C452C52-8D6C-4E1B-B96C-89EB87924175@apache.org> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: working war for testing Thread-Index: Acbepg28DlS4UeIMRByyKHrgKxfA1ACEpr9g From: "Mohni, Daniel" To: X-OriginalArrivalTime: 25 Sep 2006 15:57:02.0339 (UTC) FILETIME=[3D961530:01C6E0BB] X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6E0BB.3C8A4A06 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hello Brett, I was tweaking with tomcat a little bit to get the embeddedDerby driver = to work, as a result I have a archiva.xml that I copy to = $tomcat_home$/conf/Catalina/localhost I put the generated war somewhere on the drive and reference the war = using the docbase attribute =20 now archiva will be deployed after the next start of tomcat and = everything looks fine from a tomcat starting point... looking at localhost:8080/archiva the screen looks realy strange (look = at the screenshot) or here is a sample <%-- ~ Copyright 2005-2006 The Codehaus. ~ ~ Licensed under the Apache = License, Version 2.0 (the "License"); ~ you may not use this file except = in compliance with the License. ~ You may obtain a copy of the License = at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by = applicable law or agreed to in writing, software ~ distributed under the = License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR = CONDITIONS OF ANY KIND, either express or implied. ~ See the License for = the specific language governing permissions and ~ limitations under the = License. --%> <%@ taglib uri=3D"/webwork" prefix=3D"ww" %> <%@ taglib = uri=3D"http://java.sun.com/jsp/jstl/core" prefix=3D"c" %> Login - = Register Welcome, ${sessionScope.securityUser.username} = ${sessionScope.securityUser.username} Unknown User - Logout <%-- = Admin Functions --%> [ ADMIN User List <%-- | Role List | Role = Create --%> ] this is what I see in the header part Any hints on this point... thanks for putting me on track=20 Daniel > -----Urspr=FCngliche Nachricht----- > Von: Brett Porter [mailto:brett@apache.org]=20 > Gesendet: Samstag, 23. September 2006 02:20 > An: archiva-users@maven.apache.org > Betreff: Re: working war for testing >=20 > Hi Daniel, >=20 > The current WAR should be a lot more stable, however you need to =20 > configure a data source in your application server for the user =20 > database. You can use the settings from the src/jetty-env.xml=20 > file if =20 > that is helpful - I'll look into making that an easier default. >=20 > Other than that, I'd suggest going to SVN a bit more than a week ago =20 > before the user management changes. >=20 > HTH, > Brett >=20 > On 22/09/2006, at 11:50 PM, Mohni, Daniel wrote: >=20 > > Hello > > > > I'am currently trying to get a working copy of archiva.war to > > use for testing. > > I update the sources daily and build the project using maven (of > > course...), > > and install the war on my local tomcat. currently archiva will not > > startup as > > there is to much ongoing changes with the user managment. > > > > I'have a build form the 18. September that is coming up and=20 > everyting > > can be > > configured, the problem with this version is, that I can't access =20 > > any of > > the > > repositories using http://www.example.com:8080/archiva/proxy/my_repo > > when I access the browse window it will mention that the=20 > repository =20 > > has > > not been > > indexed and that I have to try again later. If I hit the=20 > 'run_now' on > > the administration > > page, nothing happens... > > > > does someone have a working archiva.war on a repository, that can be > > downloaded for > > testing purpose ? > > > > maybe there is a snapshot repository somewhere... > > > > Regards > > > > Daniel > > > > >=20 ------_=_NextPart_001_01C6E0BB.3C8A4A06--