hi everybody,

has anybody ever play or get the FDF toolkit works with tomcat server in
Win32 plaform? I've set the classpaths for the Fdf tookit jar file in the
wrapper.properties, tomcat.properties, workers.properties also in the
tomcat.bat (used to start the tomcat). But when I tried to run the a test
application PinfFormServlet that implements the Fdf Toolkit it return this
error.

Error: 500
Location: /examples/servlet/PingFormServlet
Internal Servlet Error:

java.lang.UnsatisfiedLinkError: no jFdfTk in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
        at java.lang.Runtime.loadLibrary0(Runtime.java:749)
        at java.lang.System.loadLibrary(System.java:820)
        at com.adobe.fdf.FDFTK.(FDFTK.java:10)
        at PingFormServlet.init(PingFormServlet.java:14)
        at org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
        at org.apache.tomcat.core.Handler.init(Handler.java:215)
        at org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)
        at org.apache.tomcat.core.Handler.service(Handler.java:254)
        at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79
7)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:210)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)

I think i missed some library path setting in the conf but I'm not too sure
where. Can anybody give me any suggestion?

Thanks ya,
Lucas

___________________________________________________________________________
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