You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Brian O. Bozarth" <br...@labwerks.com> on 2002/12/09 16:50:23 UTC

Q: How do I install a jar file and reference it with a jsp page?

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;   

I am using Apache Tomcat/4.1.12

Brian Bozarth
Chief Technical Officer
Labwerks
3618 Penn Avenue
Pittsburgh, PA 15201
P. 412-621-9375
F. 412-621-6082
http://www.labwerks.com

A Marketing Communications Company






Re: How do I install a jar file and reference it with a jsp page?

Posted by Ola Berg <ol...@ports.se>.
>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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>