- Create an application directory for your application in Tomcat (for example, Tomcat\webapps\myApp).
- Inside this directory, create a subdirectory called WEB-INF (for example, Tomcat\webapps\myApp\WEB-INF).
- Inside WEB-INF, create a lib directory (for example, Tomcat\webapps\myApp\WEB-INF\lib).
- Copy the SDK jar files from Program Files\Attachmate\evSDK to Tomcat\webapps\myApp\WEB-INF\lib.
|
An example of a properly set up WEB-INF\lib directory is created in tomcat\webapps\examples when the product is installed. |
- Restart Tomcat.
|