You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2007/02/23 18:47:27 UTC

[jira] Created: (CONTINUUM-1184) using plexus-contextualizer to setup port in jetty

using plexus-contextualizer to setup port in jetty
--------------------------------------------------

                 Key: CONTINUUM-1184
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
             Project: Continuum
          Issue Type: Improvement
         Environment: all
            Reporter: Olivier Lamy


Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
Then configuration file can be changed.
With this patch the jetty port can be set before the first start.
I have deployed all needed artifacts in codehaus snapshot repo.

--
Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (CONTINUUM-1184) Ability to pre-configure the Jetty port in conf/plexus.xml

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed CONTINUUM-1184.
----------------------------------

    Resolution: Fixed

> Ability to pre-configure the Jetty port in conf/plexus.xml
> ----------------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>    Affects Versions: 1.1-alpha-2
>         Environment: all
>            Reporter: Olivier Lamy
>            Assignee: Wendy Smoak
>             Fix For: 1.1-alpha-3
>
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1184) using plexus-contextualizer to setup port in jetty

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_88428 ] 

Olivier Lamy commented on CONTINUUM-1184:
-----------------------------------------

Probably made the same with archiva and in Maven Enterprise.


> using plexus-contextualizer to setup port in jetty
> --------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>         Environment: all
>            Reporter: Olivier Lamy
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1184) using plexus-contextualizer to setup port in jetty

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated CONTINUUM-1184:
------------------------------------

    Attachment: CONTINUUM-1184

patch attached.

> using plexus-contextualizer to setup port in jetty
> --------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>         Environment: all
>            Reporter: Olivier Lamy
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1184) Ability to pre-configure the Jetty port in conf/plexus.xml

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-1184:
-----------------------------------

             Assignee: Wendy Smoak
    Affects Version/s: 1.1-alpha-2

Applied the patch (with a bit of cleanup) in r548122 and updated the configuration guide in r548124.

Leaving this open to deal with the .rej file mentioned in the previous comment.  Brett? Emmanuel?

> Ability to pre-configure the Jetty port in conf/plexus.xml
> ----------------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>    Affects Versions: 1.1-alpha-2
>         Environment: all
>            Reporter: Olivier Lamy
>            Assignee: Wendy Smoak
>             Fix For: 1.1-alpha-3
>
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1184) Ability to pre-configure the Jetty port in conf/plexus.xml

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-1184:
-----------------------------------

    Comment: was deleted

> Ability to pre-configure the Jetty port in conf/plexus.xml
> ----------------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>    Affects Versions: 1.1-alpha-2
>         Environment: all
>            Reporter: Olivier Lamy
>            Assignee: Wendy Smoak
>             Fix For: 1.1-alpha-3
>
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1184) using plexus-contextualizer to setup port in jetty

Posted by "Jesse McConnell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse McConnell updated CONTINUUM-1184:
---------------------------------------

    Fix Version/s: 1.1-alpha-1

> using plexus-contextualizer to setup port in jetty
> --------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>         Environment: all
>            Reporter: Olivier Lamy
>             Fix For: 1.1-alpha-1
>
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1184) Ability to pre-configure the Jetty port in conf/plexus.xml

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-1184:
-----------------------------------

    Summary: Ability to pre-configure the Jetty port in conf/plexus.xml  (was: using plexus-contextualizer to setup port in jetty)

original summary:  using plexus-contextualizer to setup port in jetty

> Ability to pre-configure the Jetty port in conf/plexus.xml
> ----------------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>         Environment: all
>            Reporter: Olivier Lamy
>             Fix For: 1.1-alpha-3
>
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (CONTINUUM-1184) Ability to pre-configure the Jetty port in conf/plexus.xml

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_99787 ] 

Wendy Smoak edited comment on CONTINUUM-1184 at 6/17/07 5:24 PM:
-----------------------------------------------------------------

Applied the patch (with a bit of cleanup) in r548122 and updated the configuration guide in r548124.



 was:
Applied the patch (with a bit of cleanup) in r548122 and updated the configuration guide in r548124.

Leaving this open to deal with the .rej file mentioned in the previous comment.  Brett? Emmanuel?

> Ability to pre-configure the Jetty port in conf/plexus.xml
> ----------------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>    Affects Versions: 1.1-alpha-2
>         Environment: all
>            Reporter: Olivier Lamy
>            Assignee: Wendy Smoak
>             Fix For: 1.1-alpha-3
>
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (CONTINUUM-1184) using plexus-contextualizer to setup port in jetty

Posted by "Jesse McConnell (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesse McConnell updated CONTINUUM-1184:
---------------------------------------

    Fix Version/s:     (was: 1.1-alpha-1)
                   1.1-alpha-2

> using plexus-contextualizer to setup port in jetty
> --------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>         Environment: all
>            Reporter: Olivier Lamy
>             Fix For: 1.1-alpha-2
>
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CONTINUUM-1184) using plexus-contextualizer to setup port in jetty

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_99781 ] 

Wendy Smoak commented on CONTINUUM-1184:
----------------------------------------

This works, with the exception of the pom.xml piece of the patch getting rejected because we're on a later plexus version now.

With the patch applied, I'm able to pre-configure the port number.  However, I get an apps/continuum/conf/application.xml.rej file created with the following contents:

{noformat}
***************
*** 31,37 ****
              <standardWebappClassloader>true</standardWebappClassloader>
              <listeners>
                <http-listener>
-                 <port>8080</port>
                </http-listener>
                <!--
                <proxy-http-listener>
--- 31,37 ----
              <standardWebappClassloader>true</standardWebappClassloader>
              <listeners>
                <http-listener>
+                 <port>${jetty.port}</port>
                </http-listener>
                <!--
                <proxy-http-listener>
{noformat}



> using plexus-contextualizer to setup port in jetty
> --------------------------------------------------
>
>                 Key: CONTINUUM-1184
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-1184
>             Project: Continuum
>          Issue Type: Improvement
>         Environment: all
>            Reporter: Olivier Lamy
>             Fix For: 1.1-alpha-3
>
>         Attachments: CONTINUUM-1184
>
>
> Actually when using continuum-plexus-runtime, in order to change the http port : the application must be started (in order to be extracted), stopped.
> Then configuration file can be changed.
> With this patch the jetty port can be set before the first start.
> I have deployed all needed artifacts in codehaus snapshot repo.
> --
> Olivier

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira