continued from 2024-11-30
create database copy whole command
show database;
use studentapp;
show tables;
Connecting application with database
cd apache-tomcat/conf
vi context.xml
edit jdbc connector
<Resource Name ... >
edit stuffs
adding rds hosting etc
url/mysql-connector.jar put it into tomcat/lib/
curl -O url
bash catalina stop bash catalina start
restart catalina
try filling form
if get error check catalina*.log
build another application
pritam sir repo student-ui app
adding domain
route53