|
Re: Dockerfile for RAP deployment [message #1863575 is a reply to message #1863565] |
Mon, 12 February 2024 10:35 |
|
Hi Jörn,
the Docker image that you referenced is many years old, and I stopped maintaining it since many years, because there were simpler alternatives that fulfilled my use case.
What I am currently using for the RAP Demo deployments is an Apache Tomcat 9 base image. After creating the war files during build time, I am just copying them into the image like in this Dockerfile:
FROM tomcat:9.0.83-jdk17-corretto
ADD controls.war /usr/local/tomcat/webapps/
ADD workbench.war /usr/local/tomcat/webapps/
ADD rapdemo.war /usr/local/tomcat/webapps/
Does that help you to get started?
Regards,
Markus
--
Twitter: @mknauer23 and @EclipseRAP
Blog: http://eclipsesource.com/blogs/
Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
|
|
|
|
Powered by
FUDForum. Page generated in 0.03097 seconds