norlkp.blogg.se

Setting up apache tomcat in eclipse on mac
Setting up apache tomcat in eclipse on mac









Part 1: Preparation (what you already have from COMP9321) In all lab exercises from here on, we assume that you will be working in your development environment and deploy the applications to the deployment environment. Docker is a lightweight opensource framework which is used for developing, shiping and running applications.

setting up apache tomcat in eclipse on mac

However, to get a taste of deploying your solution onto a physically different runtime/production environemnt (we commonly call this a 'production server'), we will use Docker for the deployement environment. The deployment environment will be mostly based on the development environment we setup in this lab. For this reason, we define 'COMP9322 standard development environment' to develop your lab/assignment solutions in. However, it is easier for everybody involved in this course to have a common development platform that contains a common set of tools.

setting up apache tomcat in eclipse on mac

In development, essentially, you use your own computer (Mac, Windows or Linux, your laptop, PC, or CSE lab machines) to develop the code/project. In these labs, we will first set up the development environment, then look into creating your own deployment environment. In COMP9322, we will create two separate environments: development and deployment. Packages that are required for future lab exercises and assignments. This exercise will guide you through preparing some software

setting up apache tomcat in eclipse on mac

Setting up your development/deployment environment for COMP9322 Setting up your development/deployment environment for COMP9322 Introduction











Setting up apache tomcat in eclipse on mac