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
Post a Comment