I don't know what servlet engine you're using, but for JWS, all that is
necessary is to rename the .zip files to .jar (since they share a common
format) and copy them to the <jws-root>/lib directory.  When JWS is started,
it picks up all the .jar files in its lib directory and adds them to its
internal classpath.  You may be able to use this same trick with other
servlet engines as well.
    (*Chris*)

----- Original Message -----
From: Klaus Deissner <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 23, 1999 3:32 AM
Subject: wfc + servlets


> Hi,
>
> Sorry, if this question has already been discussed recently, but I have
not
> been on this list for a long time.
> I'm writing a servlet to create a web interface for a database. For this
> purpose I have to use an already existing class which handles the database
> connection for me. The problem is that this class uses the wfc. The class
> files for wfc are located in several ZIP files with cryptic names. If
unzip
> them and copy them in my classpath, I get a link not satisfied error,
> because the wfc's native methods are not found.
>
> How can I use wfc classes in a servlet?
>
> Thanks,
>
>  Klaus
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to