cancel
Showing results for 
Search instead for 
Did you mean: 

Is Tomcat correctly packaged by ant production on 5.5?

Former Member
0 Kudos

I've done a production build of 5.5 using "ant production -Dproduction.legacy.mode=false -Dproduction.include.tomcat=true -Dtomcat.legacy.deployment=false". From my interpretation of the Hybris Wiki, tomcat binaries should be included in the hybris-platform zip file. After unzipping the five zip files, Hybris will not stnd it appears to be because bin/platform/tomcat is missing.

Doing the same thing with 5.5.1 or "ant production" on 5.4 creates a platform.zip that includes bin/platform/tomcat.

Is there something else that I need to do in order to include the tomcat binaries in 5.5?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

former_member602476
Active Participant
0 Kudos

The documentation of ant production improvementshas a label on the page that only lists is compatible with 5.5.1. In short I think 5.4 ignores the first 2 flags you set. In 5.5 it may not work right and the first 2 flags should not be used. In 5.5.1 they should work.Did your build finish successfully in 5.5.1 without production.validate.packages set to false? When I tried some of these combinations I had to set that option or I would get a validation error.