Category : AppServer

Home » Archive by category : AppServer

Checkout source codes: >git clone https://bitbucket.org/sl_main/appserver8.git AppServer8 is a Maven based Sprint Boot project. AppServer8 runs on port 6888. Config File Copy “appserver.test.txt.template” and save-as “appserver.test.txt”. Local Database Setup: Install and run MySQL (localhost, port 3306) Create a database called “sportlogic” Create a database user called “appserver” with password “appServerPass” CREATE USER ‘appserver’@’localhost’ IDENTIFIED BY ..

Read more

Using AWS Load Balancer “sportlogic-alb1” Target Group  {             “HealthCheckPath”: “/ping”,              “HealthCheckIntervalSeconds”: 30,              “VpcId”: “vpc-42e92127”,              “Protocol”: “HTTP”,              “HealthCheckTimeoutSeconds”: 5,              “TargetType”: ..

Read more

We will use a volume attached to an AppServer EC2 instance. To create volume, follow this guide here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-using-volumes.html Create a mount point called “SportLogic.deployments” in “/usr/local/opt”. >cd /usr/local/opt >sudo mkdir SportLogic.deployments >sudo mount /dev/xvdf /usr/local/opt/SportLogic.deployments >sudo chown ec2-user /usr/local/opt/SportLogic.d..

Read more