![]() |
Setup jWic on tomcat |
Last Update: 2005-11-08 Author: Florian Lippisch |
This document describes how to setup a new web-application. This description has been created using an Apache Tomcat v5.0.28 server, but it should work for other servlet containers as well.
What you need to install jWic is a pre-installed servlet container like Apache Tomcat and the latest jWic distribution.
webapp directory in your server and create a new directory called "myjwic".default_webapp from the distribution into your myjwic directory.lib" in the myjwic/WEB-INF directory.lib directory
in the distribution to the just created lib directory in myjwic/WEB-INF.jwic.jar and jwic_samples.jar file into the same directory.Now start your webserver and start one of the samples:
And thats it!