Drools workbench 7.12.0 for Tomcat - workbench

I am new to Drools and am trying to install drools server and workbench 7.12.0. I happen to see see a tomcat version of the war for the workbench in the previous versions but not for 7.12.0. Can someone point me to the right war to be used for Tomcat?
I checked the documentation, its says a tailored version of the war is available but I could not find one.
Best Regards,
Hanmanth.

As per clarification here , it appears support for tomcat is dropped, until there are folks who want to maintain it.
You can switch over to wildfly (community) version of kie-workbench.

Related

proper download url for mysql for mac for this scenario?

I'm developing a system for a client and I think he may only have a Mac. I recently downloaded and installed MySQL on my Windows laptop for the first time. I think I stumbled around a bit trying to get the correct download and understand the install process. When I google MySQL downloads, I get the following url:
https://www.mysql.com/downloads/
The header on the page says "MySQL Enterprise Edition." Usually, the "Enterprise Edition" of a company's software costs money, but in the case of MySQL is it free? The following tool was installed with my local install of MySQL:
MySQL Workbench 8.0 CE
This is the standard client tool for MySQL, I got the hang of it pretty quickly, so I'd like to simply standardize on it. Can you provide a good download url for the latest free version of the Mac version of MySQL? Can you also provide a good download url for the latest free version of the Windows version of MySQL just so that I have it for reference?
Like I mentioned, it was my first time installing MySQL recently, but I think at the end of the installation, a Window popped up asking how I wanted to configure the MySQL installation, but it so happened that the MySQL installation was already complete. Or does this scenario most likely seem to indicate I had already installed MySQL and the configuration popup was just the installer's handling of my attempt to install MySQL on my machine when I had previously installed it?
Look all the way down to the bottom of this image:
Click on "MySQL Community (GPL) Downloads". It takes you to https://dev.mysql.com/downloads/ which is where you can download the Community Edition of MySQL Server.
They don't restrict downloads of their free product, they just put it in a smaller font. :-)
It's understandable that they would want to promote their paid product.

Teamcity Setup Issues

Good day
I am trying to setup my first TeamCity instance. I'm running windows 2016 server with mysql. I'm busy setting up the database connection and i'm getting the error.
The MySQL JDBC driver is not found in the C:\ProgramData\JetBrains\TeamCity\lib\jdbc directory.
Copy the driver .jar file to the directory. You can download it at http://dev.mysql.com/downloads/connector/j.
For the MySQL server version 5.5 or higher, use the JDBC driver version 5.1.23 or higher.
But if i go to that link it doesn't give me the option to download a version for windows, it just has unix OS versions. Any help would be appreciated. ive been googling the issue but cant seem to find an answer for windows
From the drop down list choose "Platform Independent".

MYSQL Backward compatible to 5.1.1?

I have a Wordpress site that was developed on a server running the latest version of MYSQL, however, I've just found out the host server (BT) is running 5.1.1. and they have no plans to upgrade anytime soon.
Does anyone know if there is a way of converting the database so it runs on 5.1.1 with no issues caused re the site being built in the latest version of Wordpress?
If this is a massive issue, then I do have some alternative hosting options, but I'm hoping for a way forward re conversion - any geniuses out there?
Many thanks
I doubt that BT is running MySQL 5.1.1. That version was never released. It was an internal development milestone in 2005.
The first GA release of the 5.1 branch was 5.1.30 in 2008. The last 5.1 release was 5.1.73 in 2013. But after 2013, 5.1 has been in "sustaining support" which means they will not make any new versions or fixes.
You shouldn't deploy to a hosting site that still runs any 5.1.x version. A site that is so far behind is probably behind on other software too, and I would not be surprised if they have known security vulnerabilities.
Wordpress officially requires MySQL 5.6 or later, according to https://wordpress.org/about/requirements/.
You could try to test that by testing on MySQL 5.1 (assuming you can find an installation package of MySQL 5.1). Use mysqldump to export data from your 5.6 database server and then import that to MySQL 5.1. The output of mysqldump wraps newer syntax in special comments that will be ignored by older versions of MySQL Server.
Regardless, my recommendation is:
Find another hosting service running MySQL 5.6 or 5.7.
Develop and test your site with the same versions of all software (MySQL, PHP, Apache, etc.) that you will eventually deploy to.

Difference between mysql essential and community version

I am working on a project and I was advised to install MySQL essential version for my application but when I searched on the web, I found the community version of MySQL from MySQL official website but not the essential. It also seem to me that the essential version has been moved to their archive.
What is the main difference?
Is the essential version now the community version?
I already know that both are the free version of MySQL.
I believe the essential version is a developer's installation (Drivers, tools, etc) where the community edition is just the server itself.

Which mysql driver will suport ejabberd 2.1.13 perfectly?

I want to configure Ejabberd with Mysql. I have seen many mysql drivers available in different sites. I don't know which will work fine with ejabberd 2.1.13.
I am using drivers from the link -
https://github.com/dizzyd/erlang-mysql-driver
And these are not working fine.
Use https://svn.process-one.net/ejabberd-modules/mysql/trunk/
This is a deprecated repository, but will work with 2.1.x.