You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2010/12/20 17:45:01 UTC

[jira] Commented: (OWB-507) our samples should be prepared for EE as default

    [ https://issues.apache.org/jira/browse/OWB-507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973250#action_12973250 ] 

Mark Struberg commented on OWB-507:
-----------------------------------

please note that you can still run jetty via 

$> mvn clean install -Pjetty jetty:run

and the WAR generated with the jetty profile also runs on tomcat.


> our samples should be prepared for EE as default
> ------------------------------------------------
>
>                 Key: OWB-507
>                 URL: https://issues.apache.org/jira/browse/OWB-507
>             Project: OpenWebBeans
>          Issue Type: Improvement
>    Affects Versions: 1.0.0
>            Reporter: Mark Struberg
>            Assignee: Mark Struberg
>             Fix For: 1.1.0
>
>
> We should not pack fully blown standalone tomcat WARs but instead generate EE WARs per default.
> This has a few benefits
> a) we must not _distribute_ a few of our dependencies without further NOTICE bundling and processing
> b) our WARs are unnecessarily fat
> c) our binary distribution is unnecessarily fat
> Of course, our samples should still be able to generate those results by using a 'jetty' or 'tomcat' profile. So all I gonna do is to change the _default_ bundling!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.