----------------------------------------------------
Please read the FAQ at <http://java.apache.org/faq/>
It has a search feature and all the answers!
----------------------------------------------------

Hi,
                I have a servlet that accesses native methods
from a class that loads shared object libraries. This 
configuration was working correctly with Jserv 1.0.
Yesterday, I migrated to Jserv 1.1b by installing everything
from scratch. (both apache web server 1.3.9 and Jserv1.1b).
I configured Jserv to run my servlets the same way as I did before.
I did set LD_LIBRARY_PATH in wrapper.env properties 
and CLASSPATH in wrapper.classpath properties the same way
I did before. But Now I get following error.


java.lang.UnsatisfiedLinkError: encPwdInDb
        at org.apache.jserv.JServConnection.processRequest(Compiled Code)
        at org.apache.jserv.JServConnection.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)     

Does anyone know What could be the problem ?

Platform is Sun Solaris, apace 1.3.9, Jserv 1.1.b, JDK 1.1.7

Thanks in advance

Rupali



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to