**************************************************************************
This file is a README if you are using the IronMailer integrated package -
that is a servlet engine provided for example by Jakarta (that is Tomcat),
preconfigured so that IronMailer is already installed.
**************************************************************************

**************************************************************************
If you see strange characters such as @ in the text below, then that means
this README was not generated for the integrated package, and therefore
is probably not relevant for you.
**************************************************************************

This package concers @VERSION@ built on @TSTAMP@

Prerequisites: you have installed Java on your system.
If you enter the command "java -version", this should work and should
return at least version 1.4 or later.

To start the servlet container, go to the directory @SERVLET@/bin
and start with the file startup.sh

Once you have started the servlet container, you can access IronMailer at:
  http://localhost:8080/ironmailer

If you want application logging, you must create a directory /var/log/tomcat
and give the user under which you run the servlet container write permissions
to this directory.

