On Jan 14, 2008 4:31 PM, Mick Knutson <[EMAIL PROTECTED]> wrote: > In my repository setup page I have this declaration: > > Identifier internal Name Archiva Managed Internal Repository Directory ${ > appserver.base}/data/repositories/internal > > I was assuming that ${appserver.base} would get translated on the fly, but > instead, my repository is located at: > > /home/dapadmin/apache-tomcat-5.5.25/bin/*${appserver.base}* > /data/repositories/internal/ > > when I would assume that it should be at: > > */home/dapadmin/apache-tomcat-5.5.25/bin/*data/repositories/internal/
${appserver.base} and ${appserver.home} are Plexus-related properties. You seem to be running the Archiva war in Tomcat, so I would suggest configuring it with the full path to the location you want to use. (Somewhere outside the Tomcat installation would be better...) -- Wendy