Apache 2.4 With Tomcat 8 on Elastic Beanstalk - amazon-elastic-beanstalk

Elastic beanstalk with tomcat8 comes with Apache 2.2 as its default proxy server.
How can you configure Apache 2.4 via .ebextensions and is this safe?

Related

AWS FSx for lustre client availability for SLES15

Does anyone know if it is possible to install Amazon FSx for lustre client software on SUSE Linux enterprise 15?(Amazon EC2 instance) I have checked the AWS docs here and could see steps provided only for SUSE 12.

Add option in bitbucket CI/CD to remove old application version before deployment

I am using Bitbucket CI/CD for our deployment in our AWS Elastic beanstalk environment. Now Elastic beanstalk saves the application version before deployment and if your application version exceeds 1000 then it will throw error. Is it possible in CI/CD to delete the oldest application version before deployment?
I have enabled application lifecycle on elastic beanstalk but still, I am getting those errors.

I want to host a MySQL server and a Spring Boot Application on the same machine. Should I install Ubuntu server or Ubuntu desktop?

I have a Dell inspiron 15 3000 laptop. Which one should I replace Windows with?
you can install ubuntu desktop to host MYSQL server and a Spring Boot application.

APACHE TOMCAT 1.4 AND JDK 1.4

I HAVE APACHE TOMCAT 1.4 WHERE DO I PUT MYSQL DRIVER
if you're doing it as DriverManager.getConnection(), then you can put the mysql connector jar in Tomcat/lib or YourApp/WEB-INF/lib

Unable to access local apache2 server from my mobile on the same LAN

So i tried accessing my local server with the IP of the machine from my android phone which is on the same LAN and the failed to connect to the server. How do i configure apache for this to work? I'm running apache 2.4 on ubuntu 16.04 LTS.