I've installed ADIEU on my PC (WinXP with SP2/IE 6.0.2900.2180/Tomcat 5.5). Then I've installed adieu.war and copied the following files into the $CATALINA_HOME/common/lib directory:
- xercesImpl.jar (from Apache Xerces2 Java library)
- xml-apis.jar (from Apache Xerces2 Java library)
- js.jar (from Mozilla Rhino library)
- mail.jar (from JavaMail API)
- activation.jar (from JAF library)
Then I've created a new sheet in order to test several cards, but only some cards seem to work. For example, when I run [b]Extract From URL[/b] card, it returns with [i]java.lang.reflect.InvocationTargetException[/i]; [b]XPath Card[/b] returns with a [i]java.lang.NoClassDefFoundError: org/apache/xpath/XPathAPI[/i] exception.
What's wrong?