Move app server logic to build-dist.xml from build.xml
Description
Activity

Christine Pince August 6, 2012 at 3:28 PM
PASSED Manual Testing following the steps in the description.
Completed on:
Tomcat 7. + MySQL 5. Portal 6.1.x CE GIT ID: 149e0c5acbcb62157c95095bcad90aeb080ee171.
Jboss 7. + MySQL 5. Portal 6.1.x CE GIT ID: 149e0c5acbcb62157c95095bcad90aeb080ee171.
Jetty 7. + MySQL 5. Portal 6.1.x CE GIT ID: 149e0c5acbcb62157c95095bcad90aeb080ee171.
Jonas 5. + MySQL 5. Portal 6.1.x CE GIT ID: 149e0c5acbcb62157c95095bcad90aeb080ee171.
Glassfish 3. + MySQL 5. Portal 6.1.x EE GIT ID: 32d80b3096d5dddd356cf616f8ff0972bceb88ad.
Geronimo 2. + MySQL 5. Portal 6.1.x CE GIT ID: 149e0c5acbcb62157c95095bcad90aeb080ee171.
Resin 4. + MySQL 5. Portal 6.1.x CE GIT ID: 149e0c5acbcb62157c95095bcad90aeb080ee171.
Weblogic 11. + MySQL 5. Portal 6.1.x CE GIT ID: 149e0c5acbcb62157c95095bcad90aeb080ee171.
Tomcat 7. + MySQL 5. Portal 6.2.x GIT ID: a1504ad0359b4095cb7dc02c0857500937487390.
Jboss 7. + MySQL 5. Portal 6.2.x GIT ID: a1504ad0359b4095cb7dc02c0857500937487390.
Jetty 7. + MySQL 5. Portal 6.2.x GIT ID: a1504ad0359b4095cb7dc02c0857500937487390.
Jonas 5. + MySQL 5. Portal 6.2.x GIT ID: a1504ad0359b4095cb7dc02c0857500937487390.
Glassfish 3. + MySQL 5. Portal 6.1.x EE GIT ID: 32d80b3096d5dddd356cf616f8ff0972bceb88ad.
Geronimo 2. + MySQL 5. Portal 6.2.x GIT ID: a1504ad0359b4095cb7dc02c0857500937487390.
Resin 4. + MySQL 5. Portal 6.2.x GIT ID: a1504ad0359b4095cb7dc02c0857500937487390.
Weblogic 11. + MySQL 5. Portal 6.2.x GIT ID: a1504ad0359b4095cb7dc02c0857500937487390.
Bundles built without exceptions and started up without exceptions. Smoked tested basic functionality

Michael Saechang August 6, 2012 at 12:59 PMEdited
Committed on:
Portal 6.1.x CE GIT ID: 3c79ddc113bc246c43862d66382ab408e86766fd.
Portal 6.2.x GIT ID: 162c9b5f01af44961d8f8c6e0717cfad0aa44621.
Details
Assignee
SE SupportSE SupportReporter
Brian ChanBrian ChanBranch Version/s
6.1.xBackported to Branch
CommittedComponents
Affects versions
Priority
Medium
Details
Details
Assignee

Reporter

Branch Version/s
Backported to Branch
Components
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

A lot of modifications are made to the app server when you run "ant deploy". Those should be limited to removing / adding jars, xml files that are needed for the portal application.
Other modifications that are not needed (changing default ports) or indirectly needed (relaxing certain app server rules, etc) should be done in "unzip-xxx" of build-dist.xml.