Maybe it will be better to upgrade Archiva to 6.1.11 instead of downgrade Continuum to 6.1.6 On Thu, Oct 2, 2008 at 12:09 AM, Olivier Lamy wrote: > I have a similar configuration as archiva. > But I have just tested and the bundle doesn't start on solaris :-) > whereas it's works fine on windows (but I'm not sure it's jetty > related). > > > -- > Olivier > > 2008/10/1 Emmanuel Venisse : > > Why 6.1.6 and not 6.1.11 that we used? > > > > Emmanuel > > > > On Wed, Oct 1, 2008 at 11:38 PM, wrote: > > > >> Author: olamy > >> Date: Wed Oct 1 14:38:29 2008 > >> New Revision: 700936 > >> > >> URL: http://svn.apache.org/viewvc?rev=700936&view=rev > >> Log: > >> [CONTINUUM-1907] wrapper.conf strange defect with %PWD%/.. > >> > >> > >> Modified: > >> continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml > >> > >> Modified: continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml > >> URL: > >> > http://svn.apache.org/viewvc/continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml?rev=700936&r1=700935&r2=700936&view=diff > >> > >> > ============================================================================== > >> --- continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml > (original) > >> +++ continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml Wed Oct > 1 > >> 14:38:29 2008 > >> @@ -31,12 +31,12 @@ > >> > >> org.mortbay.jetty > >> jetty > >> - 6.1.11 > >> + ${jetty.version} > >> > >> > >> org.mortbay.jetty > >> start > >> - 6.1.11 > >> + ${jetty.version} > >> > >> > >> org.apache.continuum > >> @@ -47,25 +47,25 @@ > >> > >> org.mortbay.jetty > >> jetty-naming > >> - 6.1.11 > >> + ${jetty.version} > >> runtime > >> > >> > >> org.mortbay.jetty > >> servlet-api-2.5 > >> - 6.1.11 > >> + ${jetty.version} > >> runtime > >> > >> > >> org.mortbay.jetty > >> jsp-api-2.0 > >> - 6.1.11 > >> + ${jetty.version} > >> runtime > >> > >> > >> org.mortbay.jetty > >> jetty-plus > >> - 6.1.11 > >> + ${jetty.version} > >> runtime > >> > >> > >> @@ -125,13 +125,13 @@ > >> > >> org.slf4j > >> jcl104-over-slf4j > >> - 1.0.1 > >> + 1.5.0 > >> runtime > >> > >> > >> org.slf4j > >> slf4j-simple > >> - 1.0.1 > >> + 1.5.0 > >> runtime > >> > >> > >> @@ -178,24 +178,24 @@ > >> TRUE > >> > >> > >> - set.default.APP_BASE > >> - %PWD%/.. > >> - > >> - > >> set.default.REPO_DIR > >> lib > >> > >> > >> wrapper.logfile > >> - %APP_BASE%/logs/wrapper.log > >> + %CONTINUUM_BASE%/logs/wrapper.log > >> > >> > >> wrapper.app.parameter.2 > >> - %APP_BASE%/conf/jetty.xml > >> + %CONTINUUM_BASE%/conf/jetty.xml > >> > >> > >> wrapper.app.parameter.3 > >> - %APP_BASE%/conf/jetty-logging.xml > >> + > >> %CONTINUUM_BASE%/conf/jetty-logging.xml > >> + > >> + > >> + app.base.envvar > >> + CONTINUUM_BASE > >> > >> > >> wrapper.on_exit.default > >> @@ -223,10 +223,11 @@ > >> > >> > >> > >> - > >> appserver.base=%APP_BASE% > >> - > >> derby.system.home=%APP_BASE%/logs > >> - > >> jetty.logs=%APP_BASE%/logs > >> - > >> java.io.tmpdir=%APP_BASE%/tmp > >> + appserver.home=. > >> + > >> appserver.base=%CONTINUUM_BASE% > >> + > >> > derby.system.home=%CONTINUUM_BASE%/logs > >> + > >> jetty.logs=%CONTINUUM_BASE%/logs > >> + > >> java.io.tmpdir=%CONTINUUM_BASE%/tmp > >> > >> > >> > >> @@ -290,4 +291,7 @@ > >> http://snapshots.repository.codehaus.org/ > >> > >> > >> + > >> + 6.1.6 > >> + > >> > >> > >> > >> > > >