Issue Details (XML | Word | Printable)

Key: APF-823
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Upgrade maven-jetty-plugin to 6.1.5 and Cargo's Tomcat version to 6.0.14

Created: 23/Jun/07 08:31 PM   Updated: 01/Feb/08 08:49 AM   Resolved: 28/Aug/07 02:52 PM
Component/s: Application Servers, Installation
Affects Version/s: 2.0-M5
Fix Version/s: 2.0-RC1


 Description  « Hide
Comment out el-api dependency for JSF:

http://raibledesigns.com/rd/entry/upgrading_to_tomcat_6

If someone wants to use Tomcat 5.5, they can add this back in. Add the commented out dependency to archetype's pom.xml's so users can easily change it.

Why do this upgrade? Because we eventually want to upgrade to JSF 1.2 and that will require we use these latest containers. Also, newer versions often have performance optimizations and speed improvements, so we want users to use the latest and greatest.

Matt Raible made changes - 23/Jun/07 09:01 PM
Field Original Value New Value
Summary Upgrade maven-jetty-plugin to 6.1.4 and Cargo's Tomcat version to 6.0.13 Upgrade maven-jetty-plugin to 6.1.4, Cargo's Tomcat version to 6.0.13 and Cargo's JBoss version to 4.2.0 GA
Matt Raible added a comment - 23/Jun/07 09:26 PM
Backed off upgrading Cargo's JBoss version to 4.2.0 GA since it doesn't seem compatible with Cargo. There's all kinds of exceptions send to the console when you try to use this version.

Matt Raible made changes - 23/Jun/07 09:26 PM
Summary Upgrade maven-jetty-plugin to 6.1.4, Cargo's Tomcat version to 6.0.13 and Cargo's JBoss version to 4.2.0 GA Upgrade maven-jetty-plugin to 6.1.4 and Cargo's Tomcat version to 6.0.13
2803 by  Matt Raible (14 files)
23/Jun/07 09:38 PM (37 months, 19 days ago)
APF-823: Upgraded maven-jetty-plugin to 6.1.4 and Cargo's Tomcat version to 6.0.13.
APF-824: Changed maven-jetty-plugin to use scanTargetPattern instead of scanTarget.
appfuse: trunk/archetypes/appfuse-modular-spring/src/main/resources/archetype-resources/pom.xml 2803 history download (+324 -0) diffs
appfuse: trunk/archetypes/appfuse-basic-struts/src/main/resources/archetype-resources/pom.xml 2803 history download (+668 -0) diffs
appfuse: trunk/web/jsf/pom.xml 2803 history download (+373 -0) diffs
appfuse: trunk/archetypes/appfuse-modular-jsf/src/main/resources/archetype-resources/pom.xml 2803 history download (+332 -0) diffs
appfuse: trunk/archetypes/appfuse-basic-jsf/src/main/resources/archetype-resources/pom.xml 2803 history download (+695 -0) diffs
appfuse: trunk/archetypes/appfuse-modular-tapestry/src/main/resources/archetype-resources/web/pom.xml 2803 history download (+319 -0) diffs
appfuse: trunk/archetypes/appfuse-basic-spring/src/main/resources/archetype-resources/pom.xml 2803 history download (+668 -0) diffs
appfuse: trunk/archetypes/appfuse-modular-struts/src/main/resources/archetype-resources/pom.xml 2803 history download (+324 -0) diffs
appfuse: trunk/pom.xml 2803 history download (+563 -0) diffs
appfuse: trunk/archetypes/appfuse-modular-jsf/src/main/resources/archetype-resources/web/pom.xml 2803 history download (+338 -0) diffs
appfuse: trunk/archetypes/appfuse-modular-spring/src/main/resources/archetype-resources/web/pom.xml 2803 history download (+319 -0) diffs
appfuse: trunk/archetypes/appfuse-basic-tapestry/src/main/resources/archetype-resources/pom.xml 2803 history download (+668 -0) diffs
appfuse: trunk/archetypes/appfuse-modular-tapestry/src/main/resources/archetype-resources/pom.xml 2803 history download (+324 -0) diffs
appfuse: trunk/archetypes/appfuse-modular-struts/src/main/resources/archetype-resources/web/pom.xml 2803 history download (+319 -0) diffs

Matt Raible made changes - 23/Jun/07 09:38 PM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Matt Raible added a comment - 27/Aug/07 12:43 PM
Reopening to change issue from Jetty 6.1.4 to 6.1.5 and Tomcat from 6.0.13 to 6.0.14.

Matt Raible made changes - 27/Aug/07 12:43 PM
Resolution Fixed [ 1 ]
Status Resolved [ 5 ] Reopened [ 4 ]
Matt Raible made changes - 27/Aug/07 12:43 PM
Summary Upgrade maven-jetty-plugin to 6.1.4 and Cargo's Tomcat version to 6.0.13 Upgrade maven-jetty-plugin to 6.1.5 and Cargo's Tomcat version to 6.0.14
Matt Raible made changes - 28/Aug/07 02:52 PM
Status Reopened [ 4 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Porter Woodward added a comment - 01/Feb/08 08:49 AM
Something is broken with the version of Tomcat 6.0.14 in cargo.

When the Appfuse/Maven default build/test cycle is kicking off from the "quick start" - I get a zlib error when it attempts to unzip the Tomcat archive. Looking at it, I see that it's only 4MB in size. The Tomcat 6.0.14 from the Apache site is 6MB. It's possible that the download of cargo to my local repo was corrupted - but unlikely. I just copy in a local copy of a complete/correct zip of Tomcat 6.0.14 to the temp director and the build/test finishes w/o a problem.