cerner / jwala

A web application that provides management for a group of Tomcat servers
Apache License 2.0
12 stars 14 forks source link

Third Party library issue #221

Open dipakprajapati91 opened 5 years ago

dipakprajapati91 commented 5 years ago

Hi JWala Team,

We have to deploy this tool but issue with the third-party library that mention in "jwala/jwala-tomcat/gradle.properties" this url are not accessible. Can you please give the another reference for all third party libraries. Please find attached snap for issue.

And one suggestion for build, Can we put gradle.bat and gradle file in project with dependencies so we do not have to setup gradle.

image

Thanks. Dipakkumar Prajapati

jmahmoodcc commented 5 years ago

Hi, the URLs are not provided on purpose to allow for any version of Tomcat, Apache HTTPD, and JDK that the user needs. The example versions in the gradle.properties were the recommendations at the time, but we have recently tested with Tomcat 9.0.19, Apache HTTPD 2.4.27, and JDK 1.8.0_192.

We recommend placing the binaries in a local repo to avoid any network latency.