Minh Tu Thanh Tran wrote:
> Thanks David,
>
> Again, I want to start the prolog engine, so I need to load the
> library of prolog when I start Tomcat 5.5.17. I think the command line
> is: java -Djava.library.path=$PLLIBDIR $1
> But I do not know where to put this command line in Tomcat in order t
Thanks David,
Again, I want to start the prolog engine, so I need to load the
library of prolog when I start Tomcat 5.5.17. I think the command line
is: java -Djava.library.path=$PLLIBDIR $1
But I do not know where to put this command line in Tomcat in order to
load the prolog library when Tomcat
Your log message sited below is not related to accessing jpl.jar. It's
just a message stating it couldn't use the new native APR connector and
is falling back to the traditional Coyote connector.
As far as an external jar file, best practice is include it in your
webapp in WEB-INF/lib. In $C
Hi,
I want to use methods of an external library (jpl.jar file) inside a
java Bean class. But I got this error message from Tomcat 5.5.17 log
file:
Aug 7, 2006 1:14:44 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal
perf