cancel
Showing results for 
Search instead for 
Did you mean: 

hybris 5.5 production does not include tomcat any more

christoph_probst
Active Participant
0 Kudos
556

when executing ant production tomcat is not included into hybrisServer-Platform.zip anymore.

The flag production.legacy.mode ist set to true.

Accepted Solutions (1)

Accepted Solutions (1)

christoph_probst
Active Participant
0 Kudos

traced it back to missconfiguration in hybris/bin/platform/resources/ant/dist/filtersets.xml to patternset with id platform.production.filter. This includes the appservers.excludes.filter patternset which should not included there. Because platform.production.filter.without.appservers patternset is intended to exclude the appserver

Answers (1)

Answers (1)

oufdouanas
Discoverer
0 Kudos

The solution is to execute ant server, it will download tomcat. The download is configured in the file mavenTask.xml :