You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2008/10/01 23:38:29 UTC

svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

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 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>6.1.11</version>
+      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>start</artifactId>
-      <version>6.1.11</version>
+      <version>${jetty.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.continuum</groupId>
@@ -47,25 +47,25 @@
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-naming</artifactId>
-      <version>6.1.11</version>
+      <version>${jetty.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>servlet-api-2.5</artifactId>
-      <version>6.1.11</version>
+      <version>${jetty.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jsp-api-2.0</artifactId>
-      <version>6.1.11</version>
+      <version>${jetty.version}</version>
       <scope>runtime</scope>
     </dependency>    
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-plus</artifactId>
-      <version>6.1.11</version>
+      <version>${jetty.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -125,13 +125,13 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>jcl104-over-slf4j</artifactId>
-      <version>1.0.1</version>
+      <version>1.5.0</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
-      <version>1.0.1</version>
+      <version>1.5.0</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -178,24 +178,24 @@
                       <value>TRUE</value>
                     </property>
                     <property>
-                      <name>set.default.APP_BASE</name>
-                      <value>%PWD%/..</value>
-                    </property>
-                    <property>
                       <name>set.default.REPO_DIR</name>
                       <value>lib</value>
                     </property>
                     <property>
                       <name>wrapper.logfile</name>
-                      <value>%APP_BASE%/logs/wrapper.log</value>
+                      <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
                     </property>
                     <property>
                       <name>wrapper.app.parameter.2</name>
-                      <value>%APP_BASE%/conf/jetty.xml</value>
+                      <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
                     </property>
                     <property>
                       <name>wrapper.app.parameter.3</name>
-                      <value>%APP_BASE%/conf/jetty-logging.xml</value>
+                      <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
+                    </property>
+                    <property>
+                      <name>app.base.envvar</name>
+                      <value>CONTINUUM_BASE</value>
                     </property>
                     <property>
                       <name>wrapper.on_exit.default</name>
@@ -223,10 +223,11 @@
               </generatorConfigurations>
               <jvmSettings>
                 <systemProperties>
-                  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
-                  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
-                  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
-                  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
+                  <systemProperty>appserver.home=.</systemProperty>
+                  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
+                  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
+                  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
+                  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
                 </systemProperties>
               </jvmSettings> 
             </daemon>
@@ -290,4 +291,7 @@
       <url>http://snapshots.repository.codehaus.org/</url>
     </pluginRepository>
   </pluginRepositories>
+  <properties>
+    <jetty.version>6.1.6</jetty.version>
+  </properties>
 </project>



Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
So I have closed the issue.
Because the zip bundle works on solaris and the tar.gz with using the
gnu tar and not the solaris one.

--
Olivier

2008/10/6 Emmanuel Venisse <em...@gmail.com>:
> Works fine on OSX. I'll try to test on linux
> Emmanuel
>
> On Thu, Oct 2, 2008 at 10:33 PM, Olivier Lamy <ol...@apache.org> wrote:
>
>> I have attached the jetty logs in
>> http://jira.codehaus.org/browse/CONTINUUM-1907.
>>
>> Someone can start the bundle on a "unix" platform ?
>>
>> Thanks,
>> --
>> Olivier
>>
>> 2008/10/2 Emmanuel Venisse <em...@gmail.com>:
>> > What is the issue with solaris?
>> >
>> > On Thu, Oct 2, 2008 at 12:25 AM, Olivier Lamy <ol...@apache.org> wrote:
>> >
>> >> Done.
>> >> Someone here has more experience with wrapper ?
>> >> Because the issue is fix on windauze but now it failed on solaris
>> (unix).
>> >>
>> >> --
>> >> Olivier
>> >>
>> >> 2008/10/2 Olivier Lamy <ol...@apache.org>:
>> >> > K.
>> >> > I will change it.
>> >> >
>> >> > --
>> >> > Olivier
>> >> >
>> >> > 2008/10/2 Emmanuel Venisse <em...@gmail.com>:
>> >> >> 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 <ol...@apache.org>
>> 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 <em...@gmail.com>:
>> >> >>> > Why 6.1.6 and not 6.1.11 that we used?
>> >> >>> >
>> >> >>> > Emmanuel
>> >> >>> >
>> >> >>> > On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >> >>> >>       <artifactId>jetty</artifactId>
>> >> >>> >> -      <version>6.1.11</version>
>> >> >>> >> +      <version>${jetty.version}</version>
>> >> >>> >>     </dependency>
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >> >>> >>       <artifactId>start</artifactId>
>> >> >>> >> -      <version>6.1.11</version>
>> >> >>> >> +      <version>${jetty.version}</version>
>> >> >>> >>     </dependency>
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.apache.continuum</groupId>
>> >> >>> >> @@ -47,25 +47,25 @@
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >> >>> >>       <artifactId>jetty-naming</artifactId>
>> >> >>> >> -      <version>6.1.11</version>
>> >> >>> >> +      <version>${jetty.version}</version>
>> >> >>> >>       <scope>runtime</scope>
>> >> >>> >>     </dependency>
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >> >>> >>       <artifactId>servlet-api-2.5</artifactId>
>> >> >>> >> -      <version>6.1.11</version>
>> >> >>> >> +      <version>${jetty.version}</version>
>> >> >>> >>       <scope>runtime</scope>
>> >> >>> >>     </dependency>
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >> >>> >>       <artifactId>jsp-api-2.0</artifactId>
>> >> >>> >> -      <version>6.1.11</version>
>> >> >>> >> +      <version>${jetty.version}</version>
>> >> >>> >>       <scope>runtime</scope>
>> >> >>> >>     </dependency>
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >> >>> >>       <artifactId>jetty-plus</artifactId>
>> >> >>> >> -      <version>6.1.11</version>
>> >> >>> >> +      <version>${jetty.version}</version>
>> >> >>> >>       <scope>runtime</scope>
>> >> >>> >>     </dependency>
>> >> >>> >>     <dependency>
>> >> >>> >> @@ -125,13 +125,13 @@
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.slf4j</groupId>
>> >> >>> >>       <artifactId>jcl104-over-slf4j</artifactId>
>> >> >>> >> -      <version>1.0.1</version>
>> >> >>> >> +      <version>1.5.0</version>
>> >> >>> >>       <scope>runtime</scope>
>> >> >>> >>     </dependency>
>> >> >>> >>     <dependency>
>> >> >>> >>       <groupId>org.slf4j</groupId>
>> >> >>> >>       <artifactId>slf4j-simple</artifactId>
>> >> >>> >> -      <version>1.0.1</version>
>> >> >>> >> +      <version>1.5.0</version>
>> >> >>> >>       <scope>runtime</scope>
>> >> >>> >>     </dependency>
>> >> >>> >>     <dependency>
>> >> >>> >> @@ -178,24 +178,24 @@
>> >> >>> >>                       <value>TRUE</value>
>> >> >>> >>                     </property>
>> >> >>> >>                     <property>
>> >> >>> >> -                      <name>set.default.APP_BASE</name>
>> >> >>> >> -                      <value>%PWD%/..</value>
>> >> >>> >> -                    </property>
>> >> >>> >> -                    <property>
>> >> >>> >>                       <name>set.default.REPO_DIR</name>
>> >> >>> >>                       <value>lib</value>
>> >> >>> >>                     </property>
>> >> >>> >>                     <property>
>> >> >>> >>                       <name>wrapper.logfile</name>
>> >> >>> >> -                      <value>%APP_BASE%/logs/wrapper.log</value>
>> >> >>> >> +
>> >>  <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
>> >> >>> >>                     </property>
>> >> >>> >>                     <property>
>> >> >>> >>                       <name>wrapper.app.parameter.2</name>
>> >> >>> >> -                      <value>%APP_BASE%/conf/jetty.xml</value>
>> >> >>> >> +
>> >>  <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
>> >> >>> >>                     </property>
>> >> >>> >>                     <property>
>> >> >>> >>                       <name>wrapper.app.parameter.3</name>
>> >> >>> >> -
>> >>  <value>%APP_BASE%/conf/jetty-logging.xml</value>
>> >> >>> >> +
>> >> >>> >>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
>> >> >>> >> +                    </property>
>> >> >>> >> +                    <property>
>> >> >>> >> +                      <name>app.base.envvar</name>
>> >> >>> >> +                      <value>CONTINUUM_BASE</value>
>> >> >>> >>                     </property>
>> >> >>> >>                     <property>
>> >> >>> >>                       <name>wrapper.on_exit.default</name>
>> >> >>> >> @@ -223,10 +223,11 @@
>> >> >>> >>               </generatorConfigurations>
>> >> >>> >>               <jvmSettings>
>> >> >>> >>                 <systemProperties>
>> >> >>> >> -
>> >> >>> >>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
>> >> >>> >> -
>> >> >>> >>
>>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
>> >> >>> >> -
>> >> >>> >>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
>> >> >>> >> -
>> >> >>> >>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
>> >> >>> >> +
>>  <systemProperty>appserver.home=.</systemProperty>
>> >> >>> >> +
>> >> >>> >>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
>> >> >>> >> +
>> >> >>> >>
>> >> >>>
>> >>
>>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
>> >> >>> >> +
>> >> >>> >>
>>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
>> >> >>> >> +
>> >> >>> >>
>> >>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
>> >> >>> >>                 </systemProperties>
>> >> >>> >>               </jvmSettings>
>> >> >>> >>             </daemon>
>> >> >>> >> @@ -290,4 +291,7 @@
>> >> >>> >>       <url>http://snapshots.repository.codehaus.org/</url>
>> >> >>> >>     </pluginRepository>
>> >> >>> >>   </pluginRepositories>
>> >> >>> >> +  <properties>
>> >> >>> >> +    <jetty.version>6.1.6</jetty.version>
>> >> >>> >> +  </properties>
>> >> >>> >>  </project>
>> >> >>> >>
>> >> >>> >>
>> >> >>> >>
>> >> >>> >
>> >> >>>
>> >> >>
>> >> >
>> >>
>> >
>>
>

Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Emmanuel Venisse <em...@gmail.com>.
Works fine on OSX. I'll try to test on linux
Emmanuel

On Thu, Oct 2, 2008 at 10:33 PM, Olivier Lamy <ol...@apache.org> wrote:

> I have attached the jetty logs in
> http://jira.codehaus.org/browse/CONTINUUM-1907.
>
> Someone can start the bundle on a "unix" platform ?
>
> Thanks,
> --
> Olivier
>
> 2008/10/2 Emmanuel Venisse <em...@gmail.com>:
> > What is the issue with solaris?
> >
> > On Thu, Oct 2, 2008 at 12:25 AM, Olivier Lamy <ol...@apache.org> wrote:
> >
> >> Done.
> >> Someone here has more experience with wrapper ?
> >> Because the issue is fix on windauze but now it failed on solaris
> (unix).
> >>
> >> --
> >> Olivier
> >>
> >> 2008/10/2 Olivier Lamy <ol...@apache.org>:
> >> > K.
> >> > I will change it.
> >> >
> >> > --
> >> > Olivier
> >> >
> >> > 2008/10/2 Emmanuel Venisse <em...@gmail.com>:
> >> >> 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 <ol...@apache.org>
> 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 <em...@gmail.com>:
> >> >>> > Why 6.1.6 and not 6.1.11 that we used?
> >> >>> >
> >> >>> > Emmanuel
> >> >>> >
> >> >>> > On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >> >>> >>       <artifactId>jetty</artifactId>
> >> >>> >> -      <version>6.1.11</version>
> >> >>> >> +      <version>${jetty.version}</version>
> >> >>> >>     </dependency>
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >> >>> >>       <artifactId>start</artifactId>
> >> >>> >> -      <version>6.1.11</version>
> >> >>> >> +      <version>${jetty.version}</version>
> >> >>> >>     </dependency>
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.apache.continuum</groupId>
> >> >>> >> @@ -47,25 +47,25 @@
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >> >>> >>       <artifactId>jetty-naming</artifactId>
> >> >>> >> -      <version>6.1.11</version>
> >> >>> >> +      <version>${jetty.version}</version>
> >> >>> >>       <scope>runtime</scope>
> >> >>> >>     </dependency>
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >> >>> >>       <artifactId>servlet-api-2.5</artifactId>
> >> >>> >> -      <version>6.1.11</version>
> >> >>> >> +      <version>${jetty.version}</version>
> >> >>> >>       <scope>runtime</scope>
> >> >>> >>     </dependency>
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >> >>> >>       <artifactId>jsp-api-2.0</artifactId>
> >> >>> >> -      <version>6.1.11</version>
> >> >>> >> +      <version>${jetty.version}</version>
> >> >>> >>       <scope>runtime</scope>
> >> >>> >>     </dependency>
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >> >>> >>       <artifactId>jetty-plus</artifactId>
> >> >>> >> -      <version>6.1.11</version>
> >> >>> >> +      <version>${jetty.version}</version>
> >> >>> >>       <scope>runtime</scope>
> >> >>> >>     </dependency>
> >> >>> >>     <dependency>
> >> >>> >> @@ -125,13 +125,13 @@
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.slf4j</groupId>
> >> >>> >>       <artifactId>jcl104-over-slf4j</artifactId>
> >> >>> >> -      <version>1.0.1</version>
> >> >>> >> +      <version>1.5.0</version>
> >> >>> >>       <scope>runtime</scope>
> >> >>> >>     </dependency>
> >> >>> >>     <dependency>
> >> >>> >>       <groupId>org.slf4j</groupId>
> >> >>> >>       <artifactId>slf4j-simple</artifactId>
> >> >>> >> -      <version>1.0.1</version>
> >> >>> >> +      <version>1.5.0</version>
> >> >>> >>       <scope>runtime</scope>
> >> >>> >>     </dependency>
> >> >>> >>     <dependency>
> >> >>> >> @@ -178,24 +178,24 @@
> >> >>> >>                       <value>TRUE</value>
> >> >>> >>                     </property>
> >> >>> >>                     <property>
> >> >>> >> -                      <name>set.default.APP_BASE</name>
> >> >>> >> -                      <value>%PWD%/..</value>
> >> >>> >> -                    </property>
> >> >>> >> -                    <property>
> >> >>> >>                       <name>set.default.REPO_DIR</name>
> >> >>> >>                       <value>lib</value>
> >> >>> >>                     </property>
> >> >>> >>                     <property>
> >> >>> >>                       <name>wrapper.logfile</name>
> >> >>> >> -                      <value>%APP_BASE%/logs/wrapper.log</value>
> >> >>> >> +
> >>  <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
> >> >>> >>                     </property>
> >> >>> >>                     <property>
> >> >>> >>                       <name>wrapper.app.parameter.2</name>
> >> >>> >> -                      <value>%APP_BASE%/conf/jetty.xml</value>
> >> >>> >> +
> >>  <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
> >> >>> >>                     </property>
> >> >>> >>                     <property>
> >> >>> >>                       <name>wrapper.app.parameter.3</name>
> >> >>> >> -
> >>  <value>%APP_BASE%/conf/jetty-logging.xml</value>
> >> >>> >> +
> >> >>> >>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
> >> >>> >> +                    </property>
> >> >>> >> +                    <property>
> >> >>> >> +                      <name>app.base.envvar</name>
> >> >>> >> +                      <value>CONTINUUM_BASE</value>
> >> >>> >>                     </property>
> >> >>> >>                     <property>
> >> >>> >>                       <name>wrapper.on_exit.default</name>
> >> >>> >> @@ -223,10 +223,11 @@
> >> >>> >>               </generatorConfigurations>
> >> >>> >>               <jvmSettings>
> >> >>> >>                 <systemProperties>
> >> >>> >> -
> >> >>> >>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
> >> >>> >> -
> >> >>> >>
>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
> >> >>> >> -
> >> >>> >>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
> >> >>> >> -
> >> >>> >>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
> >> >>> >> +
>  <systemProperty>appserver.home=.</systemProperty>
> >> >>> >> +
> >> >>> >>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
> >> >>> >> +
> >> >>> >>
> >> >>>
> >>
>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
> >> >>> >> +
> >> >>> >>
>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
> >> >>> >> +
> >> >>> >>
> >>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
> >> >>> >>                 </systemProperties>
> >> >>> >>               </jvmSettings>
> >> >>> >>             </daemon>
> >> >>> >> @@ -290,4 +291,7 @@
> >> >>> >>       <url>http://snapshots.repository.codehaus.org/</url>
> >> >>> >>     </pluginRepository>
> >> >>> >>   </pluginRepositories>
> >> >>> >> +  <properties>
> >> >>> >> +    <jetty.version>6.1.6</jetty.version>
> >> >>> >> +  </properties>
> >> >>> >>  </project>
> >> >>> >>
> >> >>> >>
> >> >>> >>
> >> >>> >
> >> >>>
> >> >>
> >> >
> >>
> >
>

Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
I have attached the jetty logs in
http://jira.codehaus.org/browse/CONTINUUM-1907.

Someone can start the bundle on a "unix" platform ?

Thanks,
--
Olivier

2008/10/2 Emmanuel Venisse <em...@gmail.com>:
> What is the issue with solaris?
>
> On Thu, Oct 2, 2008 at 12:25 AM, Olivier Lamy <ol...@apache.org> wrote:
>
>> Done.
>> Someone here has more experience with wrapper ?
>> Because the issue is fix on windauze but now it failed on solaris (unix).
>>
>> --
>> Olivier
>>
>> 2008/10/2 Olivier Lamy <ol...@apache.org>:
>> > K.
>> > I will change it.
>> >
>> > --
>> > Olivier
>> >
>> > 2008/10/2 Emmanuel Venisse <em...@gmail.com>:
>> >> 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 <ol...@apache.org> 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 <em...@gmail.com>:
>> >>> > Why 6.1.6 and not 6.1.11 that we used?
>> >>> >
>> >>> > Emmanuel
>> >>> >
>> >>> > On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>> >>       <artifactId>jetty</artifactId>
>> >>> >> -      <version>6.1.11</version>
>> >>> >> +      <version>${jetty.version}</version>
>> >>> >>     </dependency>
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>> >>       <artifactId>start</artifactId>
>> >>> >> -      <version>6.1.11</version>
>> >>> >> +      <version>${jetty.version}</version>
>> >>> >>     </dependency>
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.apache.continuum</groupId>
>> >>> >> @@ -47,25 +47,25 @@
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>> >>       <artifactId>jetty-naming</artifactId>
>> >>> >> -      <version>6.1.11</version>
>> >>> >> +      <version>${jetty.version}</version>
>> >>> >>       <scope>runtime</scope>
>> >>> >>     </dependency>
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>> >>       <artifactId>servlet-api-2.5</artifactId>
>> >>> >> -      <version>6.1.11</version>
>> >>> >> +      <version>${jetty.version}</version>
>> >>> >>       <scope>runtime</scope>
>> >>> >>     </dependency>
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>> >>       <artifactId>jsp-api-2.0</artifactId>
>> >>> >> -      <version>6.1.11</version>
>> >>> >> +      <version>${jetty.version}</version>
>> >>> >>       <scope>runtime</scope>
>> >>> >>     </dependency>
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>> >>       <artifactId>jetty-plus</artifactId>
>> >>> >> -      <version>6.1.11</version>
>> >>> >> +      <version>${jetty.version}</version>
>> >>> >>       <scope>runtime</scope>
>> >>> >>     </dependency>
>> >>> >>     <dependency>
>> >>> >> @@ -125,13 +125,13 @@
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.slf4j</groupId>
>> >>> >>       <artifactId>jcl104-over-slf4j</artifactId>
>> >>> >> -      <version>1.0.1</version>
>> >>> >> +      <version>1.5.0</version>
>> >>> >>       <scope>runtime</scope>
>> >>> >>     </dependency>
>> >>> >>     <dependency>
>> >>> >>       <groupId>org.slf4j</groupId>
>> >>> >>       <artifactId>slf4j-simple</artifactId>
>> >>> >> -      <version>1.0.1</version>
>> >>> >> +      <version>1.5.0</version>
>> >>> >>       <scope>runtime</scope>
>> >>> >>     </dependency>
>> >>> >>     <dependency>
>> >>> >> @@ -178,24 +178,24 @@
>> >>> >>                       <value>TRUE</value>
>> >>> >>                     </property>
>> >>> >>                     <property>
>> >>> >> -                      <name>set.default.APP_BASE</name>
>> >>> >> -                      <value>%PWD%/..</value>
>> >>> >> -                    </property>
>> >>> >> -                    <property>
>> >>> >>                       <name>set.default.REPO_DIR</name>
>> >>> >>                       <value>lib</value>
>> >>> >>                     </property>
>> >>> >>                     <property>
>> >>> >>                       <name>wrapper.logfile</name>
>> >>> >> -                      <value>%APP_BASE%/logs/wrapper.log</value>
>> >>> >> +
>>  <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
>> >>> >>                     </property>
>> >>> >>                     <property>
>> >>> >>                       <name>wrapper.app.parameter.2</name>
>> >>> >> -                      <value>%APP_BASE%/conf/jetty.xml</value>
>> >>> >> +
>>  <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
>> >>> >>                     </property>
>> >>> >>                     <property>
>> >>> >>                       <name>wrapper.app.parameter.3</name>
>> >>> >> -
>>  <value>%APP_BASE%/conf/jetty-logging.xml</value>
>> >>> >> +
>> >>> >>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
>> >>> >> +                    </property>
>> >>> >> +                    <property>
>> >>> >> +                      <name>app.base.envvar</name>
>> >>> >> +                      <value>CONTINUUM_BASE</value>
>> >>> >>                     </property>
>> >>> >>                     <property>
>> >>> >>                       <name>wrapper.on_exit.default</name>
>> >>> >> @@ -223,10 +223,11 @@
>> >>> >>               </generatorConfigurations>
>> >>> >>               <jvmSettings>
>> >>> >>                 <systemProperties>
>> >>> >> -
>> >>> >>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
>> >>> >> -
>> >>> >>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
>> >>> >> -
>> >>> >>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
>> >>> >> -
>> >>> >>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
>> >>> >> +                  <systemProperty>appserver.home=.</systemProperty>
>> >>> >> +
>> >>> >>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
>> >>> >> +
>> >>> >>
>> >>>
>>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
>> >>> >> +
>> >>> >>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
>> >>> >> +
>> >>> >>
>>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
>> >>> >>                 </systemProperties>
>> >>> >>               </jvmSettings>
>> >>> >>             </daemon>
>> >>> >> @@ -290,4 +291,7 @@
>> >>> >>       <url>http://snapshots.repository.codehaus.org/</url>
>> >>> >>     </pluginRepository>
>> >>> >>   </pluginRepositories>
>> >>> >> +  <properties>
>> >>> >> +    <jetty.version>6.1.6</jetty.version>
>> >>> >> +  </properties>
>> >>> >>  </project>
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >
>> >>>
>> >>
>> >
>>
>

Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Emmanuel Venisse <em...@gmail.com>.
What is the issue with solaris?

On Thu, Oct 2, 2008 at 12:25 AM, Olivier Lamy <ol...@apache.org> wrote:

> Done.
> Someone here has more experience with wrapper ?
> Because the issue is fix on windauze but now it failed on solaris (unix).
>
> --
> Olivier
>
> 2008/10/2 Olivier Lamy <ol...@apache.org>:
> > K.
> > I will change it.
> >
> > --
> > Olivier
> >
> > 2008/10/2 Emmanuel Venisse <em...@gmail.com>:
> >> 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 <ol...@apache.org> 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 <em...@gmail.com>:
> >>> > Why 6.1.6 and not 6.1.11 that we used?
> >>> >
> >>> > Emmanuel
> >>> >
> >>> > On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
> >>> >>     <dependency>
> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >>> >>       <artifactId>jetty</artifactId>
> >>> >> -      <version>6.1.11</version>
> >>> >> +      <version>${jetty.version}</version>
> >>> >>     </dependency>
> >>> >>     <dependency>
> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >>> >>       <artifactId>start</artifactId>
> >>> >> -      <version>6.1.11</version>
> >>> >> +      <version>${jetty.version}</version>
> >>> >>     </dependency>
> >>> >>     <dependency>
> >>> >>       <groupId>org.apache.continuum</groupId>
> >>> >> @@ -47,25 +47,25 @@
> >>> >>     <dependency>
> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >>> >>       <artifactId>jetty-naming</artifactId>
> >>> >> -      <version>6.1.11</version>
> >>> >> +      <version>${jetty.version}</version>
> >>> >>       <scope>runtime</scope>
> >>> >>     </dependency>
> >>> >>     <dependency>
> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >>> >>       <artifactId>servlet-api-2.5</artifactId>
> >>> >> -      <version>6.1.11</version>
> >>> >> +      <version>${jetty.version}</version>
> >>> >>       <scope>runtime</scope>
> >>> >>     </dependency>
> >>> >>     <dependency>
> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >>> >>       <artifactId>jsp-api-2.0</artifactId>
> >>> >> -      <version>6.1.11</version>
> >>> >> +      <version>${jetty.version}</version>
> >>> >>       <scope>runtime</scope>
> >>> >>     </dependency>
> >>> >>     <dependency>
> >>> >>       <groupId>org.mortbay.jetty</groupId>
> >>> >>       <artifactId>jetty-plus</artifactId>
> >>> >> -      <version>6.1.11</version>
> >>> >> +      <version>${jetty.version}</version>
> >>> >>       <scope>runtime</scope>
> >>> >>     </dependency>
> >>> >>     <dependency>
> >>> >> @@ -125,13 +125,13 @@
> >>> >>     <dependency>
> >>> >>       <groupId>org.slf4j</groupId>
> >>> >>       <artifactId>jcl104-over-slf4j</artifactId>
> >>> >> -      <version>1.0.1</version>
> >>> >> +      <version>1.5.0</version>
> >>> >>       <scope>runtime</scope>
> >>> >>     </dependency>
> >>> >>     <dependency>
> >>> >>       <groupId>org.slf4j</groupId>
> >>> >>       <artifactId>slf4j-simple</artifactId>
> >>> >> -      <version>1.0.1</version>
> >>> >> +      <version>1.5.0</version>
> >>> >>       <scope>runtime</scope>
> >>> >>     </dependency>
> >>> >>     <dependency>
> >>> >> @@ -178,24 +178,24 @@
> >>> >>                       <value>TRUE</value>
> >>> >>                     </property>
> >>> >>                     <property>
> >>> >> -                      <name>set.default.APP_BASE</name>
> >>> >> -                      <value>%PWD%/..</value>
> >>> >> -                    </property>
> >>> >> -                    <property>
> >>> >>                       <name>set.default.REPO_DIR</name>
> >>> >>                       <value>lib</value>
> >>> >>                     </property>
> >>> >>                     <property>
> >>> >>                       <name>wrapper.logfile</name>
> >>> >> -                      <value>%APP_BASE%/logs/wrapper.log</value>
> >>> >> +
>  <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
> >>> >>                     </property>
> >>> >>                     <property>
> >>> >>                       <name>wrapper.app.parameter.2</name>
> >>> >> -                      <value>%APP_BASE%/conf/jetty.xml</value>
> >>> >> +
>  <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
> >>> >>                     </property>
> >>> >>                     <property>
> >>> >>                       <name>wrapper.app.parameter.3</name>
> >>> >> -
>  <value>%APP_BASE%/conf/jetty-logging.xml</value>
> >>> >> +
> >>> >>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
> >>> >> +                    </property>
> >>> >> +                    <property>
> >>> >> +                      <name>app.base.envvar</name>
> >>> >> +                      <value>CONTINUUM_BASE</value>
> >>> >>                     </property>
> >>> >>                     <property>
> >>> >>                       <name>wrapper.on_exit.default</name>
> >>> >> @@ -223,10 +223,11 @@
> >>> >>               </generatorConfigurations>
> >>> >>               <jvmSettings>
> >>> >>                 <systemProperties>
> >>> >> -
> >>> >>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
> >>> >> -
> >>> >>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
> >>> >> -
> >>> >>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
> >>> >> -
> >>> >>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
> >>> >> +                  <systemProperty>appserver.home=.</systemProperty>
> >>> >> +
> >>> >>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
> >>> >> +
> >>> >>
> >>>
>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
> >>> >> +
> >>> >>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
> >>> >> +
> >>> >>
>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
> >>> >>                 </systemProperties>
> >>> >>               </jvmSettings>
> >>> >>             </daemon>
> >>> >> @@ -290,4 +291,7 @@
> >>> >>       <url>http://snapshots.repository.codehaus.org/</url>
> >>> >>     </pluginRepository>
> >>> >>   </pluginRepositories>
> >>> >> +  <properties>
> >>> >> +    <jetty.version>6.1.6</jetty.version>
> >>> >> +  </properties>
> >>> >>  </project>
> >>> >>
> >>> >>
> >>> >>
> >>> >
> >>>
> >>
> >
>

Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
Done.
Someone here has more experience with wrapper ?
Because the issue is fix on windauze but now it failed on solaris (unix).

--
Olivier

2008/10/2 Olivier Lamy <ol...@apache.org>:
> K.
> I will change it.
>
> --
> Olivier
>
> 2008/10/2 Emmanuel Venisse <em...@gmail.com>:
>> 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 <ol...@apache.org> 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 <em...@gmail.com>:
>>> > Why 6.1.6 and not 6.1.11 that we used?
>>> >
>>> > Emmanuel
>>> >
>>> > On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
>>> >>     <dependency>
>>> >>       <groupId>org.mortbay.jetty</groupId>
>>> >>       <artifactId>jetty</artifactId>
>>> >> -      <version>6.1.11</version>
>>> >> +      <version>${jetty.version}</version>
>>> >>     </dependency>
>>> >>     <dependency>
>>> >>       <groupId>org.mortbay.jetty</groupId>
>>> >>       <artifactId>start</artifactId>
>>> >> -      <version>6.1.11</version>
>>> >> +      <version>${jetty.version}</version>
>>> >>     </dependency>
>>> >>     <dependency>
>>> >>       <groupId>org.apache.continuum</groupId>
>>> >> @@ -47,25 +47,25 @@
>>> >>     <dependency>
>>> >>       <groupId>org.mortbay.jetty</groupId>
>>> >>       <artifactId>jetty-naming</artifactId>
>>> >> -      <version>6.1.11</version>
>>> >> +      <version>${jetty.version}</version>
>>> >>       <scope>runtime</scope>
>>> >>     </dependency>
>>> >>     <dependency>
>>> >>       <groupId>org.mortbay.jetty</groupId>
>>> >>       <artifactId>servlet-api-2.5</artifactId>
>>> >> -      <version>6.1.11</version>
>>> >> +      <version>${jetty.version}</version>
>>> >>       <scope>runtime</scope>
>>> >>     </dependency>
>>> >>     <dependency>
>>> >>       <groupId>org.mortbay.jetty</groupId>
>>> >>       <artifactId>jsp-api-2.0</artifactId>
>>> >> -      <version>6.1.11</version>
>>> >> +      <version>${jetty.version}</version>
>>> >>       <scope>runtime</scope>
>>> >>     </dependency>
>>> >>     <dependency>
>>> >>       <groupId>org.mortbay.jetty</groupId>
>>> >>       <artifactId>jetty-plus</artifactId>
>>> >> -      <version>6.1.11</version>
>>> >> +      <version>${jetty.version}</version>
>>> >>       <scope>runtime</scope>
>>> >>     </dependency>
>>> >>     <dependency>
>>> >> @@ -125,13 +125,13 @@
>>> >>     <dependency>
>>> >>       <groupId>org.slf4j</groupId>
>>> >>       <artifactId>jcl104-over-slf4j</artifactId>
>>> >> -      <version>1.0.1</version>
>>> >> +      <version>1.5.0</version>
>>> >>       <scope>runtime</scope>
>>> >>     </dependency>
>>> >>     <dependency>
>>> >>       <groupId>org.slf4j</groupId>
>>> >>       <artifactId>slf4j-simple</artifactId>
>>> >> -      <version>1.0.1</version>
>>> >> +      <version>1.5.0</version>
>>> >>       <scope>runtime</scope>
>>> >>     </dependency>
>>> >>     <dependency>
>>> >> @@ -178,24 +178,24 @@
>>> >>                       <value>TRUE</value>
>>> >>                     </property>
>>> >>                     <property>
>>> >> -                      <name>set.default.APP_BASE</name>
>>> >> -                      <value>%PWD%/..</value>
>>> >> -                    </property>
>>> >> -                    <property>
>>> >>                       <name>set.default.REPO_DIR</name>
>>> >>                       <value>lib</value>
>>> >>                     </property>
>>> >>                     <property>
>>> >>                       <name>wrapper.logfile</name>
>>> >> -                      <value>%APP_BASE%/logs/wrapper.log</value>
>>> >> +                      <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
>>> >>                     </property>
>>> >>                     <property>
>>> >>                       <name>wrapper.app.parameter.2</name>
>>> >> -                      <value>%APP_BASE%/conf/jetty.xml</value>
>>> >> +                      <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
>>> >>                     </property>
>>> >>                     <property>
>>> >>                       <name>wrapper.app.parameter.3</name>
>>> >> -                      <value>%APP_BASE%/conf/jetty-logging.xml</value>
>>> >> +
>>> >>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
>>> >> +                    </property>
>>> >> +                    <property>
>>> >> +                      <name>app.base.envvar</name>
>>> >> +                      <value>CONTINUUM_BASE</value>
>>> >>                     </property>
>>> >>                     <property>
>>> >>                       <name>wrapper.on_exit.default</name>
>>> >> @@ -223,10 +223,11 @@
>>> >>               </generatorConfigurations>
>>> >>               <jvmSettings>
>>> >>                 <systemProperties>
>>> >> -
>>> >>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
>>> >> -
>>> >>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
>>> >> -
>>> >>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
>>> >> -
>>> >>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
>>> >> +                  <systemProperty>appserver.home=.</systemProperty>
>>> >> +
>>> >>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
>>> >> +
>>> >>
>>>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
>>> >> +
>>> >>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
>>> >> +
>>> >>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
>>> >>                 </systemProperties>
>>> >>               </jvmSettings>
>>> >>             </daemon>
>>> >> @@ -290,4 +291,7 @@
>>> >>       <url>http://snapshots.repository.codehaus.org/</url>
>>> >>     </pluginRepository>
>>> >>   </pluginRepositories>
>>> >> +  <properties>
>>> >> +    <jetty.version>6.1.6</jetty.version>
>>> >> +  </properties>
>>> >>  </project>
>>> >>
>>> >>
>>> >>
>>> >
>>>
>>
>

Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
K.
I will change it.

--
Olivier

2008/10/2 Emmanuel Venisse <em...@gmail.com>:
> 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 <ol...@apache.org> 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 <em...@gmail.com>:
>> > Why 6.1.6 and not 6.1.11 that we used?
>> >
>> > Emmanuel
>> >
>> > On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
>> >>     <dependency>
>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>       <artifactId>jetty</artifactId>
>> >> -      <version>6.1.11</version>
>> >> +      <version>${jetty.version}</version>
>> >>     </dependency>
>> >>     <dependency>
>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>       <artifactId>start</artifactId>
>> >> -      <version>6.1.11</version>
>> >> +      <version>${jetty.version}</version>
>> >>     </dependency>
>> >>     <dependency>
>> >>       <groupId>org.apache.continuum</groupId>
>> >> @@ -47,25 +47,25 @@
>> >>     <dependency>
>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>       <artifactId>jetty-naming</artifactId>
>> >> -      <version>6.1.11</version>
>> >> +      <version>${jetty.version}</version>
>> >>       <scope>runtime</scope>
>> >>     </dependency>
>> >>     <dependency>
>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>       <artifactId>servlet-api-2.5</artifactId>
>> >> -      <version>6.1.11</version>
>> >> +      <version>${jetty.version}</version>
>> >>       <scope>runtime</scope>
>> >>     </dependency>
>> >>     <dependency>
>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>       <artifactId>jsp-api-2.0</artifactId>
>> >> -      <version>6.1.11</version>
>> >> +      <version>${jetty.version}</version>
>> >>       <scope>runtime</scope>
>> >>     </dependency>
>> >>     <dependency>
>> >>       <groupId>org.mortbay.jetty</groupId>
>> >>       <artifactId>jetty-plus</artifactId>
>> >> -      <version>6.1.11</version>
>> >> +      <version>${jetty.version}</version>
>> >>       <scope>runtime</scope>
>> >>     </dependency>
>> >>     <dependency>
>> >> @@ -125,13 +125,13 @@
>> >>     <dependency>
>> >>       <groupId>org.slf4j</groupId>
>> >>       <artifactId>jcl104-over-slf4j</artifactId>
>> >> -      <version>1.0.1</version>
>> >> +      <version>1.5.0</version>
>> >>       <scope>runtime</scope>
>> >>     </dependency>
>> >>     <dependency>
>> >>       <groupId>org.slf4j</groupId>
>> >>       <artifactId>slf4j-simple</artifactId>
>> >> -      <version>1.0.1</version>
>> >> +      <version>1.5.0</version>
>> >>       <scope>runtime</scope>
>> >>     </dependency>
>> >>     <dependency>
>> >> @@ -178,24 +178,24 @@
>> >>                       <value>TRUE</value>
>> >>                     </property>
>> >>                     <property>
>> >> -                      <name>set.default.APP_BASE</name>
>> >> -                      <value>%PWD%/..</value>
>> >> -                    </property>
>> >> -                    <property>
>> >>                       <name>set.default.REPO_DIR</name>
>> >>                       <value>lib</value>
>> >>                     </property>
>> >>                     <property>
>> >>                       <name>wrapper.logfile</name>
>> >> -                      <value>%APP_BASE%/logs/wrapper.log</value>
>> >> +                      <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
>> >>                     </property>
>> >>                     <property>
>> >>                       <name>wrapper.app.parameter.2</name>
>> >> -                      <value>%APP_BASE%/conf/jetty.xml</value>
>> >> +                      <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
>> >>                     </property>
>> >>                     <property>
>> >>                       <name>wrapper.app.parameter.3</name>
>> >> -                      <value>%APP_BASE%/conf/jetty-logging.xml</value>
>> >> +
>> >>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
>> >> +                    </property>
>> >> +                    <property>
>> >> +                      <name>app.base.envvar</name>
>> >> +                      <value>CONTINUUM_BASE</value>
>> >>                     </property>
>> >>                     <property>
>> >>                       <name>wrapper.on_exit.default</name>
>> >> @@ -223,10 +223,11 @@
>> >>               </generatorConfigurations>
>> >>               <jvmSettings>
>> >>                 <systemProperties>
>> >> -
>> >>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
>> >> -
>> >>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
>> >> -
>> >>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
>> >> -
>> >>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
>> >> +                  <systemProperty>appserver.home=.</systemProperty>
>> >> +
>> >>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
>> >> +
>> >>
>>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
>> >> +
>> >>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
>> >> +
>> >>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
>> >>                 </systemProperties>
>> >>               </jvmSettings>
>> >>             </daemon>
>> >> @@ -290,4 +291,7 @@
>> >>       <url>http://snapshots.repository.codehaus.org/</url>
>> >>     </pluginRepository>
>> >>   </pluginRepositories>
>> >> +  <properties>
>> >> +    <jetty.version>6.1.6</jetty.version>
>> >> +  </properties>
>> >>  </project>
>> >>
>> >>
>> >>
>> >
>>
>

Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Emmanuel Venisse <em...@gmail.com>.
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 <ol...@apache.org> 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 <em...@gmail.com>:
> > Why 6.1.6 and not 6.1.11 that we used?
> >
> > Emmanuel
> >
> > On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
> >>     <dependency>
> >>       <groupId>org.mortbay.jetty</groupId>
> >>       <artifactId>jetty</artifactId>
> >> -      <version>6.1.11</version>
> >> +      <version>${jetty.version}</version>
> >>     </dependency>
> >>     <dependency>
> >>       <groupId>org.mortbay.jetty</groupId>
> >>       <artifactId>start</artifactId>
> >> -      <version>6.1.11</version>
> >> +      <version>${jetty.version}</version>
> >>     </dependency>
> >>     <dependency>
> >>       <groupId>org.apache.continuum</groupId>
> >> @@ -47,25 +47,25 @@
> >>     <dependency>
> >>       <groupId>org.mortbay.jetty</groupId>
> >>       <artifactId>jetty-naming</artifactId>
> >> -      <version>6.1.11</version>
> >> +      <version>${jetty.version}</version>
> >>       <scope>runtime</scope>
> >>     </dependency>
> >>     <dependency>
> >>       <groupId>org.mortbay.jetty</groupId>
> >>       <artifactId>servlet-api-2.5</artifactId>
> >> -      <version>6.1.11</version>
> >> +      <version>${jetty.version}</version>
> >>       <scope>runtime</scope>
> >>     </dependency>
> >>     <dependency>
> >>       <groupId>org.mortbay.jetty</groupId>
> >>       <artifactId>jsp-api-2.0</artifactId>
> >> -      <version>6.1.11</version>
> >> +      <version>${jetty.version}</version>
> >>       <scope>runtime</scope>
> >>     </dependency>
> >>     <dependency>
> >>       <groupId>org.mortbay.jetty</groupId>
> >>       <artifactId>jetty-plus</artifactId>
> >> -      <version>6.1.11</version>
> >> +      <version>${jetty.version}</version>
> >>       <scope>runtime</scope>
> >>     </dependency>
> >>     <dependency>
> >> @@ -125,13 +125,13 @@
> >>     <dependency>
> >>       <groupId>org.slf4j</groupId>
> >>       <artifactId>jcl104-over-slf4j</artifactId>
> >> -      <version>1.0.1</version>
> >> +      <version>1.5.0</version>
> >>       <scope>runtime</scope>
> >>     </dependency>
> >>     <dependency>
> >>       <groupId>org.slf4j</groupId>
> >>       <artifactId>slf4j-simple</artifactId>
> >> -      <version>1.0.1</version>
> >> +      <version>1.5.0</version>
> >>       <scope>runtime</scope>
> >>     </dependency>
> >>     <dependency>
> >> @@ -178,24 +178,24 @@
> >>                       <value>TRUE</value>
> >>                     </property>
> >>                     <property>
> >> -                      <name>set.default.APP_BASE</name>
> >> -                      <value>%PWD%/..</value>
> >> -                    </property>
> >> -                    <property>
> >>                       <name>set.default.REPO_DIR</name>
> >>                       <value>lib</value>
> >>                     </property>
> >>                     <property>
> >>                       <name>wrapper.logfile</name>
> >> -                      <value>%APP_BASE%/logs/wrapper.log</value>
> >> +                      <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
> >>                     </property>
> >>                     <property>
> >>                       <name>wrapper.app.parameter.2</name>
> >> -                      <value>%APP_BASE%/conf/jetty.xml</value>
> >> +                      <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
> >>                     </property>
> >>                     <property>
> >>                       <name>wrapper.app.parameter.3</name>
> >> -                      <value>%APP_BASE%/conf/jetty-logging.xml</value>
> >> +
> >>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
> >> +                    </property>
> >> +                    <property>
> >> +                      <name>app.base.envvar</name>
> >> +                      <value>CONTINUUM_BASE</value>
> >>                     </property>
> >>                     <property>
> >>                       <name>wrapper.on_exit.default</name>
> >> @@ -223,10 +223,11 @@
> >>               </generatorConfigurations>
> >>               <jvmSettings>
> >>                 <systemProperties>
> >> -
> >>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
> >> -
> >>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
> >> -
> >>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
> >> -
> >>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
> >> +                  <systemProperty>appserver.home=.</systemProperty>
> >> +
> >>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
> >> +
> >>
>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
> >> +
> >>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
> >> +
> >>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
> >>                 </systemProperties>
> >>               </jvmSettings>
> >>             </daemon>
> >> @@ -290,4 +291,7 @@
> >>       <url>http://snapshots.repository.codehaus.org/</url>
> >>     </pluginRepository>
> >>   </pluginRepositories>
> >> +  <properties>
> >> +    <jetty.version>6.1.6</jetty.version>
> >> +  </properties>
> >>  </project>
> >>
> >>
> >>
> >
>

Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Olivier Lamy <ol...@apache.org>.
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 <em...@gmail.com>:
> Why 6.1.6 and not 6.1.11 that we used?
>
> Emmanuel
>
> On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
>>     <dependency>
>>       <groupId>org.mortbay.jetty</groupId>
>>       <artifactId>jetty</artifactId>
>> -      <version>6.1.11</version>
>> +      <version>${jetty.version}</version>
>>     </dependency>
>>     <dependency>
>>       <groupId>org.mortbay.jetty</groupId>
>>       <artifactId>start</artifactId>
>> -      <version>6.1.11</version>
>> +      <version>${jetty.version}</version>
>>     </dependency>
>>     <dependency>
>>       <groupId>org.apache.continuum</groupId>
>> @@ -47,25 +47,25 @@
>>     <dependency>
>>       <groupId>org.mortbay.jetty</groupId>
>>       <artifactId>jetty-naming</artifactId>
>> -      <version>6.1.11</version>
>> +      <version>${jetty.version}</version>
>>       <scope>runtime</scope>
>>     </dependency>
>>     <dependency>
>>       <groupId>org.mortbay.jetty</groupId>
>>       <artifactId>servlet-api-2.5</artifactId>
>> -      <version>6.1.11</version>
>> +      <version>${jetty.version}</version>
>>       <scope>runtime</scope>
>>     </dependency>
>>     <dependency>
>>       <groupId>org.mortbay.jetty</groupId>
>>       <artifactId>jsp-api-2.0</artifactId>
>> -      <version>6.1.11</version>
>> +      <version>${jetty.version}</version>
>>       <scope>runtime</scope>
>>     </dependency>
>>     <dependency>
>>       <groupId>org.mortbay.jetty</groupId>
>>       <artifactId>jetty-plus</artifactId>
>> -      <version>6.1.11</version>
>> +      <version>${jetty.version}</version>
>>       <scope>runtime</scope>
>>     </dependency>
>>     <dependency>
>> @@ -125,13 +125,13 @@
>>     <dependency>
>>       <groupId>org.slf4j</groupId>
>>       <artifactId>jcl104-over-slf4j</artifactId>
>> -      <version>1.0.1</version>
>> +      <version>1.5.0</version>
>>       <scope>runtime</scope>
>>     </dependency>
>>     <dependency>
>>       <groupId>org.slf4j</groupId>
>>       <artifactId>slf4j-simple</artifactId>
>> -      <version>1.0.1</version>
>> +      <version>1.5.0</version>
>>       <scope>runtime</scope>
>>     </dependency>
>>     <dependency>
>> @@ -178,24 +178,24 @@
>>                       <value>TRUE</value>
>>                     </property>
>>                     <property>
>> -                      <name>set.default.APP_BASE</name>
>> -                      <value>%PWD%/..</value>
>> -                    </property>
>> -                    <property>
>>                       <name>set.default.REPO_DIR</name>
>>                       <value>lib</value>
>>                     </property>
>>                     <property>
>>                       <name>wrapper.logfile</name>
>> -                      <value>%APP_BASE%/logs/wrapper.log</value>
>> +                      <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
>>                     </property>
>>                     <property>
>>                       <name>wrapper.app.parameter.2</name>
>> -                      <value>%APP_BASE%/conf/jetty.xml</value>
>> +                      <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
>>                     </property>
>>                     <property>
>>                       <name>wrapper.app.parameter.3</name>
>> -                      <value>%APP_BASE%/conf/jetty-logging.xml</value>
>> +
>>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
>> +                    </property>
>> +                    <property>
>> +                      <name>app.base.envvar</name>
>> +                      <value>CONTINUUM_BASE</value>
>>                     </property>
>>                     <property>
>>                       <name>wrapper.on_exit.default</name>
>> @@ -223,10 +223,11 @@
>>               </generatorConfigurations>
>>               <jvmSettings>
>>                 <systemProperties>
>> -
>>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
>> -
>>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
>> -
>>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
>> -
>>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
>> +                  <systemProperty>appserver.home=.</systemProperty>
>> +
>>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
>> +
>>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
>> +
>>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
>> +
>>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
>>                 </systemProperties>
>>               </jvmSettings>
>>             </daemon>
>> @@ -290,4 +291,7 @@
>>       <url>http://snapshots.repository.codehaus.org/</url>
>>     </pluginRepository>
>>   </pluginRepositories>
>> +  <properties>
>> +    <jetty.version>6.1.6</jetty.version>
>> +  </properties>
>>  </project>
>>
>>
>>
>

Re: svn commit: r700936 - /continuum/branches/continuum-1.2.x/continuum-jetty/pom.xml

Posted by Emmanuel Venisse <em...@gmail.com>.
Why 6.1.6 and not 6.1.11 that we used?

Emmanuel

On Wed, Oct 1, 2008 at 11:38 PM, <ol...@apache.org> 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 @@
>     <dependency>
>       <groupId>org.mortbay.jetty</groupId>
>       <artifactId>jetty</artifactId>
> -      <version>6.1.11</version>
> +      <version>${jetty.version}</version>
>     </dependency>
>     <dependency>
>       <groupId>org.mortbay.jetty</groupId>
>       <artifactId>start</artifactId>
> -      <version>6.1.11</version>
> +      <version>${jetty.version}</version>
>     </dependency>
>     <dependency>
>       <groupId>org.apache.continuum</groupId>
> @@ -47,25 +47,25 @@
>     <dependency>
>       <groupId>org.mortbay.jetty</groupId>
>       <artifactId>jetty-naming</artifactId>
> -      <version>6.1.11</version>
> +      <version>${jetty.version}</version>
>       <scope>runtime</scope>
>     </dependency>
>     <dependency>
>       <groupId>org.mortbay.jetty</groupId>
>       <artifactId>servlet-api-2.5</artifactId>
> -      <version>6.1.11</version>
> +      <version>${jetty.version}</version>
>       <scope>runtime</scope>
>     </dependency>
>     <dependency>
>       <groupId>org.mortbay.jetty</groupId>
>       <artifactId>jsp-api-2.0</artifactId>
> -      <version>6.1.11</version>
> +      <version>${jetty.version}</version>
>       <scope>runtime</scope>
>     </dependency>
>     <dependency>
>       <groupId>org.mortbay.jetty</groupId>
>       <artifactId>jetty-plus</artifactId>
> -      <version>6.1.11</version>
> +      <version>${jetty.version}</version>
>       <scope>runtime</scope>
>     </dependency>
>     <dependency>
> @@ -125,13 +125,13 @@
>     <dependency>
>       <groupId>org.slf4j</groupId>
>       <artifactId>jcl104-over-slf4j</artifactId>
> -      <version>1.0.1</version>
> +      <version>1.5.0</version>
>       <scope>runtime</scope>
>     </dependency>
>     <dependency>
>       <groupId>org.slf4j</groupId>
>       <artifactId>slf4j-simple</artifactId>
> -      <version>1.0.1</version>
> +      <version>1.5.0</version>
>       <scope>runtime</scope>
>     </dependency>
>     <dependency>
> @@ -178,24 +178,24 @@
>                       <value>TRUE</value>
>                     </property>
>                     <property>
> -                      <name>set.default.APP_BASE</name>
> -                      <value>%PWD%/..</value>
> -                    </property>
> -                    <property>
>                       <name>set.default.REPO_DIR</name>
>                       <value>lib</value>
>                     </property>
>                     <property>
>                       <name>wrapper.logfile</name>
> -                      <value>%APP_BASE%/logs/wrapper.log</value>
> +                      <value>%CONTINUUM_BASE%/logs/wrapper.log</value>
>                     </property>
>                     <property>
>                       <name>wrapper.app.parameter.2</name>
> -                      <value>%APP_BASE%/conf/jetty.xml</value>
> +                      <value>%CONTINUUM_BASE%/conf/jetty.xml</value>
>                     </property>
>                     <property>
>                       <name>wrapper.app.parameter.3</name>
> -                      <value>%APP_BASE%/conf/jetty-logging.xml</value>
> +
>  <value>%CONTINUUM_BASE%/conf/jetty-logging.xml</value>
> +                    </property>
> +                    <property>
> +                      <name>app.base.envvar</name>
> +                      <value>CONTINUUM_BASE</value>
>                     </property>
>                     <property>
>                       <name>wrapper.on_exit.default</name>
> @@ -223,10 +223,11 @@
>               </generatorConfigurations>
>               <jvmSettings>
>                 <systemProperties>
> -
>  <systemProperty>appserver.base=%APP_BASE%</systemProperty>
> -
>  <systemProperty>derby.system.home=%APP_BASE%/logs</systemProperty>
> -
>  <systemProperty>jetty.logs=%APP_BASE%/logs</systemProperty>
> -
>  <systemProperty>java.io.tmpdir=%APP_BASE%/tmp</systemProperty>
> +                  <systemProperty>appserver.home=.</systemProperty>
> +
>  <systemProperty>appserver.base=%CONTINUUM_BASE%</systemProperty>
> +
>  <systemProperty>derby.system.home=%CONTINUUM_BASE%/logs</systemProperty>
> +
>  <systemProperty>jetty.logs=%CONTINUUM_BASE%/logs</systemProperty>
> +
>  <systemProperty>java.io.tmpdir=%CONTINUUM_BASE%/tmp</systemProperty>
>                 </systemProperties>
>               </jvmSettings>
>             </daemon>
> @@ -290,4 +291,7 @@
>       <url>http://snapshots.repository.codehaus.org/</url>
>     </pluginRepository>
>   </pluginRepositories>
> +  <properties>
> +    <jetty.version>6.1.6</jetty.version>
> +  </properties>
>  </project>
>
>
>