Jetty has moved!
Jetty is a project at the Eclipse Foundation.
Jetty is a project at the Eclipse Foundation.
| Homepage: | http://www.eclipse.org/jetty |
| Downloads: | http://download.eclipse.org/jetty/ |
| Documentation: | http://www.eclipse.org/jetty/documentation/current/ |
| About: | http://www.eclipse.org/jetty/about.php |
| Jetty Powered: | http://www.eclipse.org/jetty/powered/ |
Contact the core Jetty developers at
www.webtide.com
private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery
Skip to end of metadata
Go to start of metadata
private support for your internal/customer projects ... custom extensions and distributions ... versioned snapshots for indefinite support ... scalability guidance for your apps and Ajax/Comet projects ... development services from 1 day to full product delivery
Session Clustering with Terracotta
Build Instructions
- Check out jetty from svn, or download an unzip a src bundle.
- Build it if it isn't already (
mvn install). - Go to the
$JETTY_HOME/contrib/terracottadirectory and build it withmvn install
You will need to have locally installed terracotta 2.4. You'll also need to have the terracotta tc.jar file installed in your local maven repository. If it isn't already, then maven will give you the exact instructions on what you need to do to put it there. It will look something like this:
- Copy the terracotta-sessions.jar you just built into
$JETTY-BRANCH/lib/ext. - If you haven't already got a boot jar for terracotta for your jvm version, then make one now. On linux this is
$TC-HOME/bin/make-boot-jar.sh.
Configuration
Starting
.
- Start a terracotta server with a jetty configuration file. On linux this is
$TC_HOME/bin/start-tc-server.sh -f $JETTY-HOME/jetty-6/contrib/terracotta/src/main/resources/tc-config-jetty.xml - Set up the webapps that you want to use terracotta by following the instructions in the Configuration section above.
- Start jetty:
Labels