Jboss Eap 5 2 0 Zip Code
Download Latest Version jboss-seam-2.3.0.CR1-dist.zip (130.4 MB) Get Updates. Get project updates, sponsored content from our select partners, and more. Under Download JBoss EAP 6.3.0, click the ZIP link to download the JBoss EAP archive. The JBoss EAP 6 ZIP file has been downloaded successfully to the target machine. Report a bug. Run the JBoss EAP Installation Program; 3.3.2. Install JBoss EAP 6 (ZIP Installation). Code blocks ~~~ Code surrounded in tildes is easier to read.
Has anyone make the war generated by Spring boot 2.0.1 (with starter) deployable to Jboss EAP 6.4?
I tried to do some tweaking, but not successful.
Any shed some light here?
Thanks!
Michael Petch5'2 In Cm Height
2 Answers
You can only deploy Spring Boot 2.x applications to any Servlet 3.1+ compatible container and JBOSS EAP 6.x only supports Servlet 3.0.
You have to either downgrade spring boot to 1.5.x or upgrade JBOSS to 7+
Below are the references to docs
I've had success by following advice, see example:
And then in /webapp/WEB-INF/jboss-deployment-structure.xml: