grails / grails-core

The Grails Web Application Framework
http://grails.org
Apache License 2.0
2.79k stars 950 forks source link

GRAILS-5516: grails tomcat deploy bundles tomcat-core.jar #7720

Closed graemerocher closed 9 years ago

graemerocher commented 14 years ago

Original Reporter: ibusse Environment: Not Specified Version: 1.2-RC1 Migrated From: http://jira.grails.org/browse/GRAILS-5516

The war file generated when using grails tomcat deploy command contains tomcat-core.jar which contains basic servlet classes. Therefore the verification by tomcat fails. The war cannot be started.

Note that grails war does not contain these classes. So workaround is to generate war and deploy manually.

graemerocher commented 14 years ago

graemerocher said: Fixed by http://fisheye.codehaus.org/changelog/grails/trunk/grails-plugins/grails-tomcat/trunk?cs=9222