on 2015 Mar 13 8:33 AM
when executing ant production
tomcat is not included into hybrisServer-Platform.zip anymore.
The flag production.legacy.mode
ist set to true.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The solution is to execute ant server, it will download tomcat. The download is configured in the file mavenTask.xml :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
8 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.