expertsystems/resin

By expertsystems

Updated about 7 years ago

Resin application server from Caucho

Image
7

2.5K

expertsystems/resin repository overview

Resin Docker image Dockerfile

CentOS 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.

Paths

Configuration

The configuration file is expected to be found in /etc/resin/resin.xml

Webapps

WAR files go in the /var/resin/webapps directory.

RESIN_HOME

RESIN_HOME points to /usr/local/share/resin-4.0.40

Logs

Logs are written to /var/log/resin/. You may want to map this as a volume. (Tip: See expertsystems/filebeat)

Session data

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.

Tag summary

Content type

Image

Digest

Size

310 MB

Last updated

about 7 years ago

docker pull expertsystems/resin