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
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/archiva"
docBase="C:/Program Files/Apache Software
Foundation/archiva/archiva-webapp-1.0-SNAPSHOT.war">
<Resource name="jdbc/users" auth="Container" type="javax.sql.DataSource"
username="archiva"
password="archiva"
driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
url="jdbc:derby:webapps/archiva/WEB-INF/db;create=true"
/>
</Context>
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="/webwork" prefix="ww" %> <%@ taglib
uri="http://java.sun.com/jsp/jstl/core" prefix="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
Daniel
> -----Ursprüngliche Nachricht-----
> Von: Brett Porter [mailto:[EMAIL PROTECTED]
> Gesendet: Samstag, 23. September 2006 02:20
> An: [email protected]
> Betreff: Re: working war for testing
>
> Hi Daniel,
>
> The current WAR should be a lot more stable, however you need to
> configure a data source in your application server for the user
> database. You can use the settings from the src/jetty-env.xml
> file if
> that is helpful - I'll look into making that an easier default.
>
> Other than that, I'd suggest going to SVN a bit more than a week ago
> before the user management changes.
>
> HTH,
> Brett
>
> On 22/09/2006, at 11:50 PM, Mohni, Daniel wrote:
>
> > 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
> everyting
> > can be
> > configured, the problem with this version is, that I can't access
> > 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
> repository
> > has
> > not been
> > indexed and that I have to try again later. If I hit the
> '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
> >
> >
>