gijoe88 opened a new issue, #2445: URL: https://github.com/apache/hop/issues/2445
### Apache Hop version? 2.3.0 and Development ### Java version? 11.0.18 ### Operating system Windows ### What happened? In the zip downloaded  In the docker for hop-web ```BASH docker run --rm --name hop-mssql apache/hop-web:Development ls -al --color /usr/local/tomcat/plugins/databases/mssqlnative/lib # total 1192 # drwxr-xr-x 2 root root 4096 Feb 17 09:02 . # drwxr-xr-x 3 root root 4096 Feb 17 09:02 .. # -rw-r--r-- 1 root root 1209660 Nov 14 2019 mssql-jdbc-7.4.1.jre8.jar ``` In the docker for hop-server ```BASH docker run -d --rm --name hop-mssql apache/hop:Development docker exec -it hop-mssql ls -al --color /opt/hop/hop/plugins/databases/mssqlnative/lib # total 1192 # drwxr-xr-x 2 hop hop 4096 Feb 17 09:02 . # drwxr-xr-x 3 hop hop 4096 Feb 17 09:02 .. # -rw-r--r-- 1 hop hop 1209660 Nov 14 2019 mssql-jdbc-7.4.1.jre8.jar ``` The packages all come with a JDBC driver for mssqlnative shipped inside. According to the [help page](https://hop.apache.org/manual/latest/database/databases/mssqlnative.html), this should not be the case, and a download link is provided. ### Issue Priority Priority: 3 ### Issue Component Component: Other -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
