Oct 04 2008

Getting started with Apache tiles2 and struts2

Published by Gilles at 11:09 am under Java, Programming, Struts, Web

Installation

To install in your web application:

  • download a distribution of ;
  • if you downloaded the binary distribution, unpack it;
  • copy the tiles-core-VERSION.jar and tiles-api-VERSION.jar files in the WEB-INF/lib directory of your web application. It is not reccomended to put them in a location where they are shared across the container;
  • copy the dependencies JARs:

    These dependencies are present in the lib directory of the binary distribution;

  • if you need JSP support, copy the tiles-jsp-VERSION.jar in the WEB-INF/lib directory of your web application.
  • we suppose that is already installed and configured
  • copy the struts2--plugin-xxxversion.jar from the distribution in the WEB-INF/lib directory

Pages: 1 2 3 4

Trackback URI | Comments RSS

Leave a Reply