Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 691 Bytes

RequirementsTomcat.md

File metadata and controls

13 lines (13 loc) · 691 Bytes

Code Challenge - Local Apache TOMCAT

Return to Main: [README.md] (https://github.com/luisamesty/orangebanktest/blob/master/README.md)

Local Apache TOMCAT

Local Apache Tomcat Version 8.5 or 9.22 need to be installed on environment in order to be used for testing the projects before deploying to the Tomcat Container.
It is recommended to be on same main directory where the three Apps is located.
- Download from Apache Tomcat Web Page:
https://tomcat.apache.org/download-80.cgi
- Install on eclipse:
Using File --> New -> Server Wizard
Select Tomcat 8.5 or 9.2 and configure.

Return to Main: README.md