resin
Resin application server from Caucho
2.5K
DockerfileCentOS based base image with Resin running on Oracle JDK 8.
Also adds MySQL Connector/J 5.1.38 to /var/resin/webapp-jars. If you need want to make use of this, make sure to include
<class-loader>
...
<tree-loader path="${resin.root}/webapp-jars"/>
</class-loader>
in your Resin config.
The ENTRYPOINT is resinctl and the default parameters are console. This means you can modify the behaviour, such as the paths, by providing other
parameters to the entrypoint, for example using CMD.
The configuration file is expected to be found in /etc/resin/resin.xml
WAR files go in the /var/resin/webapps directory.
RESIN_HOMERESIN_HOME points to /usr/local/share/resin-4.0.40
Logs are written to /var/log/resin/. You may want to map this as a volume. (Tip: See expertsystems/filebeat)
Session data is written to /var/resin/resin-data, so if you want to preserve session data between images, consider mapping this as a volume.
Content type
Image
Digest
Size
310 MB
Last updated
about 7 years ago
docker pull expertsystems/resin