The file jserv.properties contains two under-emphasised variables - wrapper.env.copy and wrapper.env.copyall. The default for wrapper.env.copyall is false. I disagree with this, as it prevents JServ from having access to your environment variables. If you are having strange exceptions thrown like UnsatisfiedLinkError, set this variable to true. If your server is configured properly the problem should be resolved.
wrapper.env.copy allows you to copy individual environment variables for use by the JVM. ie: wrapper.env.copy=PATH
cideazATnswDOTbigpondDOTnetDOTau |