Thank you so much, I needed to update my old project from 8.5 tomcat to 9 and could not find anything on doing so. I dread the day I have to update to 10 lol
I have alot of questions nam, I am your student on Udemy platform(shopme project) can we use elastic bean to deploy web apps like that of shopme project. The Tomcat and war is kind of new to me. Can you teach on how to deploy project like shopme on Udemy
Surely we can deploy Shopme apps using Elastic Beanstalk. Deploying two apps (BackEnd and FrontEnd) that share the same database. Follow this video: ruclips.net/video/OrpRybZjDSY/видео.html
Thank you so much, I needed to update my old project from 8.5 tomcat to 9 and could not find anything on doing so. I dread the day I have to update to 10 lol
you're welcome. Glad it helped.
Nammm I love you movies. Thx a lot 😻😻😻💪💪💪🤟🤟🤟
Glad you like them!
I have alot of questions nam, I am your student on Udemy platform(shopme project) can we use elastic bean to deploy web apps like that of shopme project. The Tomcat and war is kind of new to me. Can you teach on how to deploy project like shopme on Udemy
Surely we can deploy Shopme apps using Elastic Beanstalk. Deploying two apps (BackEnd and FrontEnd) that share the same database. Follow this video: ruclips.net/video/OrpRybZjDSY/видео.html
Can we launch our code in aws..or there is any charge ...
as far as I know, you must upload deployment artifact (WAR or JAR). And using AWS is not free although it offers 12-month trial.
is it possible to depoy the java standalone application
yes, if the standalone is a kind of server application like Spring Boot. Watch this video: ruclips.net/video/OrpRybZjDSY/видео.html
Can you tell me what is JDBC in the head of URL at 33:00 pls
JDBC stands for Java DataBase Connectivity. It means the URL is for connecting to a database using JDBC driver.