InstantSoap builds upon many libraries and tools provided by other projects. Some of these are handled by dependency mechanisms. However, some of them you will need to install manually.
You should ensure that a compatible version of Java is installed on your system and that this version is being picked up in your classpath.
You should follow the download and install instructions. Pay particular attention to setting the variable JAVA_HOME .
You should follow the installation instructions for Tomcat. It is important that you launch Tomcat using a compatible version of Java. If you have only installed a recent version of Java, there should not be a problem; failing this, you will need to set JRE_HOME to point to Java5.
To be able to deploy WARs in tomcat, you will need
tomcat installed, and a tomcat user with the manager
role. Normally, putting:
<role
rolename="manager"/><user username="tomcat"
password="tomcat" roles="manager"/>
into
the file $TOMCAT/conf/tomcat-users.xml
should work.
Full details of the subversion repository are available from the project report.