Search for:

Version 3 of 25.4.05, 16:17
Home - Latest - Tags - History - Referers

User:
Pass:
Create user - Lost password
Just visited:
AstRecipes»Adding third-party modules to XC-AST
Loway QueueMetrics

Chatbox:
And all is quiet....

AstRecipes » Adding third-party modules to XC-AST

XC-AST requires three third party libraries to start correctly. If these libraries are not placed within the WEB-INF/lib directory of XC-AST, the application will likely not start.

To download these component, you have to visit their web site and usually download an archive that contains the .jar file. Only the JAR fileitself needs to be placed within WEB-INF/lib.

These are the required components:
star mail.jar - see http://java.sun.com/products/javamail/
star activation.jar - see http://java.sun.com/products/javabeans/glasgow/jaf.html
star mysql-connector-java-3.0.10-stable-bin.jar - see http://www.mysql.com/products/connector-j/index.html

Please note that it is important that you download the exact versions, otherwise the might not work at all.