>Having trouble using this jar file which has code for an Equifax interface (credit 
>check).   I've been given a jar file with sample 
>code.   Where do I put in the tomcat directory and how do I reference it in a jsp 
>page?   Do I need to do anything on the 
>server to configure?
>
>The package is called package com.equifax.rcas.tools;   

Put the jar file for instance in your webapp's WEB-INF/lib directory

tomcat-home/
    webapps/
        ROOT/
        yourApp/
            WEB-INF/
                lib/
                   your-jar-file.jar

/O




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to