Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation to reflect the JEE servers supported today #669

Open
ddelponte opened this issue Jun 8, 2018 · 0 comments
Open

Update documentation to reflect the JEE servers supported today #669

ddelponte opened this issue Jun 8, 2018 · 0 comments

Comments

@ddelponte
Copy link

This issue is releated to grails/grails-core#11021

Update the documents at http://docs.grails.org/3.3.4/guide/single.html#supportedJavaEEContainers to reflect which JEE servers we currently support.

As stated in the linked issue:


Issue grails/grails-core#11021

  • I have confirmed that a grails-3.3.5 helloworld app deploys and renders pages without incident on the following JEE servers:
    • WildFly 13
    • Payara 5
    • Glassfish 5
  • Deployment fails on Glassfish 4
    • Glassfish 4
      • Same war file will not deploy to Glassfish 4
      • Modifying build.gradle by adding compile "org.springframework.batch:spring-batch-core:2.2.7.RELEASE" results in a deployable war file
      • Although the war file will deploy, all requests are responded to with a 404. No pages render

How to build a deployable war file

  • To build a war file that will deploy on Wildfly 13, Payara 5 and Glassfish 5, modify the following line in build.gradle:
compile "org.springframework.boot:spring-boot-starter-tomcat" 

to

provided "org.springframework.boot:spring-boot-starter-tomcat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant