You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2012/09/05 09:04:07 UTC

[jira] [Created] (CONNECTORS-523) It may be helpful for some users to have all of ManifoldCF in a single web application

Karl Wright created CONNECTORS-523:
--------------------------------------

             Summary: It may be helpful for some users to have all of ManifoldCF in a single web application
                 Key: CONNECTORS-523
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-523
             Project: ManifoldCF
          Issue Type: Improvement
          Components: Build
    Affects Versions: ManifoldCF 0.7
            Reporter: Karl Wright
            Assignee: Karl Wright
             Fix For: ManifoldCF next


Some users who want to use a single-process model without Jetty (say, on Tomcat) could benefit from having ManifoldCF available as a single combined web application.  Our build process should produce such a web application in addition to the separated components.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-523) It may be helpful for some users to have all of ManifoldCF in a single web application

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448535#comment-13448535 ] 

Karl Wright commented on CONNECTORS-523:
----------------------------------------

Code from Maciej Lizewski which may be helpful is included in CONNECTORS-516.

                
> It may be helpful for some users to have all of ManifoldCF in a single web application
> --------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-523
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-523
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: ManifoldCF 0.7
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF next
>
>
> Some users who want to use a single-process model without Jetty (say, on Tomcat) could benefit from having ManifoldCF available as a single combined web application.  Our build process should produce such a web application in addition to the separated components.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CONNECTORS-523) It may be helpful for some users to have all of ManifoldCF in a single web application

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-523.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: ManifoldCF next)
                   ManifoldCF 0.7
    
> It may be helpful for some users to have all of ManifoldCF in a single web application
> --------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-523
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-523
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: ManifoldCF 0.7
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.7
>
>
> Some users who want to use a single-process model without Jetty (say, on Tomcat) could benefit from having ManifoldCF available as a single combined web application.  Our build process should produce such a web application in addition to the separated components.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-523) It may be helpful for some users to have all of ManifoldCF in a single web application

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451601#comment-13451601 ] 

Karl Wright commented on CONNECTORS-523:
----------------------------------------

Maven builds do the right thing.

No Maven build possible though for the combined war since the JSP code would have to be included twice for that.

                
> It may be helpful for some users to have all of ManifoldCF in a single web application
> --------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-523
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-523
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: ManifoldCF 0.7
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF next
>
>
> Some users who want to use a single-process model without Jetty (say, on Tomcat) could benefit from having ManifoldCF available as a single combined web application.  Our build process should produce such a web application in addition to the separated components.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-523) It may be helpful for some users to have all of ManifoldCF in a single web application

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451594#comment-13451594 ] 

Karl Wright commented on CONNECTORS-523:
----------------------------------------

I've committed code to the branch which rejiggers how all the servlets are built, and creates a combined servlet.

Still to do: see whether Maven builds do the right thing, or whether we need another level of indirection.

                
> It may be helpful for some users to have all of ManifoldCF in a single web application
> --------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-523
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-523
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: ManifoldCF 0.7
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF next
>
>
> Some users who want to use a single-process model without Jetty (say, on Tomcat) could benefit from having ManifoldCF available as a single combined web application.  Our build process should produce such a web application in addition to the separated components.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-523) It may be helpful for some users to have all of ManifoldCF in a single web application

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13451628#comment-13451628 ] 

Karl Wright commented on CONNECTORS-523:
----------------------------------------

Committed to trunk: r1382539, r1382541

                
> It may be helpful for some users to have all of ManifoldCF in a single web application
> --------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-523
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-523
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: ManifoldCF 0.7
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.7
>
>
> Some users who want to use a single-process model without Jetty (say, on Tomcat) could benefit from having ManifoldCF available as a single combined web application.  Our build process should produce such a web application in addition to the separated components.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CONNECTORS-523) It may be helpful for some users to have all of ManifoldCF in a single web application

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448531#comment-13448531 ] 

Karl Wright commented on CONNECTORS-523:
----------------------------------------

Created branches/CONNECTORS-523 to work on this.

                
> It may be helpful for some users to have all of ManifoldCF in a single web application
> --------------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-523
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-523
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Build
>    Affects Versions: ManifoldCF 0.7
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF next
>
>
> Some users who want to use a single-process model without Jetty (say, on Tomcat) could benefit from having ManifoldCF available as a single combined web application.  Our build process should produce such a web application in addition to the separated components.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira