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