Tomcat not extracting bundles jars on one server -


our problem this: on every server we've tried deploy our war application, extraction of bundled jar files contained within osgi jar works fine, except 1 server. server has no internet access, we've tried deployment on other servers internet access disabled, , works there well.

even identical setup on test server (red hat linux 7.3, openjdk 1.8.0.131, tomcat 7.0.69) we're having no problems.

for reason, included jars aren't being extracted, tomcat tries download them:

server: adding bundle [org.lucee.jaxrpc] in version [1.4.0] [/projectdir/web-inf/lucee-server/bundles/org.lucee.jaxrpc-1.4.0.jar] server: download org.lucee.jaxrpc:1.4.0 http://release.lucee.org/rest/update/provider/download/org.lucee.jaxrpc/1.4.0/?allowredirect=true , copy /projectdir/web-inf/lucee-server/bundles/org-lucee-jaxrpc-1-4-0.jar 

all servers using standard tomcat configuration.

we deploying lucee.jar, which can downloaded here

thanks or tips!


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -