Resin Documentationapp server |
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.
unix> svn checkout svn://svn.caucho.com/home/svn/svnroot/resin/trunk resin unix# add-apt-repository http://resin.caucho.com/download/debian unix# apt-get update unix# apt-get install resin unix> resinctl deploy ROOT.war The RPM public key is at http://resin.caucho.com/download/rpm/RPM-GPG-KEY-caucho. 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 unix> resinctl deploy ROOT.war
|