Caucho maker of Resin Server | Application Server (Java EE Certified) and Web Server


 

Resin Documentation

home company docs 
app server 
 Resin Server | Application Server (Java EE Certified) and Web Server
 

resin servlet/jsp container


Resin Servlet/JSP Container

When we first created the Resin servlet container 14 years ago with the Servlet 1.0 specification, we had two goals: Resin should "just work", and it should be fast. Now we're releasing the JavaEE 6 version and starting the JavaEE 7 servlet container with the latest websocket and REST technologies, our two goals remain the same: Resin should "just work", and it should be fast.

  • Fast Servlet 3.0 and JSP engine
  • Fast HTTP/1.1 Web Server
  • CDI 1.0 Dependency Injection
  • GPL Open Source

Resin Servlet/JSP Container

Resin Binary Download
VERSIONDOWNLOADS
Resin 4.0.32zip, tar.gz
Resin Source Download
VERSIONDOWNLOADS
Resin 4.0.32zip, tar.gz

Subversion Checkout

Resin subversion checkout
unix> svn checkout svn://svn.caucho.com/home/svn/svnroot/resin/trunk resin

Quick Install Ubuntu

Install Resin Open Source with Ubuntu
unix# add-apt-repository http://resin.caucho.com/download/debian
unix# apt-get update
unix# apt-get install resin
Deploy ROOT.war
unix> resinctl deploy ROOT.war

Quick Install RedHat and CentOS .rpm files

The RPM public key is at http://resin.caucho.com/download/rpm/RPM-GPG-KEY-caucho.

RPM/yum install
unix# rpm --import http://resin.caucho.com/download/rpm/RPM-GPG-KEY-caucho
unix# yum install http://resin.caucho.com/download/rpm/4.0.32/x86_64/resin-4.0.32-1.x86_64.rpm
Deploy ROOT.war
unix> resinctl deploy ROOT.war

Quick Install Eclipse

  1. Go to File menu -> New Project -> Dynamic Web Project
  2. In New Dynamic Web Project Dialog-> New Runtime...
  3. In New Runtime Dialog -> Download Additional Server Adapters -> Select Resin (Java EE Web Profile) 4.0.x
  4. (Click Next and Ok until it installs Resin runtime)
  5. (Eclipse needs to restart)

Quick Windows Install

  1. Download resin-4.0.x.zip
  2. Unzip into resin-4.0.x
  3. resin-4.0.x/resin start-all
  4. resin-4.0.x/resin deploy myapp.war

Copyright © 1998-2015 Caucho Technology, Inc. All rights reserved. Resin ® is a registered trademark. Quercustm, and Hessiantm are trademarks of Caucho Technology.

Cloud-optimized Resin Server is a Java EE certified Java Application Server, and Web Server, and Distributed Cache Server (Memcached).
Leading companies worldwide with demand for reliability and high performance web applications including SalesForce.com, CNET, DZone and many more are powered by Resin.

home company docs 
app server